Releases: AMNatty/wleave
Releases · AMNatty/wleave
Version 0.4.1
What's Changed
- Fixed
--close-on-lost-focus
destroying the window without executing a command
Full Changelog: 0.4.0...0.4.1
Version 0.4.0
What's Changed
- Added a delay between hiding a window and executing a command, as well
as adding a CLI option to configure the delay using--delay-command-ms
- #4 Label content now supports Pango markup, thanks @bvr-yr
- #3 The window now has a layer shell namespace:
wleave
Full Changelog: 0.3.2...0.4.0
Version 0.3.2
Version 0.3.1
What's Changed
- Referenced images in the CSS stylesheet now resolve against the CSS file's path
- Updated dependencies
Full Changelog: 0.3.0...0.3.1
Version 0.3.0
What's Changed
- Custom SVG icons by @earth-walker in #1
- Documentation improvements
New Contributors
- @earth-walker made their first contribution in #1
Full Changelog: 0.2.0...0.3.0
Version 0.2.0
- Added the
-k
flag to display keybinds - Better (autogenerated) completions
Version 0.1.1
- Fixed a bug where the CSS pointed to the wrong directory and default icons didn't load
Version 0.1.0
Initial release
Rewrite of https://github.com/ArtsyMacaw/wlogout
- Autoclose on when window focus is lost (the
-f/--close-on-lost-focus
flag) - Pretty gaps by default
- Less error-prone
- Keybinds accept modifier keys and Unicode characters
- Easier to extend