Skip to content

Releases: Cloudef/bemenu

0.6.3

22 Jul 00:12
Compare
Choose a tag to compare

Fixes key repeat rate in wayland
Ctrl-c now exits bemenu in x11 and wayland
Hidden files (dot files) are now ignored in bemenu-run

0.6.2

09 Jun 00:21
Compare
Choose a tag to compare
bump version to 0.6.2

0.6.1

23 May 05:15
Compare
Choose a tag to compare

Makes it possible to show bemenu on focused monitor on wayland #174
NOTE: The tarball uses bemenu-$(VERSION) prefix now instead of $(VERSION)

0.6.0

20 May 03:03
Compare
Choose a tag to compare
release 0.6.0

0.5.0

04 Jul 09:11
Compare
Choose a tag to compare

This release isn't fully compatible with dmenu.
See issues for bugs / missing features.

This release fixes rendering issues under HiDPI configuraitons

Notable new features:

  • --scrollbar none
  • BEMENU_SCALE env variable which can be used to force scaling factor.

Missing features from dmenu:

  • Command line switches still aren't fully compatible (-sf, and such aren't supported by getopt, but eventually there will be preprocessing for these options to be fully compatible)
  • Clipboard support

0.4.1

13 Apr 09:34
Compare
Choose a tag to compare

This bug fix release fixes a build problem with missing wayland headers on some systems. #106

Otherwise the changes and features are identical to https://github.com/Cloudef/bemenu/releases/tag/0.4.0

0.4.0

12 Apr 08:39
Compare
Choose a tag to compare

This release isn't fully compatible with dmenu.
See issues for bugs / missing features.

This release has moved from CMake to GNU Make based build system. Read the README.md for instructions how to build the project.

This release includes various bug fixes and some minor new features. Following behavior has changed by default:

  • The vertical UI now resembles vanilla dmenu more with the left padding added.
  • Scrollbar thickness has changed to 1 character thick instead 1 pixel, to make it more visible on hidpi displays.
  • X11 should now contain windows class and name
  • Wayland shows bemenu only on single monitor now, to have the old behavior back you can use the -m all option. Note that there seems to be input bugs in Wayland backend currently, and I would appreciate if some Wayland developer could help figure those out! #98 #102
  • bemenu-run under curses won't fork anymore by default, to make bemenu-run under curses fork, use the --fork option, this option is no-op for any other backend.

Notable new features:

  • BEMENU_OPTS env variable can be now used as a alternative way of specifying command line options for bemenu.

Missing features from dmenu:

  • Command line switches still aren't fully compatible (-sf, and such aren't supported by getopt, but eventually there will be preprocessing for these options to be fully compatible)
  • Clipboard support

0.3.0

20 Dec 12:29
bed158e
Compare
Choose a tag to compare

This release isn't fully compatible with dmenu.
See issues for bugs / missing features.

Forgot to bump version in the CMake, so this is new tag on github (I really should automate this crap).

Changelog:
Uses default the monospace 10 font now to match dmenu and to be more robust
Hidpi support for wayland

0.2.0

25 Oct 11:26
Compare
Choose a tag to compare

This release isn't fully compatible with dmenu.
See issues for bugs / missing features.

0.1.0

03 Mar 18:53
0.1.0
Compare
Choose a tag to compare

This release isn't fully compatible with dmenu.
See issues for bugs / missing features.