From: Bastien Dejean Date: Wed, 13 Feb 2019 10:20:41 +0000 (+0100) Subject: Version 0.9.6 X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=dc3d4689589ba410b110bb8ae75146a2edc8412d;p=bspwm.git Version 0.9.6 --- diff --git a/VERSION b/VERSION index 0383441..9cf0386 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.5 \ No newline at end of file +0.9.6 \ No newline at end of file diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index e7d45d3..d72d3ad 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -1,3 +1,23 @@ +# From 0.9.4 to 0.9.6 + +## Additions + +- New *wm* command: `--restart`. It was already possible to restart `bspwm` without loosing the current state through `--{dump,load}-state`, but this command will also keep the existing subscribers intact. +- New settings: `automatic_scheme`, `removal_adjustment`. The automatic insertion mode now provides three ways of inserting a new node: `spiral`, `longest_side` (the default) and `alternate`. Those schemes are described in the README. +- New settings: `ignore_ewmh_struts`, `presel_feedback`, `{top,right,bottom,left}_monocle_padding`. +- New node descriptor: `smallest`. +- New desktop modifier: `active`. + +## Changes + +- The `focused` and `active` modifiers now mean the same thing across every object. +- Fullscreen windows are no longer sent to the `above` layer. Within the same layer, fullscreen windows are now above floating windows. If you want a floating window to be above a fullscreen window, you'll need to rely on layers. +- Pseudo-tiled windows now shrink automatically. + +## Removals + +- The `paddingless_monocle` setting was removed (and subsumed). + # From 0.9.3 to 0.9.4 ## Changes diff --git a/doc/bspwm.1 b/doc/bspwm.1 index fee3d96..a2f681e 100644 --- a/doc/bspwm.1 +++ b/doc/bspwm.1 @@ -2,12 +2,12 @@ .\" Title: bspwm .\" Author: [see the "Author" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/30/2019 +.\" Date: 02/13/2019 .\" Manual: Bspwm Manual -.\" Source: Bspwm 0.9.5-44-gd36664b +.\" Source: Bspwm 0.9.6 .\" Language: English .\" -.TH "BSPWM" "1" "01/30/2019" "Bspwm 0\&.9\&.5\-44\-gd36664b" "Bspwm Manual" +.TH "BSPWM" "1" "02/13/2019" "Bspwm 0\&.9\&.6" "Bspwm Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" -----------------------------------------------------------------