* Tue Apr 14 2020 Michael Vetter <mvetter@suse.com>
- Use %{_lib} macro
* Mon Apr 13 2020 Michael Vetter <mvetter@suse.com>
- Update to 0.4.1:
* This bug fix release fixes a build problem with missing
wayland headers on some systems. #106
- Remove bemenu-pkgconfig.patch: contained in upstream
* Sun Apr 12 2020 Michael Vetter <mvetter@suse.com>
- Update to 0.4.0:
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.
- Remove because upstreamed:
* bemenu-0.3.0-boo1165235-ncurses.patch
* bemenu-0.3.0-curses.patch
- Remove bemenu-0.3.0-wayland.patch: switch to makefile
- Add bemenu-pkgconfig.patch: https://github.com/Cloudef/bemenu/issues/106
* Fri Feb 28 2020 Michael Vetter <mvetter@suse.com>
- Add bemenu-0.3.0-wayland.patch: enable wayland renderer
* Fri Feb 28 2020 Michael Vetter <mvetter@suse.com>
- Add bemenu-0.3.0-wayland.patch: enable wayland renderer
* Fri Dec 27 2019 Michael Vetter <mvetter@suse.com>
- Update to 0.3.0:
* Uses default the monospace 10 font now to match dmenu
and to be more robust
* Hidpi support for wayland
- Add bemenu-0.3.0-curses.patch:
See https://github.com/Cloudef/bemenu/pull/77
* Wed Oct 30 2019 Michael Vetter <mvetter@suse.com>
- Update to 0.2.0:
* wayland: implement a proper repaint cycle
* Add options for renderers
* Add option to respect panel position
* x11: add pango as dependency of the x11 rendere
* bemenu: add --line-height / -H option
* Add C-g shortcut to x11 and wayland
* Add manpage
* Mon Mar 04 2019 mvetter@suse.com
- Update to first official release 0.1.0
- Remove service file
* Tue Feb 07 2017 callumjfarmer13@gmail.com
- update to 0.0.20161206
- dropped ncurses-fix.patch
* Mon May 09 2016 sleep_walker@opensuse.org
- bump to new git snapshot 0.0.20160412
- cleanup
* Thu Oct 08 2015 sleep_walker@opensuse.org
- fix whitespace inconsistency
- cleanup changelog to match reviewer's taste
- define patch unconditionaly (remove %ifs around it)
- fix RPM group
- reformat description
- require only libxkbcommon 0.3.2 or higher
- remove 4th argument of defattr to match reviewer's taste
* Wed Oct 07 2015 sleep_walker@opensuse.org
- disable ncurses build for now as I can't locate library with
wget_wch
* Sat Sep 26 2015 sleep_walker@opensuse.org
- updated snapshot (20150923)
- remove patches accepted by upstream
- enable curses backed again and fix it (ncurses-fix.patch and sed)
- clean up spec
* Mon Sep 21 2015 sleep_walker@opensuse.org
- let there be bemenu!