SHA256
1
0
forked from pool/herbstluftwm

- Update to 0.8.1:

* the frame index 'e' refers to the first empty frame
    (e.g. 'rule index=e' places new windows in empty frames, if possible)
  * new setting 'hide_covered_windows' to improve the appearance
    when used with a compositor.
  * resize floating windows with the same command ('resize') as in
    tiling mode and thus the same keybindings as in tiling mode.
    Therefore, the 'fractiondelta' parameter to the 'resize' command
    is now optional.
  * keybind now checks that the bound command exists.
  * cycle_all (Alt-Tab) now also traverses floating clients
  * new setting 'auto_detect_panels' controlling the panel
    detection algorithm.
  * improved herbstclient tab completion for the fish shell
  Bug fixes:
  * Handle the regular expression "" correctly, since the grammar
    of extended regular expressions does not allow "".
  * Error handling for the lack of xrandr
  * Fixes to make it compile on other systems and architecture

OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/herbstluftwm?expand=0&rev=17
This commit is contained in:
Michael Vetter 2020-04-21 06:29:34 +00:00 committed by Git OBS Bridge
parent 99b7b9bbef
commit b797d77ab7
6 changed files with 28 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5823f1c1a6a6ae6d4f843992658fcdb91a246e7f337570ac9b2091f57265c812
size 358434

Binary file not shown.

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fe146d6b533dcabbc2588430de01b76acc0f716521d9a8157aa628f305723430
size 369291

Binary file not shown.

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Tue Apr 21 06:23:38 UTC 2020 - Michael Vetter <mvetter@suse.com>
- Update to 0.8.1:
* the frame index 'e' refers to the first empty frame
(e.g. 'rule index=e' places new windows in empty frames, if possible)
* new setting 'hide_covered_windows' to improve the appearance
when used with a compositor.
* resize floating windows with the same command ('resize') as in
tiling mode and thus the same keybindings as in tiling mode.
Therefore, the 'fractiondelta' parameter to the 'resize' command
is now optional.
* keybind now checks that the bound command exists.
* cycle_all (Alt-Tab) now also traverses floating clients
* new setting 'auto_detect_panels' controlling the panel
detection algorithm.
* improved herbstclient tab completion for the fish shell
Bug fixes:
* Handle the regular expression "" correctly, since the grammar
of extended regular expressions does not allow "".
* Error handling for the lack of xrandr
* Fixes to make it compile on other systems and architecture
-------------------------------------------------------------------
Sun Apr 12 20:45:28 UTC 2020 - Michael Vetter <mvetter@suse.com>

View File

@ -17,7 +17,7 @@
Name: herbstluftwm
Version: 0.8.0
Version: 0.8.1
Release: 0
Summary: A manual tiling window manager
License: BSD-2-Clause
@ -148,7 +148,7 @@ rm -f %{buildroot}%{_datadir}/doc/%{name}/{INSTALL,NEWS,LICENSE,BUGS}
%{_datadir}/zsh/site-functions/_herbstclient
%files bash-completion
%config %{_sysconfdir}/bash_completion.d/herbstclient-completion
%{_datadir}/bash-completion/completions/herbstclient
%files fish-completion
%dir %{_datadir}/fish