- Update to version 0.9.0:

* Major new feature is CSS theming support.
  * initialize manager with NULL.
  * Fix excusive zone when zwf_shell_manager_v2 is unavailable.
  * Listen for toggle_menu event.
  * panel: middle click to close window.
  * Fix crash with parentheses in filenames.
  * wf-background: allow seamless background updates.
  * window-list: Allow smaller panel heights.
  * Install wayfire.png to hicolor icon theme.
  * bug fixes.
  * Add "Fill and Crop" option for wf-background. Pt 2.
  * window-list: use ~/.local/share when looking for apps / icons.
  * Check for and load absolute path icons in panel launchers.
  * Collection of Menu alterations.
  * menu: Allow sorting by relevance.
  * menu: Allow themed icon in panel.
  * window-list: Dragging files to window list and hovering 
    activates window.
  * background: allow taking keyboard focus.
  * Visible separator.
  * panel: add css classes to widgets.
  * wf-panel: hot-reload css.
  * separator: css classname.
  * css examples.
  * background: free old image after transition.
  * window-list: additional classes for window state.
  * gtk-utils: set icon changes.
  * launcher: remove features.
  * tray: allow css styling.
  * launchers, tray: untheme button by default.
  * window-list: attach popup menu to button.
  * css: added classes to popovers.
  * Update gvc.
  * Move some more style code into CSS & misc extra CSS work.
  * menu: Fix resize in config.

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wf-shell?expand=0&rev=8
This commit is contained in:
Dead Mozay 2024-08-26 04:03:08 +00:00 committed by Git OBS Bridge
parent 8ee04db3ea
commit 65474cec6e
6 changed files with 51 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c54cb0685f55fa44a62c55b1b64f81630b787b0e67813486ae85921fb5f79b38
size 9161772

View File

@ -1 +0,0 @@
c54cb0685f55fa44a62c55b1b64f81630b787b0e67813486ae85921fb5f79b38 *wf-shell-0.8.1.tar.xz

3
wf-shell-0.9.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c8ac529b9fa6a4f65bd430140394b6b6a486c7b2def6c22b811396612ba94bb4
size 9167256

View File

@ -0,0 +1 @@
c8ac529b9fa6a4f65bd430140394b6b6a486c7b2def6c22b811396612ba94bb4 *wf-shell-0.9.0.tar.xz

View File

@ -1,3 +1,43 @@
-------------------------------------------------------------------
Mon Aug 26 03:34:37 UTC 2024 - Dead Mozay <dead_mozay@opensuse.org>
- Update to version 0.9.0:
* Major new feature is CSS theming support.
* initialize manager with NULL.
* Fix excusive zone when zwf_shell_manager_v2 is unavailable.
* Listen for toggle_menu event.
* panel: middle click to close window.
* Fix crash with parentheses in filenames.
* wf-background: allow seamless background updates.
* window-list: Allow smaller panel heights.
* Install wayfire.png to hicolor icon theme.
* bug fixes.
* Add "Fill and Crop" option for wf-background. Pt 2.
* window-list: use ~/.local/share when looking for apps / icons.
* Check for and load absolute path icons in panel launchers.
* Collection of Menu alterations.
* menu: Allow sorting by relevance.
* menu: Allow themed icon in panel.
* window-list: Dragging files to window list and hovering
activates window.
* background: allow taking keyboard focus.
* Visible separator.
* panel: add css classes to widgets.
* wf-panel: hot-reload css.
* separator: css classname.
* css examples.
* background: free old image after transition.
* window-list: additional classes for window state.
* gtk-utils: set icon changes.
* launcher: remove features.
* tray: allow css styling.
* launchers, tray: untheme button by default.
* window-list: attach popup menu to button.
* css: added classes to popovers.
* Update gvc.
* Move some more style code into CSS & misc extra CSS work.
* menu: Fix resize in config.
-------------------------------------------------------------------
Thu Mar 14 04:43:04 UTC 2024 - Dead Mozay <dead_mozay@opensuse.org>

View File

@ -15,9 +15,10 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define major_ver 0.9
%define minor_ver 0
Name: wf-shell
Version: 0.8.1
Version: %{major_ver}.%{minor_ver}
Release: 0
Summary: A GTK3-based panel for wayfire
License: MIT
@ -37,7 +38,7 @@ BuildRequires: pkgconfig(libpulse)
BuildRequires: pkgconfig(wayfire)
BuildRequires: pkgconfig(wayland-client)
BuildRequires: pkgconfig(wayland-protocols)
BuildRequires: pkgconfig(wf-config) >= 0.8.0
BuildRequires: pkgconfig(wf-config) >= %{major_ver}
BuildRequires: pkgconfig(wlroots) >= 0.16.0
%description
@ -63,6 +64,9 @@ echo "`grep %{name}-%{version}.tar.xz %{SOURCE1} | grep -Eo '^[0-9a-f]+'` %{SOU
install -D -m 0644 wf-shell.ini.example %{buildroot}%{_datadir}/wayfire/wf-shell.ini.example
%fdupes %{buildroot}%{_prefix}
%check
%meson_test
%files
%{_bindir}/wf-*
%{_bindir}/wayland-logout