Skip to content

Commit

Permalink
Release spectrwm 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LordReg committed Nov 25, 2023
1 parent 038cef3 commit df5f576
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 3 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
==============

Expand Down
2 changes: 1 addition & 1 deletion spectrwm.1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion spectrwm.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion version.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

#define SPECTRWM_MAJOR 3
#define SPECTRWM_MINOR 5
#define SPECTRWM_PATCH 0
#define SPECTRWM_PATCH 1
#define SPECTRWM_VERSION SPECTRWM_STRINGIZE(SPECTRWM_MAJOR) "." \
SPECTRWM_STRINGIZE(SPECTRWM_MINOR) "." \
SPECTRWM_STRINGIZE(SPECTRWM_PATCH)
Expand Down

0 comments on commit df5f576

Please sign in to comment.