0.15.0
Pre-release
Pre-release
Sway 0.15 includes 199 changes from 39 contributors. New features include scriptable clipboard support and raspberry pi support, but this release is mostly for bug fixes. This is also the last release of sway that will be based on wlc - for more information, see my blog post on the matter.
There will be no 0.16 - the next release will be 1.0.
Changes
- Default wallpapers are now in /usr/share/backgrounds/sway (@her001 - #1238)
- Compiling man pages (and asciidoc) is now optional (@SirCmpwn - 23a1e94)
- README translated into 9 more languages (too many to thank!)
- We've split our IRC channels into separate support and development channels
New Features
- Improved clipboard support via swaymsg commands (@nyorain - #1254)
- swaylock indicator size is now configurable (@4e554c4c - #1294)
- Raspberry Pi support (@refacto - #1327)
- swaybar now supports scroll events over IPC (@johnae - #1368)
Bugs Fixed
- Manual improvements and fixes (@her001, @madblobfish, @Zer0-One, @johalun - various)
- Tray icon theme parsing support handles getline failure (@Hummer12007 - #1251)
- Fix tray when dbus is not present (@SirCmpwn, @tobiasblass #1285, @4e554c4c - #1316)
- Correctly handle empty security policies (@Hummer12007 - #1255)
- Fix zsh completion for swaylock (@refacto - #1258)
- FreeBSD compatability fixes (@johalun - #1265, #1271, #1288, #1398, #1402)
- Use after free in bindsym fixed (@tobiasblass - #1270)
- Pointer accuracy bugs fixed via wlc (@ascent12 - #1272)
- swaybar crash with invalid SNI names fixed (@4e554c4c - #1276)
- Race condition in kill command fixed (@4e554c4c - #1309)
- IPC now uses nonblocking I/O, fixes #892 (@ilyaluk - #1313)
- swaygrab no longer uses the shell to execute subprocesses (@clarcharr - #1247, @Ongy - #1351)
- An issue with variables set via
set $xyz
was fixed (@karjonas - #1287) - A number of bugs with the
output
command were fixed (@4e554c4c - #1382) - Fixed move to workspaces with spaces in their names (@lbonn - #1384)
- Skip dotfiles when loading security configuration (@lbonn - #1385)
- Several issues with the scratchpad were fixed (@SirCmpwn - 5ecedc7, 46e5aea)
- swaygrab now handles permissions errors more gracefully (@ggreer - #1425)
- swaybar click events had an extra comma (@ptMuta - #1441)