Update updates.xml

This commit is contained in:
speedie 2023-07-22 23:41:59 +02:00
parent ac7db6fe2b
commit cbbb8f1407

View file

@ -343,5 +343,67 @@
]]>
</description>
</item>
<item>
<title>spmenu 3.1 release</title>
<link>https://spmenu.speedie.site</link>
<guid isPermaLink="false">post18</guid>
<pubDate>Wed, 19 Jul 2023 00:00:00 +0100</pubDate>
<description>
<![CDATA[
<p>spmenu 3.1 release. This release fixes some issues and cleans up the codebase, but doesn't really add much new.</p>
<ul>
<li>Regenerate cache if spmenu width/height has changed. This fixes issues (and potential segmentation faults) when drawing</li>
<li>Make sure menu height cannot exceed monitor height</li>
<li>Remove/change some key and mouse binds</li>
<li>Significantly improve documentation for keybinds</li>
<li>Remove `pango_highlight` option, it's useless because Pango isn't being highlighted.</li>
<li>Fix powerline cutoff for big images</li>
<li>Change default alpha value from 200 to 222, making it more (but not fully) opaque</li>
<li>Fix massive argument typos caused by `sed` misuse. This won't happen again</li>
<li>Replace a lot of outdated information in the man pages</li>
<li>Move up/down on left/right when !lines</li>
<li>spmenu_run now respects NoDisplay and OnlyShowIn</li>
<li>spmenu_run now supports Desktop Action headers in .desktop entries</li>
<li>spmenu_run will now display the `Comment` rather than the `GenericName` if available</li>
<li>Add Swedish translations for spmenu desktop entries</li>
<li>Move `spmenu_run` functions into separate scripts loaded in as necessary. This results in major speed improvements but isn't noticeable to the user</li>
<li>Cleanup spmenu_run code significantly</li>
<li>Add `ClickNone`, which will simply allow clicking anywhere.</li>
<li>Don't merge the end powerline with the start powerline of the next item when !lines</li>
<li>Simplify SGR sequence handling, fixing width weirdness</li>
<li>Replace many variable names with simple ones</li>
<li>Caret height is now dynamic based on `sp.bh`</li>
<li>Fix incorrect color usage in the config file</li>
<li>Simplify and speed up reading of standard input</li>
<li>Now generate SHA256 and MD5 hash for tarballs and pacman packages</li>
<li>Remove `ClickSelItem`. You should now replace it with `ClickItem` and set the function to `selecthover` with any argument</li>
<li>Fix bug in package creation</li>
</ul>
<p>You can get the new release through pacman if you're using my Arch repository, or you can simply get the source code and compile it yourself.</p>
]]>
</description>
</item>
<item>
<title>spmenu 3.1.1 release</title>
<link>https://spmenu.speedie.site</link>
<guid isPermaLink="false">post19</guid>
<pubDate>Sat, 22 Jul 2023 00:00:00 +0100</pubDate>
<description>
<![CDATA[
<p>spmenu 3.1.1 release. This one fixes bugs with the last release and adds a few features.</p>
<ul>
<li>Add true color (24 bit) SGR sequence support</li>
<li>Add 39 and 49 sequence support</li>
<li>Add better SGR sequence documentation to man page(s)</li>
<li>Add clipboard support for Wayland (requires wl-clipboard on runtime)</li>
<li>Add scrolldistance option (Wayland only)</li>
<li>Add true color to spmenu_test</li>
<li>Add togglefuzzy() function, allowing fuzzy matching to be toggled on runtime</li>
<li>Fix scrolling on Wayland (now uses a listener instead)</li>
</ul>
<p>You can get the new release through pacman if you're using my Arch repository, or you can simply get the source code and compile it yourself.</p>
]]>
</description>
</item>
</channel>
</rss>