From 2a039f1749b218f985fb45c6b74ff8109c9c7472ae4b171b448debef5d1c7136 Mon Sep 17 00:00:00 2001 From: Dead Mozay Date: Thu, 14 Mar 2024 05:23:24 +0000 Subject: [PATCH] - Update to version 0.8.1: * Support for multiple new protocols: - shortcuts-inhibit-v1 - fractional-scale-v1 - wlr_drm_lease_v1 for non-desktop outputs. - input-method-v1 for better fcitx5 support (#2172). Note that the older support for input-method-v2 has also been improved, but is now disabled by default, because input-method-v1 works better in most cases. Nonetheless, it can be enabled again by setting workarounds/enable_input_method_v2 = true. * Wayfire's IPC has been extended with many new signals and commands: - Has methods to get view, output and workspace (and workspace-set) information. - Signals for view-mapped, unmapped, plugin-activation-state-changed and several others. - More plugins can be activated via the IPC, check the full commit log for details. * Wayfire supports SIGINT, SIGTERM for graceful shutdown. * Oswitch has binding to switch in the other direction. * Many crashes and bugs were fixed, including regressions. OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wayfire?expand=0&rev=12 --- wayfire-0.8.0.tar.xz | 3 --- wayfire-0.8.0.tar.xz.sha256sum | 1 - wayfire-0.8.1.tar.xz | 3 +++ wayfire-0.8.1.tar.xz.sha256sum | 1 + wayfire.changes | 25 +++++++++++++++++++++++++ wayfire.spec | 2 +- 6 files changed, 30 insertions(+), 5 deletions(-) delete mode 100644 wayfire-0.8.0.tar.xz delete mode 100644 wayfire-0.8.0.tar.xz.sha256sum create mode 100644 wayfire-0.8.1.tar.xz create mode 100644 wayfire-0.8.1.tar.xz.sha256sum diff --git a/wayfire-0.8.0.tar.xz b/wayfire-0.8.0.tar.xz deleted file mode 100644 index 9f6fe70..0000000 --- a/wayfire-0.8.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6e6af885c08822e3a0b1fd748e1ee75e29bc000e376f6613b26c564f8cbc2baf -size 828576 diff --git a/wayfire-0.8.0.tar.xz.sha256sum b/wayfire-0.8.0.tar.xz.sha256sum deleted file mode 100644 index 8adfeba..0000000 --- a/wayfire-0.8.0.tar.xz.sha256sum +++ /dev/null @@ -1 +0,0 @@ -6e6af885c08822e3a0b1fd748e1ee75e29bc000e376f6613b26c564f8cbc2baf *wayfire-0.8.0.tar.xz diff --git a/wayfire-0.8.1.tar.xz b/wayfire-0.8.1.tar.xz new file mode 100644 index 0000000..c9d7c5d --- /dev/null +++ b/wayfire-0.8.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ac1947b688a9ec6c4d9ee2d77311bb357a8ead25665b8000eda96952328290d +size 856364 diff --git a/wayfire-0.8.1.tar.xz.sha256sum b/wayfire-0.8.1.tar.xz.sha256sum new file mode 100644 index 0000000..098ee1a --- /dev/null +++ b/wayfire-0.8.1.tar.xz.sha256sum @@ -0,0 +1 @@ +8ac1947b688a9ec6c4d9ee2d77311bb357a8ead25665b8000eda96952328290d *wayfire-0.8.1.tar.xz diff --git a/wayfire.changes b/wayfire.changes index 155e550..e7ddd2f 100644 --- a/wayfire.changes +++ b/wayfire.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Thu Mar 14 04:13:00 UTC 2024 - Dead Mozay + +- Update to version 0.8.1: + * Support for multiple new protocols: + - shortcuts-inhibit-v1 + - fractional-scale-v1 + - wlr_drm_lease_v1 for non-desktop outputs. + - input-method-v1 for better fcitx5 support (#2172). + Note that the older support for input-method-v2 has also + been improved, but is now disabled by default, + because input-method-v1 works better in most cases. + Nonetheless, it can be enabled again by setting + workarounds/enable_input_method_v2 = true. + * Wayfire's IPC has been extended with many new signals and commands: + - Has methods to get view, output and workspace (and workspace-set) + information. + - Signals for view-mapped, unmapped, + plugin-activation-state-changed and several others. + - More plugins can be activated via the IPC, check the full + commit log for details. + * Wayfire supports SIGINT, SIGTERM for graceful shutdown. + * Oswitch has binding to switch in the other direction. + * Many crashes and bugs were fixed, including regressions. + ------------------------------------------------------------------- Mon Oct 9 04:57:48 UTC 2023 - Dead Mozay diff --git a/wayfire.spec b/wayfire.spec index 1ac87fb..1814867 100644 --- a/wayfire.spec +++ b/wayfire.spec @@ -18,7 +18,7 @@ %define libname libwf-utils0 Name: wayfire -Version: 0.8.0 +Version: 0.8.1 Release: 0 Summary: 3D wayland compositor License: MIT