]> git.mdlowis.com Git - proto/labwc.git/commitdiff
NEWS.md: add notes in preparation for next release
authorJohan Malm <jgm323@gmail.com>
Mon, 20 Sep 2021 20:45:28 +0000 (21:45 +0100)
committerJohan Malm <jgm323@gmail.com>
Mon, 20 Sep 2021 20:45:28 +0000 (21:45 +0100)
NEWS.md

diff --git a/NEWS.md b/NEWS.md
index caa4cb283c4f03dee2cc01a0a9f7bf436cf97de5..cfd60cfb304e593b830d143f9dd095885176ecf7 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -3,6 +3,38 @@
 This file contains significant user-visible changes for each version.
 For full changelog, use `git log`
 
+## next release
+
+- The config option `<lab><xdg_shell_server_side_deco>` has changed to
+  `<core><decoration>`
+- Support `wlr_input_inhibit_unstable_v1 protocol`. This enables swaylock
+  to be run. Written-by: @telent
+- Support `wlr_foreign_toplevel protocol`. This enables controlling
+  windows from panels such as waybar.
+- Support fullscreen mode.
+- Add the following config options:
+    - Load default keybinds on `<keyboard><default />`
+    - Specify distance between views and output edges with `<core><gap>`
+    - Set menu item font with `<theme><font place="MenuItem">`
+    - Allow `<theme><font>` without place="" attribute, thus enabling
+      simpler config files.
+- Support for primary selection. Written-by: @telent
+- Support 'alt-tab' on screen display when cycling between windows
+- Add theme options to set buttons colors individually (for iconify, close
+  and maximize)
+- Show application title in window decoration title bar
+- Handle double click on window decoration title bar
+- Support a 'resize-edges' area that is wider than than the visible
+  window decoration. This makes it easier to grab edges to resize
+  windows.
+- Add window actions 'MoveToEdge', 'ToggleMaximize', 'Close', 'Iconfiy',
+  'ToggleDecorations', 'ToggleFullscreen'
+- Add labwc.desktop for display managers
+- Take into account exclusive areas of clients using layer-shell (such
+  as panels) when maximizing windows
+- Handle alt + mouse button to move/resize windows
+- Catch ctrl-alt-F1 to F12 to switch tty
+
 ## 0.3.0 (2021-06-28)
 
 Compile with wlroots 0.14.0