]> git.mdlowis.com Git - proto/labwc.git/commitdiff
NEWS.md: re-format
authorJohan Malm <jgm323@gmail.com>
Fri, 9 Jul 2021 20:34:00 +0000 (21:34 +0100)
committerJohan Malm <jgm323@gmail.com>
Fri, 9 Jul 2021 20:34:00 +0000 (21:34 +0100)
NEWS.md

diff --git a/NEWS.md b/NEWS.md
index af8899b91428743776c9dc7b159945208f2a64c6..caa4cb283c4f03dee2cc01a0a9f7bf436cf97de5 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -7,57 +7,35 @@ For full changelog, use `git log`
 
 Compile with wlroots 0.14.0
 
-- add config options <focus><followMouse> and <focus><raiseOnFocus>
+- Add config options `<focus><followMouse>` and `<focus><raiseOnFocus>`
   (provided-by: Mikhail Kshevetskiy)
-- stop trying to use Clearlooks-3.4 theme by default, just use built-in theme
-- fix Qt application segfault
+- Do not use Clearlooks-3.4 theme by default, just use built-in theme
+- Fix bug which triggered Qt application segfault
 
 ## 0.2.0 (2021-04-15)
 
 Compile with wlroots 0.13.0
 
-- support wlr-output-management protcol for setting output position, scale
+- Support wlr-output-management protcol for setting output position, scale
   and orientation with kanshi or similar
-- config:
-  - add `<theme><cornerRadius>` for window decoration rounded corners
-- theme:
-  - update built-in colors to match default GTK style
-  - add window.(in)active.border.color
-  - add border.width
-- add labwc-environment(5)
-- call `wlr_output_enable_adaptive_sync()` if `LABWC_ADAPTIVE_SYNC` set
+- Support server side decoration rounded corners
+- Change built-in theme to match default GTK style
+- Add labwc-environment(5)
+- Call `wlr_output_enable_adaptive_sync()` if `LABWC_ADAPTIVE_SYNC` set
 
 ## 0.1.0 (2021-03-05)
 
 Compile with wlroots 0.12.0 and wayland-server >=1.16
 
-This first release supports the following:
-- xdg-shell
-- optionally xwayland-shell
-- xbm buttons for maximize, iconify and close
-- layer-shell protocol (partial)
-- damage tracking to reduce CPU usage
-- very basic root-menu implementation
-- config and theme re-load on SIGHUP
-- openbox style autostart and environment files
-- 3 configuration options (openbox compatible)
-  - `<theme><name>`
-  - `<theme><font place="activewindow">`
-  - `<keyboard><keybind>`
-- 9 themes options (openbox compatible)
-  - `window.active.title.bg.color`
-  - `window.active.handle.bg.color`
-  - `window.inactive.title.bg.color`
-  - `window.active.button.unpressed.image.color`
-  - `window.inactive.button.unpressed.image.color`
-  - `menu.items.bg.color`
-  - `menu.items.text.color`
-  - `menu.items.active.bg.color`
-  - `menu.items.active.text.color`
-- 5 actions (openbox compatible)
-  - `<action name="Execute"><command>`
-  - `<action name="Exit">`
-  - `<action name="NextWindow">`
-  - `<action name="Reconfigure">`
-  - `<action name="ShowMenu"><menu>`
+- Support xdg-shell and optionally xwayland-shell
+- Show xbm buttons for maximize, iconify and close
+- Support layer-shell protocol (partial)
+- Support damage tracking to reduce CPU usage
+- Support very basic root-menu implementation
+- Re-load config and theme on SIGHUP
+- Support simple configuration to auto-start applications, set
+  environment variables and specify theme, font and keybinds.
+- Support some basic theme settings for window borders and title bars
+- Support basic actions including Execute, Exit, NextWindow, Reconfigure and 
+  ShowMenu