Releases: swaywm/sway
Releases · swaywm/sway
Sway 0.4
New Features
- i3 commands: new_window, new_float (thanks @mikkeloscar!)
- Border colors are now configurable (thanks @fluxchief!)
Bugs Fixed
- Crash if default layout is stacked/tabbed (thanks @mikkeloscar!)
- swaybar doesn't crash if given no args (thanks @crondog!)
- Borders don't freak out if partially off-screen (thanks @crondog!)
- Swaylock doesn't crash on OOM (thanks @mikkeloscar!)
- A few memory leaks have been fixed (thanks @cl91!)
Changes
- Improved visual feedback for swaylock (thanks @fluxchief!)
- Improved wayland event handling for swaylock (thanks @fluxchief!)
- Tweaks to default wallpapers
Sway 0.3
Missed an important bug in the last release, and I fixed a new feature as well so let's announce it for 0.3!
New Features
- Your
floating_modifier
plus your mouse's scroll whell will adjust gaps. Will be configurable in a future version.
Bugs Fixed
- Crash under certain conditions when updating window borders (notably reproducable by initiating a download in Firefox)
Sway 0.2
New Features
- Window borders (thanks @mikkeloscar!)
- Per-output background configuration for swaylock (thanks @nuew!)
- Graphical feedback from swaylock during password entry (thanks @fluxchief!)
- New
include
command includes another config file (thanks @mikkeloscar!)
Changes
- bindsym can now be used at runtime
- "pango:" prefix on fonts in your config is no longer required
Bugs fixed
- Backspace works in swaylock (thanks @jcaesar)