v3.3.0
In case anyone missed it from the last release:
Zebar update & startup change
- Zebar, which can optionally be installed through the standard installer below, has officially been updated to V2 ⚡For full details, check out the V2 release notes.
- This new version is now included in the standard GlazeWM installer.
- Existing installs can be updated by leaving "Install Zebar" checked.
- Zebar start script has been removed - update your existing GlazeWM config (
%userprofile%/.glzr/glazewm/config.yaml
) as follows:
- startup_commands: ['shell-exec %userprofile%/.glzr/zebar/start.bat']
+ startup_commands: ['shell-exec zebar']
🎉 New features
- Add window effects for hiding the title bar and changing corner style (#735).
- Configurable via
window_effects.hide_title_bar
andwindow_effects.corner_style
. - Add to sample config.
- Configurable via
🐛 Bug fixes
- Fix issue where focus was sometimes not being changed (#749, #754).
- Remove input simulation to other processes.
- Fix window border effect flickering (#752).
- Redraw affected workspaces after
move-workspace --direction <DIRECTION>
(#755).
🛠️️ Internal changes
- Fix Winget release workflow (#748).
Big thanks to @JonasWischeropp, @vikingnope, and @lars-berger for contributing to this release 💛