Releases: roscale/zenith
Releases · roscale/zenith
Zenith 0.9.1
Show icons from all themes, not only from Adwaita Small improvements: - Update all dependencies. - You can now slide your finger across virtual keyboard keys.
Zenith 0.9.0
Full Changelog: 0.7.1...0.9.0
Zenith 0.7.1
Show authentication error messages at the lock screen
Zenith 0.7.0
Lockscreen
Turn the screen off and on using the power button on devices with brightness control.
A lockscreen will appear when you turn the screen on. Only pin codes are supported for now, so make sure your password is a pin, otherwise you won't be able to unlock the device.
Full Changelog: 0.6.2...0.7.0
Zenith 0.6.2
Add clipboard support Security is omitted because wlroots makes it difficult to obtain the serial of an event. Some functions like `wlr_seat_touch_notify_down` return the serial as expected, but `wlr_seat_touch_notify_up` doesn't. This is because when the function is called, wlroots chooses to either send an actual up event, or finish a drag and drop operation if one is in progress. In the latter case, Wayland doesn't require a serial to be sent. wlroots chose to design their API using the common denominator, so most functions don't return a serial.
Zenith 0.6.1
Advertise server side decorations to Wayland apps
Zenith 0.6.0
Clean up the task switcher code
Zenith 0.5.0
App drawer
While in overview, swipe up from the bottom to reveal the app drawer.
Full Changelog: 0.4...0.5.0
Zenith 0.4
- Set display scaling using the environment variable ZENITH_SCALE.
- Taps now go through the invisible gesture bar.
- Migrated the code to Riverpod.
- Replaced most ValueNotifiers with immutable data structures.
Full Changelog: 0.3.4...0.4
Zenith 0.3.4
Reschedule new frame when pageflip fails