This repository has been archived on 2024-01-22. You can view files and clone it, but cannot push or open issues or pull requests.
speedie-page/updates.xml

130 lines
7.3 KiB
XML
Raw Normal View History

2023-03-26 03:11:23 +02:00
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
2023-04-13 23:20:43 +02:00
<title>speedie.site project updates</title>
2023-04-19 16:16:33 +02:00
<link>https://speedie.site/project-list.php</link>
2023-03-26 03:11:23 +02:00
<description>RSS feed for updates on my projects.</description>
2023-04-28 14:41:01 +02:00
<atom:link href="https://speedie.site/updates.xml" rel="self" type="application/rss+xml" />
2023-05-12 12:13:07 +02:00
<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>
2023-05-21 18:39:26 +02:00
<item>
<title>spmenu 1.1.2 release</title>
<link>https://spmenu.speedie.site</link>
<guid isPermaLink="false">post7</guid>
<pubDate>Fri, 12 May 2023 00:00:00 +0100</pubDate>
<description>
<![CDATA[
<p>spmenu 1.1.2 release. Minor release, fixing small issues with 1.1.1, such as:</p>
<ul>
<li>Fix Pango markup bug</li>
<li>Use img:// prefix rather than IMG:</li>
<li>Allow UTF-8 text to be toggled</li>
<li>Don't draw images until KeyRelease</li>
<li>Fix arch package</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>
<item>
<title>spmenu 1.2 release</title>
<link>https://spmenu.speedie.site</link>
<guid isPermaLink="false">post8</guid>
<pubDate>Fri, 19 May 2023 00:00:00 +0100</pubDate>
<description>
<![CDATA[
<p>spmenu 1.2 release. Minor release, fixing small issues with 1.1.1, such as:</p>
<ul>
<li>spmenu_test displays 256 colors now and overall looks nicer</li>
<li>Add option to override image cache directory</li>
<li>Add .desktop entries</li>
<li>Add basic vector logo</li>
<li>Add rofi like 'next' colors</li>
<li>Add option to not validate desktop entries</li>
<li>Add function to fullscreen an image</li>
<li>Add Ctrl+Alt+Shift+Delete keybind to kill spmenu if the keybind is removed</li>
<li>Add separate man page for spmenu_run</li>
<li>Add multi selection (marking) to spmenu</li>
<li>Add script for generating themes</li>
<li>Improve pacman PKGBUILD</li>
<li>Improve meson.build and meson.options</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>
2023-06-03 03:26:11 +02:00
<item>
<title>spmenu 2.0 release</title>
<link>https://spmenu.speedie.site</link>
<guid isPermaLink="false">post8</guid>
<pubDate>Fri, 03 Jun 2023 00:00:00 +0100</pubDate>
<description>
<![CDATA[
<p>spmenu 2.0 release. This release fixes many bugs, but notably adds in experimental Wayland support. It is enabled by default.</p>
<ul>
<li>Add Wayland support</li>
<li>Code cleanup</li>
<li>Remove UTF-8 toggle</li>
<li>Use Cairo for everything, no more X11 specific libraries for drawing. This also means arrows look much better.</li>
<li>Remove colorschemes, colors are now passed directly to drw_text.</li>
<li>Add bind.conf file, which can be used to configure keybinds individually</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>
2023-03-26 03:11:23 +02:00
</channel>
</rss>