From cbbb8f1407a64e6c44be2f3e5ce3a4334fe061e0 Mon Sep 17 00:00:00 2001 From: speedie Date: Sat, 22 Jul 2023 23:41:59 +0200 Subject: [PATCH] Update updates.xml --- updates.xml | 62 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) diff --git a/updates.xml b/updates.xml index 281a4f1..0c5b867 100644 --- a/updates.xml +++ b/updates.xml @@ -343,5 +343,67 @@ ]]> + + spmenu 3.1 release + https://spmenu.speedie.site + post18 + Wed, 19 Jul 2023 00:00:00 +0100 + + spmenu 3.1 release. This release fixes some issues and cleans up the codebase, but doesn't really add much new.

+
    +
  • Regenerate cache if spmenu width/height has changed. This fixes issues (and potential segmentation faults) when drawing
  • +
  • Make sure menu height cannot exceed monitor height
  • +
  • Remove/change some key and mouse binds
  • +
  • Significantly improve documentation for keybinds
  • +
  • Remove `pango_highlight` option, it's useless because Pango isn't being highlighted.
  • +
  • Fix powerline cutoff for big images
  • +
  • Change default alpha value from 200 to 222, making it more (but not fully) opaque
  • +
  • Fix massive argument typos caused by `sed` misuse. This won't happen again
  • +
  • Replace a lot of outdated information in the man pages
  • +
  • Move up/down on left/right when !lines
  • +
  • spmenu_run now respects NoDisplay and OnlyShowIn
  • +
  • spmenu_run now supports Desktop Action headers in .desktop entries
  • +
  • spmenu_run will now display the `Comment` rather than the `GenericName` if available
  • +
  • Add Swedish translations for spmenu desktop entries
  • +
  • Move `spmenu_run` functions into separate scripts loaded in as necessary. This results in major speed improvements but isn't noticeable to the user
  • +
  • Cleanup spmenu_run code significantly
  • +
  • Add `ClickNone`, which will simply allow clicking anywhere.
  • +
  • Don't merge the end powerline with the start powerline of the next item when !lines
  • +
  • Simplify SGR sequence handling, fixing width weirdness
  • +
  • Replace many variable names with simple ones
  • +
  • Caret height is now dynamic based on `sp.bh`
  • +
  • Fix incorrect color usage in the config file
  • +
  • Simplify and speed up reading of standard input
  • +
  • Now generate SHA256 and MD5 hash for tarballs and pacman packages
  • +
  • Remove `ClickSelItem`. You should now replace it with `ClickItem` and set the function to `selecthover` with any argument
  • +
  • Fix bug in package creation
  • +
+

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 3.1.1 release + https://spmenu.speedie.site + post19 + Sat, 22 Jul 2023 00:00:00 +0100 + + spmenu 3.1.1 release. This one fixes bugs with the last release and adds a few features.

+
    +
  • Add true color (24 bit) SGR sequence support
  • +
  • Add 39 and 49 sequence support
  • +
  • Add better SGR sequence documentation to man page(s)
  • +
  • Add clipboard support for Wayland (requires wl-clipboard on runtime)
  • +
  • Add scrolldistance option (Wayland only)
  • +
  • Add true color to spmenu_test
  • +
  • Add togglefuzzy() function, allowing fuzzy matching to be toggled on runtime
  • +
  • Fix scrolling on Wayland (now uses a listener instead)
  • +
+

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.

+ ]]> +
+