Releases: Shizcow/dmenu-rs
Releases · Shizcow/dmenu-rs
5.5.4
5.5.3
5.5.2
In this release:
- Remove Cargo.lock in git repo
- Port stest to rust (thanks @benjaminedwardwebb!)
5.5.1
5.5.0
In this release:
- Plugin news
- New plugins
- Lookup (huge thanks to @carrascomj)
- Launch a search query via xdg-open
- Pass --lookup to enable
dmenu --lookup --list-engines | dmenu | dmenu --lookup
is super useful
- Maxlength
- Helps spoof
i3-input -l
- Helps spoof
- Lookup (huge thanks to @carrascomj)
- Plugin modifications
- calc moved from
rink
torink-core
- calc is now async, addresses huge computations that will take forever
- calc moved from
- New plugins
- Minor bugfixes
- Can now select an item that doesn't exist if you try hard enough
i3-dmenu-desktop
/j4-dmenu-desktop
can now do something likepkill make
even though it doesn't have a .desktop file
- Can now select an item that doesn't exist if you try hard enough
- Fixed some build errors
- Slightly expanded plugin functionality
- More things are mutable
format_stdin
runs whethernostin
is true or false
5.4.0
In this release:
- Plugin news
- New plugins
- Autoselect (thanks to asdf8dfafjk)
- Auto select if there is only one match with the current input
- Pass --autoselect to enable
- Autoselect (thanks to asdf8dfafjk)
- Plugin modifications
- fuzzy select can be disabled by passing --nofuzz
- New plugins
- dmenu-height has been added to core render settings
- Pass --render_minheight and value
- Implementation of this suckless patch with different command line parameters
- Huge build time improvements, both on fresh build and rebuild
- Fixed a few bugs in buildscripts
- Smarter dependency checking
- Plugin info available in manpages and -VV
- Additional documentation on plugin development
- More plugin API
- A few small performance inhances
5.3.1
In this release:
- Plugins now support build scripts. These are currently set up just to check
for dependencies, but could be used for other things - Better handling of unicode
- Font size is correctly determined for unknown glyphs
- Navigation and input manipulation don't crash and work properly
- Text truncation is pretty
- Updated build process to be more friendly
- Rebuilds are much faster due to certain build files not changing if not required to
- Clean builds are faster due to more optimized dependency sharing and workspace setup
- More color
- LOTS of little bugfixes