diff --git a/CHANGELOG.md b/CHANGELOG.md index c864e448..4fbff466 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +spectrwm 3.5.1 +============== +Released on Nov 25, 2023 + +Fixes NetBSD support and a few minor issues. + +* Fix `bar_at_bottom` bottom gap when `bar_border_width` > 0. +* Fix maximize new windows in max layout when `max_layout_maximize = 1`. +* Fix `autorun` option and `WS` quirk should accept a value of `-1` as stated + in the manual. +* Fix `bar_color_free` and `bar_font_color_free` options. +* Fix bar urgency hint (+U) workspaces should begin at 1. +* Fix iconified windows should uniconify on MapRequest. +* Fix focus fallback issue when iconifying windows. +* Improve handling when programs try to position their own windows. +* Fix NetBSD build issues. +* Add NetBSD to list of OSes that have the XCB XInput Extension. +* Fix build failure when building without the XCB XInput Extension. +* Fix possible segfault at startup. +* Add SWMHACK section to manual. +* Fix typos in manual. + + spectrwm 3.5.0 ============== diff --git a/spectrwm.1 b/spectrwm.1 index d252c2e9..b3b1d228 100644 --- a/spectrwm.1 +++ b/spectrwm.1 @@ -17,7 +17,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: October 21 2023 $ +.Dd $Mdocdate: November 25 2023 $ .Dt SPECTRWM 1 .Os .Sh NAME diff --git a/spectrwm.html b/spectrwm.html index d4b41893..c4084a68 100644 --- a/spectrwm.html +++ b/spectrwm.html @@ -1819,7 +1819,7 @@
October 21, 2023 | +November 25, 2023 |