add some posts to updates.xml

This commit is contained in:
speedie 2023-05-12 12:13:07 +02:00
parent d41a2a8431
commit 2aa3466faf

View file

@ -63,5 +63,59 @@
]]>
</description>
</item>
<item>
<title>spmenu 1.1 release</title>
<link>https://spmenu.speedie.site</link>
<guid isPermaLink="false">post5</guid>
<pubDate>Mon, 08 May 2023 00:00:00 +0100</pubDate>
<description>
<![CDATA[
<p>spmenu 1.1 release. There are many changes, such as:</p>
<ul>
<li>New theme.conf. Support for legacy themes also removed</li>
<li>spmenu_profile removed, a separate program must now be used for managing themes</li>
<li>Meson is now used to build the project, although it should be noted that you can still use the build.sh.</li>
<li>Add option to return item index</li>
<li>Fix color emojis crashing in case the user is using an old libXft version</li>
<li>Desktop entries are now validated before being displayed/cached</li>
<li>Caching is no longer optional, this allows a better codebase, and no one in their right mind would want it disabled anyway</li>
<li>Add option to read entries from a file allowing entries to be auto updated when the file has been changed</li>
<li>Add Arc-Dark theme to themes/</li>
<li>Clean up warnings when -Ofast is used</li>
<li>Replace suckless coding style with my own</li>
<li>Properly indent all C code</li>
<li>Use pascal case for clicks in the keybinds.h and mouse.h headers as well as the spmenu.conf</li>
<li>No longer use PDFs</li>
<li>Fix -nxrdb/xrdb arguments</li>
<li>Fix duplicate entries in spmenu_run when using the -cc argument caused by arrays not being cleared before reuse</li>
<li>Add 256 colors to the sgrcolors array by default</li>
<li>And much more.</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 1.1.1 release</title>
<link>https://spmenu.speedie.site</link>
<guid isPermaLink="false">post6</guid>
<pubDate>Wed, 10 May 2023 00:00:00 +0100</pubDate>
<description>
<![CDATA[
<p>spmenu 1.1.1 release. Very small release, but it fixes small issues with 1.1, such as:</p>
<ul>
<li>Don't use stupid sed/variable jank in meson.build, as one good sir pointed out to me it's not necessary</li>
<li>Optimization is now set by the buildconf</li>
<li>Debloat build.sh script</li>
<li>Fix a bug where the caret may be moved if an item to the left/right is selected</li>
<li>Enable highlighting for entries that use SGR sequences</li>
<li>Add option to not allow typing if what is being typed doesn't have any matches. spmenuify uses this.</li>
<li>Rename some headers to more fitting names</li>
<li>Change some default keybinds (your existing spmenu.conf will still work)</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>