I once again forgot to write the updates.xml, so I finally updated it to

add fontctrl 1.3, spmenu 2.1 and spmenu 2.1.1.
This commit is contained in:
speedie 2023-06-13 23:41:55 +02:00
parent 906949cce6
commit b81c5f84ab

View file

@ -151,5 +151,78 @@
]]> ]]>
</description> </description>
</item> </item>
<item>
<title>fontctrl 1.3 release</title>
<link>https://git.speedie.site/speedie/fontctrl</link>
<guid isPermaLink="false">post11</guid>
<pubDate>Tue, 06 Jun 2023 00:00:00 +0100</pubDate>
<description>
<![CDATA[
<p>fontctrl 1.3 release. This release fixes some small bugs.</p>
<p>You can get the new release through pacman if you're using my Arch repository, or you can simply get the updated version <a href="https://git.speedie.site/speedie/fontctrl">here</a>.</p>
]]>
</description>
</item>
<item>
<title>spmenu 2.1 release</title>
<link>https://spmenu.speedie.site</link>
<guid isPermaLink="false">post12</guid>
<pubDate>Fri, 09 Jun 2023 00:00:00 +0100</pubDate>
<description>
<![CDATA[
<p>spmenu 2.1 release. This release is once again mostly a bug fix update, but introduces some pretty cool stuff.</p>
<ul>
<li>Add X11 toggle, so now spmenu can run 100% on Wayland without any X libraries installed.</li>
<li>Add option to override path to theme file, useful for Pywal.</li>
<li>Drop official macOS support (it will most likely still work though).</li>
<li>Massive documentation improvements</li>
<li>Remove old preview image, add new screenshots including some animated gifs.</li>
<li>Add rounded variant of the powerline</li>
<li>Add support for images on Wayland too.</li>
<li>Keybinds in the config file are now one liners, so the default config is a lot more user friendly.</li>
<li>Indent lines in the default config file</li>
<li>Fix previously undiscovered bugs with the keybind handling</li>
<li>Replace the spmenu colorscheme with a new colorscheme</li>
<li>Enable rounded powerlines and indentitems by default</li>
<li>Update spmenu(1) and spmenu_run(1) to point to this repository instead.</li>
<li>Fix one instance of a keybind conflict causing multiple keybinds to be activated.</li>
<li>Move the rest of the headers to libs/</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 2.1.1 release</title>
<link>https://spmenu.speedie.site</link>
<guid isPermaLink="false">post13</guid>
<pubDate>Tue, 13 Jun 2023 00:00:00 +0100</pubDate>
<description>
<![CDATA[
<p>spmenu 2.1.1 release. Some cleanup and fixes after the 2.1 release, nothing too major.</p>
<ul>
<li>Replace deprecated MD5() function (yay!)</li>
<li>Remove unused cursor code from (now) draw.c</li>
<li>Move libs/libdrw/drw.c to libs/draw/draw.c and libs/libdrw/drw.h to libs/draw/draw.h</li>
<li>Move libs/sl/main.c to libs/main.c and libs/sl/main.h to libs/main.h</li>
<li>Add slightly safer strncpy() function to main.c and use it everywhere</li>
<li>Fix keybind conflict in the Wayland keybind array, 2.1 forgot this.</li>
<li>Add options to the config allowing width, height and padding for the cursor/caret to be set in the config file.</li>
<li>Cleanup menu height setting by calling a single function instead</li>
<li>Fix a freeze when certain parts of spmenu is hidden and an image is drawn</li>
<li>Fix compiling when !USEIMAGE</li>
<li>Massively clean up image drawing code</li>
<li>Don't include Xlib in draw.c if !USEX</li>
<li>Fix fullscreen image mode height</li>
<li>Fix typo causing image gaps to set the image height in the config file</li>
<li>Simplify .gitignore, much of what it used to contain is no longer useful</li>
<li>Add -fl or --feature-list argument allowing you to see what features were compiled in</li>
<li>Allow forcing xdg directory if $XDG_CACHE_DIR is unset, mostly useful for debugging</li>
<li>Add image resizing toggle, in case you want the menu height to never change</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> </channel>
</rss> </rss>