Skip to content

Commit df5f576

Browse files
committed
Release spectrwm 3.5.1
1 parent 038cef3 commit df5f576

File tree

4 files changed

+26
-3
lines changed

4 files changed

+26
-3
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
spectrwm 3.5.1
2+
==============
3+
Released on Nov 25, 2023
4+
5+
Fixes NetBSD support and a few minor issues.
6+
7+
* Fix `bar_at_bottom` bottom gap when `bar_border_width` > 0.
8+
* Fix maximize new windows in max layout when `max_layout_maximize = 1`.
9+
* Fix `autorun` option and `WS` quirk should accept a value of `-1` as stated
10+
in the manual.
11+
* Fix `bar_color_free` and `bar_font_color_free` options.
12+
* Fix bar urgency hint (+U) workspaces should begin at 1.
13+
* Fix iconified windows should uniconify on MapRequest.
14+
* Fix focus fallback issue when iconifying windows.
15+
* Improve handling when programs try to position their own windows.
16+
* Fix NetBSD build issues.
17+
* Add NetBSD to list of OSes that have the XCB XInput Extension.
18+
* Fix build failure when building without the XCB XInput Extension.
19+
* Fix possible segfault at startup.
20+
* Add SWMHACK section to manual.
21+
* Fix typos in manual.
22+
23+
124
spectrwm 3.5.0
225
==============
326

spectrwm.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
1818
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1919
.\"
20-
.Dd $Mdocdate: October 21 2023 $
20+
.Dd $Mdocdate: November 25 2023 $
2121
.Dt SPECTRWM 1
2222
.Os
2323
.Sh NAME

spectrwm.html

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
#define SPECTRWM_MAJOR 3
2525
#define SPECTRWM_MINOR 5
26-
#define SPECTRWM_PATCH 0
26+
#define SPECTRWM_PATCH 1
2727
#define SPECTRWM_VERSION SPECTRWM_STRINGIZE(SPECTRWM_MAJOR) "." \
2828
SPECTRWM_STRINGIZE(SPECTRWM_MINOR) "." \
2929
SPECTRWM_STRINGIZE(SPECTRWM_PATCH)

0 commit comments

Comments
 (0)