mirror of
https://github.com/vale981/spectrwm
synced 2025-03-05 09:51:38 -05:00
1.9 KiB
1.9 KiB
spectrwm 3.1.0
Released on Oct 3, 2017
Major changes:
- Add +R for region index to bar formatting.
- Add new bar_color_selected and bar_font_color_selected options.
- Add new 'ws_empty' action.
- Enable padding in the bar_format using '_' character
- Handle MappingNotify during startup.
- Reset SIGPIPE before execvp().
- Correct size for WM_STATE
This release also fixes a bunch of bugs, linux build and man page nits.
spectrwm 3.0.2
Released on May 23, 2016
Quick patch release that addresses some fallout from going full reparenting.
- Ensure iconic windows stay iconic when reparenting.
- Fix workspace cleanup on RandR screenchange. Fixes #127 and #120.
spectrwm 3.0.1
Released on May 5, 2016
- Fix makefile for non-Bitrig OS'
- Redraw the focus window frame when changing regions with the pointer #126
- Prepend SWM_LIB to LD_PRELOAD instead of clobbering #124
spectrwm 3.0.0
Released on May 3, 2016
We are proud to release spectrwm 3.0.0. Only one major new feature was added this release that should make spectrwm less quirky when using poorly written, old X11 and java applications. With the addition of reparenting spectrwm is now all grown up! In addition, spectrwm is now nearly ICCCM and EWMH compliant.
Minor features/enhancements:
- Add Online manual
- Add fullscreen_toggle action (_NET_WM_STATE_FULLSCREEN)
- Send window to next/previous regions workspace
- Add support for _NET_REQUEST_FRAME_EXTENTS
As usual, a bunch of little, and not always obvious, fixes went in as well. See commit logs for details.
Enjoy!
Team spectrwm