17
0

4 Commits

Author SHA256 Message Date
f14de7615b Accepting request 1319121 from X11:Wayland
OBS-URL: https://build.opensuse.org/request/show/1319121
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/SwayNotificationCenter?expand=0&rev=9
2025-11-24 13:08:32 +00:00
Denys Kondratenko
d5139cfb81 - Update to version 0.12.3:
- New features
    * Added Notification action filtering
    * Add config option to auto expand the per volume controls
    * MPRIS: Support base64 album art
  - Bug fixes
    * Update waybar docs to deal with edge case
    * update the config.json to be in sync with latest swaync(5) page
    * Queue close from windows animation callback instead of calling it directly
    * Fixed Notification widgets not being disposed of properly
    * Always run the notification window show method
    * Fix floating notifications input region not always being set
    * Added missing control-center-positionX and Y to man 5 page

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/SwayNotificationCenter?expand=0&rev=25
2025-11-21 14:43:55 +00:00
f861831c32 Accepting request 1310555 from X11:Wayland
- Update to version 0.12.2:
  - Bug fixes:
    - Add missing text color on the notification action button
    - Fixed reloading the config sometimes segfaulting
    - Fix client printing help when running with --skip-wait
    - Redefine CSS colors in the GTK 3. Improves compatibility with older themes
    - fix: Add json schema for "autohide" and "blacklist" in "mpris"
    - Make the notification actions stretch to fill the whole space like before
    - Fix transition typo
    - Changed the CSS name of the transparent windows fixing GTK CSS overrides
    - fix: Search icon by process name if icon is missing
    - Use GTK focus mechanics for keyboard navigation in the Control Center
  - Enhancements
    - Replaced most SCSS variables with CSS variables
    - Hide MPRIS Carousel dots when one or less player is visible
    - Moved control center notifications into its own widget + vexpand config option
    - control-center-height is now able to be -1 to fit all widgets
    - feat: Choose outputs by name
- Update to version 0.12.1:
  - Fixed the missing "," mistake on line 367
  - Add ignore-gtk-theme config option
  - Fixed notification group app label not being ellipsized when long
  - Fixed single notification close button not being clickable
- Update to version 0.12.0:
  - feat(mpris): autohide
  - Ported to GTK 4
  - Animate floating notifications + configurable max height
  - Moved all hardcoded icon sizes to CSS
  - Add option to hide the MPRIS album art
  - Add loop-carousel option to mpris.
  - feat: new buttons-per-row property for buttons-grid widget
  - feat: add slider widget
  - hints: parse sound-name and sound-file
  - Make notification grouping optional
  - Add config option and swaync-client command to pick monitor
  - Add --hide-all option
  - Client can now parse multiple commands
- Breaking Changes
  - Due to the GTK 4 port, sadly some custom CSS themes might have to be updated.
  - All the icon/image size JSON config properties have been deprecated (not removed yet), and moved to the CSS config instead
- Update dependencies for migration to gtk4

OBS-URL: https://build.opensuse.org/request/show/1310555
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/SwayNotificationCenter?expand=0&rev=8
2025-10-10 15:11:35 +00:00
f7a506810f - Update to version 0.12.2:
- Bug fixes:
    - Add missing text color on the notification action button
    - Fixed reloading the config sometimes segfaulting
    - Fix client printing help when running with --skip-wait
    - Redefine CSS colors in the GTK 3. Improves compatibility with older themes
    - fix: Add json schema for "autohide" and "blacklist" in "mpris"
    - Make the notification actions stretch to fill the whole space like before
    - Fix transition typo
    - Changed the CSS name of the transparent windows fixing GTK CSS overrides
    - fix: Search icon by process name if icon is missing
    - Use GTK focus mechanics for keyboard navigation in the Control Center
  - Enhancements
    - Replaced most SCSS variables with CSS variables
    - Hide MPRIS Carousel dots when one or less player is visible
    - Moved control center notifications into its own widget + vexpand config option
    - control-center-height is now able to be -1 to fit all widgets
    - feat: Choose outputs by name
- Update to version 0.12.1:
  - Fixed the missing "," mistake on line 367
  - Add ignore-gtk-theme config option
  - Fixed notification group app label not being ellipsized when long
  - Fixed single notification close button not being clickable
- Update to version 0.12.0:
  - feat(mpris): autohide
  - Ported to GTK 4
  - Animate floating notifications + configurable max height
  - Moved all hardcoded icon sizes to CSS
  - Add option to hide the MPRIS album art
  - Add loop-carousel option to mpris.
  - feat: new buttons-per-row property for buttons-grid widget
  - feat: add slider widget
  - hints: parse sound-name and sound-file
  - Make notification grouping optional
  - Add config option and swaync-client command to pick monitor
  - Add --hide-all option
  - Client can now parse multiple commands
- Breaking Changes
  - Due to the GTK 4 port, sadly some custom CSS themes might have to be updated.
  - All the icon/image size JSON config properties have been deprecated (not removed yet), and moved to the CSS config instead
- Update dependencies for migration to gtk4

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/SwayNotificationCenter?expand=0&rev=23
2025-10-10 10:37:16 +00:00
6 changed files with 88 additions and 12 deletions

View File

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

View File

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

View File

@@ -1,3 +1,73 @@
-------------------------------------------------------------------
Thu Nov 20 10:53:26 UTC 2025 - Filippo Bonazzi <filippo.bonazzi@suse.com>
- Update to version 0.12.3:
- New features
* Added Notification action filtering
* Add config option to auto expand the per volume controls
* MPRIS: Support base64 album art
- Bug fixes
* Update waybar docs to deal with edge case
* update the config.json to be in sync with latest swaync(5) page
* Queue close from windows animation callback instead of calling it directly
* Fixed Notification widgets not being disposed of properly
* Always run the notification window show method
* Fix floating notifications input region not always being set
* Added missing control-center-positionX and Y to man 5 page
-------------------------------------------------------------------
Fri Oct 3 14:54:12 UTC 2025 - Filippo Bonazzi <filippo.bonazzi@suse.com>
- Update to version 0.12.2:
- Bug fixes:
- Add missing text color on the notification action button
- Fixed reloading the config sometimes segfaulting
- Fix client printing help when running with --skip-wait
- Redefine CSS colors in the GTK 3. Improves compatibility with older themes
- fix: Add json schema for "autohide" and "blacklist" in "mpris"
- Make the notification actions stretch to fill the whole space like before
- Fix transition typo
- Changed the CSS name of the transparent windows fixing GTK CSS overrides
- fix: Search icon by process name if icon is missing
- Use GTK focus mechanics for keyboard navigation in the Control Center
- Enhancements
- Replaced most SCSS variables with CSS variables
- Hide MPRIS Carousel dots when one or less player is visible
- Moved control center notifications into its own widget + vexpand config option
- control-center-height is now able to be -1 to fit all widgets
- feat: Choose outputs by name
-------------------------------------------------------------------
Fri Oct 3 14:51:50 UTC 2025 - Filippo Bonazzi <filippo.bonazzi@suse.com>
- Update to version 0.12.1:
- Fixed the missing "," mistake on line 367
- Add ignore-gtk-theme config option
- Fixed notification group app label not being ellipsized when long
- Fixed single notification close button not being clickable
-------------------------------------------------------------------
Fri Oct 3 14:48:47 UTC 2025 - Filippo Bonazzi <filippo.bonazzi@suse.com>
- Update to version 0.12.0:
- feat(mpris): autohide
- Ported to GTK 4
- Animate floating notifications + configurable max height
- Moved all hardcoded icon sizes to CSS
- Add option to hide the MPRIS album art
- Add loop-carousel option to mpris.
- feat: new buttons-per-row property for buttons-grid widget
- feat: add slider widget
- hints: parse sound-name and sound-file
- Make notification grouping optional
- Add config option and swaync-client command to pick monitor
- Add --hide-all option
- Client can now parse multiple commands
- Breaking Changes
- Due to the GTK 4 port, sadly some custom CSS themes might have to be updated.
- All the icon/image size JSON config properties have been deprecated (not removed yet), and moved to the CSS config instead
- Update dependencies for migration to gtk4
-------------------------------------------------------------------
Tue Apr 8 17:39:33 UTC 2025 - Filippo Bonazzi <filippo.bonazzi@suse.com>

View File

@@ -1,4 +1,4 @@
name: SwayNotificationCenter
version: 0.11.0
mtime: 1744053426
commit: 4ac4cea53bda33b753c5c0883ab06e53035a682f
version: 0.12.3
mtime: 1762334443
commit: f26aeae20d3bc6d3fae352bc7b5641f78098ea3a

View File

@@ -1,7 +1,7 @@
#
# spec file for package SwayNotificationCenter
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%global alt_pkg_name swaync
Name: SwayNotificationCenter
Version: 0.11.0
Version: 0.12.3
Release: 0
Summary: A simple GTK notification daemon
License: GPL-3.0-only
@@ -27,6 +27,7 @@ URL: https://github.com/ErikReider/%{name}
Provides: %{alt_pkg_name} = %{version}-%{release}
Source0: %{name}-%{version}.tar.gz
Requires: gvfs
BuildRequires: blueprint-compiler
BuildRequires: gobject-introspection-devel
BuildRequires: gtk-layer-shell-devel
BuildRequires: meson >= 0.51.0
@@ -36,11 +37,13 @@ BuildRequires: scdoc
BuildRequires: vala >= 0.56
BuildRequires: pkgconfig(gee-0.8)
BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(granite)
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(gtk-layer-shell-0) >= 0.8.0
BuildRequires: pkgconfig(granite-7)
BuildRequires: pkgconfig(gtk4)
BuildRequires: pkgconfig(gtk4-layer-shell-0)
BuildRequires: pkgconfig(json-glib-1.0)
BuildRequires: pkgconfig(libadwaita-1)
BuildRequires: pkgconfig(libhandy-1) >= 1.8.0
BuildRequires: pkgconfig(libnotify)
BuildRequires: pkgconfig(libpulse)
BuildRequires: pkgconfig(systemd)

View File

@@ -2,7 +2,7 @@
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://github.com/ErikReider/SwayNotificationCenter.git</param>
<param name="revision">v0.11.0</param>
<param name="revision">v0.12.3</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
</service>
@@ -12,4 +12,7 @@
<param name="compression">gz</param>
</service>
<service name="set_version" mode="manual"/>
<service name="format_spec_file" mode="manual">
<param name="specfile">SwayNotificationCenter.spec</param>
</service>
</services>