Version 0.9.10

This commit is contained in:
Bastien Dejean 2020-08-02 09:51:32 +02:00
parent 4abca9b41f
commit 2492695ad4
3 changed files with 19 additions and 3 deletions

View file

@ -1 +1 @@
0.9.9
0.9.10

View 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`.

View 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
.\" -----------------------------------------------------------------