From 2aa3466faf3f9688242a8bb24f4da001cd9e43b1 Mon Sep 17 00:00:00 2001 From: speedie Date: Fri, 12 May 2023 12:13:07 +0200 Subject: [PATCH] add some posts to updates.xml --- updates.xml | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/updates.xml b/updates.xml index 194f050..0d16f1c 100644 --- a/updates.xml +++ b/updates.xml @@ -63,5 +63,59 @@ ]]> + + spmenu 1.1 release + https://spmenu.speedie.site + post5 + Mon, 08 May 2023 00:00:00 +0100 + + spmenu 1.1 release. There are many changes, such as:

+
    +
  • New theme.conf. Support for legacy themes also removed
  • +
  • spmenu_profile removed, a separate program must now be used for managing themes
  • +
  • Meson is now used to build the project, although it should be noted that you can still use the build.sh.
  • +
  • Add option to return item index
  • +
  • Fix color emojis crashing in case the user is using an old libXft version
  • +
  • Desktop entries are now validated before being displayed/cached
  • +
  • Caching is no longer optional, this allows a better codebase, and no one in their right mind would want it disabled anyway
  • +
  • Add option to read entries from a file allowing entries to be auto updated when the file has been changed
  • +
  • Add Arc-Dark theme to themes/
  • +
  • Clean up warnings when -Ofast is used
  • +
  • Replace suckless coding style with my own
  • +
  • Properly indent all C code
  • +
  • Use pascal case for clicks in the keybinds.h and mouse.h headers as well as the spmenu.conf
  • +
  • No longer use PDFs
  • +
  • Fix -nxrdb/xrdb arguments
  • +
  • Fix duplicate entries in spmenu_run when using the -cc argument caused by arrays not being cleared before reuse
  • +
  • Add 256 colors to the sgrcolors array by default
  • +
  • And much more.
  • +
+

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.

+ ]]> +
+
+ + spmenu 1.1.1 release + https://spmenu.speedie.site + post6 + Wed, 10 May 2023 00:00:00 +0100 + + spmenu 1.1.1 release. Very small release, but it fixes small issues with 1.1, such as:

+
    +
  • Don't use stupid sed/variable jank in meson.build, as one good sir pointed out to me it's not necessary
  • +
  • Optimization is now set by the buildconf
  • +
  • Debloat build.sh script
  • +
  • Fix a bug where the caret may be moved if an item to the left/right is selected
  • +
  • Enable highlighting for entries that use SGR sequences
  • +
  • Add option to not allow typing if what is being typed doesn't have any matches. spmenuify uses this.
  • +
  • Rename some headers to more fitting names
  • +
  • Change some default keybinds (your existing spmenu.conf will still work)
  • +
+

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.

+ ]]> +
+