Skip to content

Releases: roscale/zenith

Zenith 0.9.1

19 Jul 17:07

Choose a tag to compare

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

31 Mar 20:12

Choose a tag to compare

Full Changelog: 0.7.1...0.9.0

Zenith 0.7.1

22 Dec 22:16

Choose a tag to compare

Show authentication error messages at the lock screen

Zenith 0.7.0

21 Dec 23:53

Choose a tag to compare

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

29 Nov 21:01

Choose a tag to compare

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

27 Nov 15:57

Choose a tag to compare

Advertise server side decorations to Wayland apps

Zenith 0.6.0

27 Nov 14:54

Choose a tag to compare

Clean up the task switcher code

Zenith 0.5.0

13 Nov 20:29

Choose a tag to compare

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

26 Sep 22:32

Choose a tag to compare

  • 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

18 Sep 21:33

Choose a tag to compare

Reschedule new frame when pageflip fails