The status pages of quick settings now close automatically after a successful action so e.g. joining a Wi-Fi network or connecting a Bluetooth devices requires even fewer touches.
5/N
The status pages of quick settings now close automatically after a successful action so e.g. joining a Wi-Fi network or connecting a Bluetooth devices requires even fewer touches.
5/N
Phosh's notification server now honors the `sound` capability so clients like telegram-desktop can provide their custom notification sounds. This is integrated into feedbackd so the profile level is still respected. This can be tested with
fbcli -E notification-new-generic -S /path/to/your/custom.ogg
and would also allow e.g. chatty to provide custom sounds on a per chat basis (see e.g. https://gitlab.gnome.org/World/Chatty/-/issues/660)
6/N
Phosh tour now starts automatically once after initial log in so the user can take the tour without knowing about the app:
7/N
There's a lot of "under the hood" changes in this release too:
We minimized the libposh API surface and from 0.45.0 we aim to keep it stable rather than being updated every release. This helps libphosh-rs and its consumers.
phoc now uses wlroots 0.18.2, we can now tweak the debug domains at runtime and both touch-point and damage-tracking debugging were fixed (they were broken since some time) and can also be dynamically enabled and disabled via DBus:
8/N
Note to distributions: This release needs an additional wlroots patch that is merged upstream but didn't make it into a release yet: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4973 (backport to 0.18: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4985)