From 2492695ad47c7ae8c630bdf22328334f57e41c1a Mon Sep 17 00:00:00 2001 From: Bastien Dejean Date: Sun, 2 Aug 2020 09:51:32 +0200 Subject: [PATCH] Version 0.9.10 --- VERSION | 2 +- doc/CHANGELOG.md | 16 ++++++++++++++++ doc/bspwm.1 | 4 ++-- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 6f060dc..ea8f4fd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.9 \ No newline at end of file +0.9.10 \ No newline at end of file diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index 20b852b..9192b29 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -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`. diff --git a/doc/bspwm.1 b/doc/bspwm.1 index 1d55605..c6304fa 100644 --- a/doc/bspwm.1 +++ b/doc/bspwm.1 @@ -4,10 +4,10 @@ .\" Generator: DocBook XSL Stylesheets vsnapshot .\" 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 .\" -----------------------------------------------------------------