From 055060202ca79d056184aa17de6b23a80e8183108294451893f5531e0b095a5a Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Mon, 1 Aug 2022 07:21:29 +0000 Subject: [PATCH] - Update to 0.9.5: * Key binds for release events. * The Setting 'smart_frame_surroundings' has been changed to accept the following new values: 'off', 'hide_all', and 'hide_gaps'. Setting it to 'hide_gaps' will only hide frame gaps when applicable, 'hide_all' and 'off' mirror the old behaviour with regards to 'true' and 'false'. * New format '%{ }' for easier attribute access in the sprintf command * New setting 'show_frame_decorations' that controls when frame decorations are shown. This should be used instead of the old 'always_show_frame' * New frame attribute 'content_geometry' * New tag attribute 'at_end' * New monitor attribute 'content_geometry' * Fix bug in ipc protocol for big-endian systems OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/herbstluftwm?expand=0&rev=33 --- herbstluftwm-0.9.4.tar.gz | 3 --- herbstluftwm-0.9.4.tar.gz.sig | Bin 119 -> 0 bytes herbstluftwm-0.9.5.tar.gz | 3 +++ herbstluftwm-0.9.5.tar.gz.sig | Bin 0 -> 119 bytes herbstluftwm.changes | 17 +++++++++++++++++ herbstluftwm.spec | 2 +- 6 files changed, 21 insertions(+), 4 deletions(-) delete mode 100644 herbstluftwm-0.9.4.tar.gz delete mode 100644 herbstluftwm-0.9.4.tar.gz.sig create mode 100644 herbstluftwm-0.9.5.tar.gz create mode 100644 herbstluftwm-0.9.5.tar.gz.sig diff --git a/herbstluftwm-0.9.4.tar.gz b/herbstluftwm-0.9.4.tar.gz deleted file mode 100644 index f326e93..0000000 --- a/herbstluftwm-0.9.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eef8eed076af33af2a75911c0fb1215fdb3427606a034ea8b44fe76872cb03cc -size 549029 diff --git a/herbstluftwm-0.9.4.tar.gz.sig b/herbstluftwm-0.9.4.tar.gz.sig deleted file mode 100644 index c7f8b663f70fc4a00cb2065ed1cccbf1b997d34b978059125b9f73e1f94e0511..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 119 zcmeAuWnmEHV2~A4WGS9m)4F5lx~X=P6mIC$wX9#Habp)NQ64(MtmM3Oqo|C#hozd-98Y4shk$`PgE&jj%;=NPy+1z;j;Z!!FL z6R?rp{MF>5NdZ?h^Xxo(-Ukcg%Dy}?o%iR)-;kvX!x;Vw8h95wd0C%qV>J!EJ$HK; V=f)+6>V%j0ByEyc%6D#i004wUGphgq literal 0 HcmV?d00001 diff --git a/herbstluftwm.changes b/herbstluftwm.changes index 43de520..ca6eb5c 100644 --- a/herbstluftwm.changes +++ b/herbstluftwm.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon Aug 1 07:19:24 UTC 2022 - Michael Vetter + +- Update to 0.9.5: + * Key binds for release events. + * The Setting 'smart_frame_surroundings' has been changed to accept the + following new values: 'off', 'hide_all', and 'hide_gaps'. Setting it to + 'hide_gaps' will only hide frame gaps when applicable, 'hide_all' and 'off' + mirror the old behaviour with regards to 'true' and 'false'. + * New format '%{ }' for easier attribute access in the sprintf command + * New setting 'show_frame_decorations' that controls when frame decorations + are shown. This should be used instead of the old 'always_show_frame' + * New frame attribute 'content_geometry' + * New tag attribute 'at_end' + * New monitor attribute 'content_geometry' + * Fix bug in ipc protocol for big-endian systems + ------------------------------------------------------------------- Fri Mar 18 10:53:18 UTC 2022 - Michael Vetter diff --git a/herbstluftwm.spec b/herbstluftwm.spec index 1094470..e13530d 100644 --- a/herbstluftwm.spec +++ b/herbstluftwm.spec @@ -17,7 +17,7 @@ Name: herbstluftwm -Version: 0.9.4 +Version: 0.9.5 Release: 0 Summary: A manual tiling window manager License: BSD-2-Clause