]> git.lizzy.rs Git - bspwm.git/commitdiff
Version 0.9.10
authorBastien Dejean <nihilhill@gmail.com>
Sun, 2 Aug 2020 07:51:32 +0000 (09:51 +0200)
committerBastien Dejean <nihilhill@gmail.com>
Sun, 2 Aug 2020 07:51:32 +0000 (09:51 +0200)
VERSION
doc/CHANGELOG.md
doc/bspwm.1

diff --git a/VERSION b/VERSION
index 6f060dcbc24e32dff9b5911f5dc98f1f4dc64a50..ea8f4fd664e1f9f7eb4a6ab1419d649d84a5afb8 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.9.9
\ No newline at end of file
+0.9.10
\ No newline at end of file
index 20b852b470b91bcf8ef77951114579b67afeaf91..9192b29d1544bb77f1a1865159913e1696271ec8 100644 (file)
@@ -1,3 +1,19 @@
+# From 0.9.9 to 0.9.10
+
+## Additions
+
+- New node descriptor: `first_ancestor`.
+- New node modifiers: `horizontal`, `vertical`.
+
+## Changes
+
+- The node descriptors `next` and `prev` might now return any node. The previous behavior can be emulated by appending `.!hidden.window`.
+- The node descriptors `pointed`, `biggest` and `smallest` now return leaves (in particular `pointed` will now return the *id* of a pointed receptacle). The previous behavior can be emulated by appending `.window`.
+- The *query* command now handles all the possible descriptor-free constraints (for example, `query -N -d .active` now works as expected).
+- The rules can now match against the window's names (`WM_NAME`).
+- The configuration script now receives an argument to indicate whether is was executed after a restart or not.
+- The *intermediate consequences* passed to the external rules command are now in resolved form to avoid unwanted code execution.
+
 # From 0.9.8 to 0.9.9
 
 - Fix a memory allocation bug in the implementation of `wm --restart`.
index 1d556050ea44b6b1e7c73302b494199ceec7f175..c6304fa1028b416d751d1735e8c6c1fb0bebcbaf 100644 (file)
@@ -4,10 +4,10 @@
 .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
 .\"      Date: 08/02/2020
 .\"    Manual: Bspwm Manual
-.\"    Source: Bspwm 0.9.9-34-ga9a2d00
+.\"    Source: Bspwm 0.9.10
 .\"  Language: English
 .\"
-.TH "BSPWM" "1" "08/02/2020" "Bspwm 0\&.9\&.9\-34\-ga9a2d00" "Bspwm Manual"
+.TH "BSPWM" "1" "08/02/2020" "Bspwm 0\&.9\&.10" "Bspwm Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------