8cd7874afd
- Update to 1.6: New features: * Input method editor (IME) improvements: better support for CJK IMEs, allow IMEs to work on desktop UIs (such as panels and lockscreens) * Smoother interactive move/resize operations * Allow Flatpak and snap applications to better integrate with the system via the xdg-foreign protocol * Improved i3 compatibility for commands changing the window layout * Add an option to hide the cursor when typing * Add tray icon support to systems without systemd/elogind * X11 clipboard reliability improvements
Michael Vetter2021-04-08 08:35:34 +00:00
80a094e18f
- Update to 1.6: New features: * Input method editor (IME) improvements: better support for CJK IMEs, allow IMEs to work on desktop UIs (such as panels and lockscreens) * Smoother interactive move/resize operations * Allow Flatpak and snap applications to better integrate with the system via the xdg-foreign protocol * Improved i3 compatibility for commands changing the window layout * Add an option to hide the cursor when typing * Add tray icon support to systems without systemd/elogind * X11 clipboard reliability improvements
Michael Vetter2021-04-08 08:35:34 +00:00
540797cc29
Accepting request 879224 from X11:Wayland
Richard Brown
2021-03-16 14:45:33 +00:00
b44bbf2c33
Accepting request 879224 from X11:Wayland
Richard Brown
2021-03-16 14:45:33 +00:00
d5ed4aa0e2
Accepting request 879204 from home:mcepl:branches:X11:Wayland
Michael Vetter2021-03-15 14:03:50 +00:00
9247d9d9f7
Accepting request 879204 from home:mcepl:branches:X11:Wayland
Michael Vetter2021-03-15 14:03:50 +00:00
f4e28ae41f
- Update to 1.5: New features: * Headless outputs can now be created dynamically via the create_output command, and can be used with WayVNC * Input method editors (IME) are now supported via the input-method and text-input protocols * Adaptive synchronization (aka. variable refresh rate, VRR) can be enabled to reduce stuttering in games * Support for the viewporter protocol, allowing older X11 games to work better and improve performance * Allow virtualization and remote desktop software to inhibit keyboard shortcuts * Support for the wlr-foreign-toplevel-management protocol, allowing custom docks and window switchers * For details see: https://github.com/swaywm/sway/releases/tag/1.5Michael Vetter2020-07-16 08:31:10 +00:00
e66568a12e
- Update to 1.5: New features: * Headless outputs can now be created dynamically via the create_output command, and can be used with WayVNC * Input method editors (IME) are now supported via the input-method and text-input protocols * Adaptive synchronization (aka. variable refresh rate, VRR) can be enabled to reduce stuttering in games * Support for the viewporter protocol, allowing older X11 games to work better and improve performance * Allow virtualization and remote desktop software to inhibit keyboard shortcuts * Support for the wlr-foreign-toplevel-management protocol, allowing custom docks and window switchers * For details see: https://github.com/swaywm/sway/releases/tag/1.5Michael Vetter2020-07-16 08:31:10 +00:00
d284060206
- Update to 1.4: * Support for VNC via wayvnc. The wlroots RDP backend has been removed. * Partial support for the MATE panel * Configurable input latency controls, see max_render_time in sway(5) and sway-output(5) * Keyboard grouping (useful for certain niche keyboard designs) * Support for xdg-shell v6 unstable has been removed * The recommended terminal emulator in the default configuration file is now alacritty. * Bug fixes
Michael Vetter2020-01-23 08:50:05 +00:00
874307dd1b
- Update to 1.4: * Support for VNC via wayvnc. The wlroots RDP backend has been removed. * Partial support for the MATE panel * Configurable input latency controls, see max_render_time in sway(5) and sway-output(5) * Keyboard grouping (useful for certain niche keyboard designs) * Support for xdg-shell v6 unstable has been removed * The recommended terminal emulator in the default configuration file is now alacritty. * Bug fixes
Michael Vetter2020-01-23 08:50:05 +00:00
4e2364045a
- Update to 1.1.1: * swaybar now includes touch support - tapping to activate hotspots and dragging across to cycle through workspaces * You can now manually inhibit idle notifications (DPMS) when a certain criteria is active via inhibit_idle * Keybindings can now be unconfigured at runtime via unbind{sym,code,switch} * workspace {prev,next}_on_output --create will create the next workspace instead of wrapping to the start * Output subpixel layouts can now be explicitly configured * i3bar's short_text properties in the JSON protocol are now supported * swaybar now supports an "overlay" mode, which shows the bar on top of other windows and doesn't process input events * Switch devices (like lid switches) are now supported and can be bound to actions via bindswitch * swaymsg now supports a -p/--pretty option for explicitly enabling pretty-printing - Remove sway-1.0-flow.patch: upstreamed See https://github.com/swaywm/sway/issues/3862 - Remove sway-1.0-scdocpath.patch: scdoc pkconfig files is fixed See bsc#1128844 - Update sway-1.0-include.patch
Michael Vetter2019-06-04 06:07:50 +00:00
65badc515c
- Update to 1.1.1: * swaybar now includes touch support - tapping to activate hotspots and dragging across to cycle through workspaces * You can now manually inhibit idle notifications (DPMS) when a certain criteria is active via inhibit_idle * Keybindings can now be unconfigured at runtime via unbind{sym,code,switch} * workspace {prev,next}_on_output --create will create the next workspace instead of wrapping to the start * Output subpixel layouts can now be explicitly configured * i3bar's short_text properties in the JSON protocol are now supported * swaybar now supports an "overlay" mode, which shows the bar on top of other windows and doesn't process input events * Switch devices (like lid switches) are now supported and can be bound to actions via bindswitch * swaymsg now supports a -p/--pretty option for explicitly enabling pretty-printing - Remove sway-1.0-flow.patch: upstreamed See https://github.com/swaywm/sway/issues/3862 - Remove sway-1.0-scdocpath.patch: scdoc pkconfig files is fixed See bsc#1128844 - Update sway-1.0-include.patch
Michael Vetter2019-06-04 06:07:50 +00:00
2e7f287023
- Update to 1.0: * We have completely overhauled the codebase. Some behaviors were changed to match i3 behavior, in breaking ways. There are likely many bugs we don't know about. Your millage may vary. * swaygrab has been removed. For screenshots, try grim, and for video capture try wlstream[2] * This release depends on wlroots 0.5 and drops the dependency on wlc. * This release depends on scdoc for generating man pages, and drops the dependency on asciidoc. * Experimental Nvidia support has been deprecated since its inception, and has now been removed entirely. Please use nouveau and consider future purchases from GPU vendors that support open source. Other proprietary drivers are also unsupported. * swaylock is now distributed separately * swayidle, a new idle management daemon, is available separately * 100% i3 compatible* * 100% i3 IPC compatible* * 100% i3-gaps compatible * 100% i3bar compatible * swayidle, a daemon for managing DPMS and idle activity (e.g. automatic lock after a timeout), has been added - man swayidle to get started * swaynag, an i3-nagbar replacement, has been added, with additional features not supported by i3-nagbar - man swaynag to get started * bindsym --locked now adds keybindings which work when the screen is locked * Command blocks are now generic and work with any command * Window opacity can now be adjusted with the opacity command * border csd now enables client-side decorations explicitly * Atomic layout updates ensure that, when resizing windows and adjusting your layout, you never see an invalid frame with partially drawn clients
Michael Vetter2019-03-12 09:53:23 +00:00
7e7b4e0547
- Update to 1.0: * We have completely overhauled the codebase. Some behaviors were changed to match i3 behavior, in breaking ways. There are likely many bugs we don't know about. Your millage may vary. * swaygrab has been removed. For screenshots, try grim, and for video capture try wlstream[2] * This release depends on wlroots 0.5 and drops the dependency on wlc. * This release depends on scdoc for generating man pages, and drops the dependency on asciidoc. * Experimental Nvidia support has been deprecated since its inception, and has now been removed entirely. Please use nouveau and consider future purchases from GPU vendors that support open source. Other proprietary drivers are also unsupported. * swaylock is now distributed separately * swayidle, a new idle management daemon, is available separately * 100% i3 compatible* * 100% i3 IPC compatible* * 100% i3-gaps compatible * 100% i3bar compatible * swayidle, a daemon for managing DPMS and idle activity (e.g. automatic lock after a timeout), has been added - man swayidle to get started * swaynag, an i3-nagbar replacement, has been added, with additional features not supported by i3-nagbar - man swaynag to get started * bindsym --locked now adds keybindings which work when the screen is locked * Command blocks are now generic and work with any command * Window opacity can now be adjusted with the opacity command * border csd now enables client-side decorations explicitly * Atomic layout updates ensure that, when resizing windows and adjusting your layout, you never see an invalid frame with partially drawn clients
Michael Vetter2019-03-12 09:53:23 +00:00