Skip to content

Releases: AMNatty/wleave

Version 0.4.1

15 Mar 15:56
a44c38b
Compare
Choose a tag to compare

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

14 Mar 18:14
60c6070
Compare
Choose a tag to compare

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

31 Dec 21:07
619730e
Compare
Choose a tag to compare

What's Changed

  • Fixed keyboard navigation regression from 0.3.1

Full Changelog: 0.3.1...0.3.2

Version 0.3.1

30 Dec 17:31
6f13cbc
Compare
Choose a tag to compare

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

24 Feb 18:13
e2a7f50
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2.0...0.3.0

Version 0.2.0

24 Feb 01:55
a40d59e
Compare
Choose a tag to compare
  • Added the -k flag to display keybinds
  • Better (autogenerated) completions

Version 0.1.1

22 Feb 20:53
75279c5
Compare
Choose a tag to compare
Version 0.1.1 Pre-release
Pre-release
  • Fixed a bug where the CSS pointed to the wrong directory and default icons didn't load

Version 0.1.0

22 Feb 16:45
d3b9908
Compare
Choose a tag to compare
Version 0.1.0 Pre-release
Pre-release

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