Releases: glzr-io/glazewm
Releases · glzr-io/glazewm
v1.3.0
Downloads for runnable .exe
files are attached below.
Changelog
- Fix issue where the
ignore
command was not working. - Change the error log path to be in the same directory as the user config file. Previously these logs were stored in the directory of the
.exe
file, which was unintuitive and not future-proof if an MSI installer is added later on. - Improve behavior on fatal crashes.
- Be able to position the bar along the bottom edge of the screen via new
position
property in bar config (thanks to @lyze237). - Allow the name of a workspace shown in the bar to be different than the
name
in the bar config via newdisplay_name
property (thanks to @lyze237).
v1.2.0
Downloads for runnable .exe
files are attached below.
Changelog
- Resize the monitor's working area on changes to appbar windows (eg. Windows taskbar).
- Handle monitor connections and disconnections:
- On new monitor connections, spawn a new workspace and bar window for the monitor.
- On monitor disconnections, kill corresponding bar window and move non-empty workspaces to a different monitor.
- Redraw windows on updates to monitor resolution.
- Improve error messages when deserializing user config.
v1.1.0
Downloads for runnable .exe
files are attached below.
Changelog
- Application is now a single-file executable (no longer a bunch of DLLs and separate files).
- Workspaces in bar component are sorted by their order in
workspaces
user config property. - Fixed issue where workspaces weren't being destroyed in certain situations.
v1.0.0
First public release
Application can be run by extracting release.zip
and running GlazeWM.exe
.