0117d60e6b
- Update to version 1.8.0: * progress-style configuration option with possible values of bar (previous behavior) and background which shows the progress as the background color. * Fish shell completions. * Default icon theme from hicolor to default. * Crash when max-icon-size=0 (#145). * Parse sections in order. This fixes a bug where sections before the main section get ignored. (#137). * fnottctl pause|unpause exiting with an error. * Lookup of icon themes in ~/.icons and /usr/share/pixmaps.
Soc Virnyl Estela
2025-07-17 14:26:00 +00:00
339155f780
Accepting request 1283616 from X11:Wayland
Ana Guerrero2025-06-06 20:44:30 +00:00
8ef13f3cdd
- Update to version 1.7.1: * anchor can now be set to center. * Nanosvg updated to ea6a6aca009422bba0dbad4c80df6e6ba0c82183 * fix: Messages sent directly after starting fnott (for example, when fnott is auto-activated by D-Bus) not processed until more D-Bus messages are received later.
Soc Virnyl Estela
2025-02-15 13:17:21 +00:00
6bd6913abc
- Set c11 to leap only. confusing workaround
Soc Virnyl Estela
2024-08-02 14:56:24 +00:00
c5efbb3e76
- Update to version 1.7.0: * Log output now respects the [NO_COLOR](http://no-color.org/) environment variable. * border-radius configuration option (yes, this means fnott now supports rounded corners). * Support for linking against a system provided nanosvg library. See the new -Dsystem-nanosvg meson option. Defaults to disabled (i.e. use the bundled version). * Support for the x-canonical-private-synchronous hint. * XDG activation support; when triggering an action, fnott attempts to retrieve an XDG activation token. This will only succeed if the cursor is inside the notification window. The token is then signaled over the D-Bus _Notifications_ interface. * fnottctl dismiss-with-default-action. * Implemented the org.freedesktop.DBus.Introspectable interface. This fixes an issue where e.g. gdbus was not able to create, or close, notifications. * Left clicking a notification now triggers the default action, if any, in addition to dismissing the notification. Right click to dismiss the notification without trigger the default action. * STRING:image-path hint that points to either a non-existing file, or an invalid image, will now be ignored (instead of removing the notification's icon). * All notifications are now dismissed (i.e. org.freedesktop.Notifications.NotificationClosed is signaled) when fnott exits. * reason in the NotificationClosed signal being off-by-one. * Icons loaded via image-data hints being too dark. * Not all data being read from the action selection helper, under certain circumstances.
Soc Virnyl Estela
2024-08-02 14:51:09 +00:00
930788526a
Accepting request 1187955 from X11:Wayland
Ana Guerrero2024-07-17 13:14:36 +00:00
f71fce3c39
- Add new file to list /usr/share/dbus-1/services/fnott.service
Soc Virnyl Estela
2024-07-16 15:56:13 +00:00
969aba5b87
- Update to version 1.6.0: * selection-helper-uses-null-separator=yes|no to fnott.ini. This can be used to e.g. improve handling of action strings with newlines in them. * scaling-filter to fnott.ini, allowing you to choose which scaling filter to use when scaling non-SVG notification images. The default is lanczos3. * Nanosvg updated to 93ce879dc4c04a3ef1758428ec80083c38610b1f * D-Bus service file for starting automatically * Systemd unit file
Soc Virnyl Estela
2024-07-16 15:25:01 +00:00
d723749f86
Accepting request 1169766 from X11:Wayland
Ana Guerrero2024-04-23 16:56:43 +00:00
561586779c
Accepting request 1117676 from X11:Wayland
Ana Guerrero2023-10-13 21:15:45 +00:00
98af6da0e4
- Add 0001-memfd-noexec-seal.patch * newer kernels introduced MFD_NOEXEC_SEAL. Linux kernels older than 6.3 will crash fnott because they will reject memfd_create() calls that set it. This patch fixes it by testing first if it works with the new MFD_NOEXEC_SEAL and then retry without it.
Soc Virnyl Estela
2023-10-13 13:21:08 +00:00
fc2bfd1669
Accepting request 1100611 from X11:Wayland
Ana Guerrero2023-07-26 11:23:59 +00:00
1159e7d670
- Remove the following patches as they are already part of the new release * 0000-unreleased-changelog.patch * 0001-decoded-len-unused.patch * 0002-include-stdc-predef.patch * 0003-clang-fixes-on-changelog.patch * 0004-pkgbuild-on-changelog.patch * 0005-clang-plus-notification-stack-fix.patch - Update to 1.4.1 * Compilation errors with clang 15.x * Notifications initially positioned outside the screen not being visible after being moved up in the notification stack.
Soc Virnyl Estela
2023-07-18 11:26:04 +00:00
9a385651bd
- Add the following patches: * 0000-unreleased-changelog.patch * 0001-decoded-len-unused.patch * 0002-include-stdc-predef.patch * 0003-clang-fixes-on-changelog.patch * 0004-pkgbuild-on-changelog.patch * 0005-clang-plus-notification-stack-fix.patch (originally as 0000-clang-plus-notification-stack-fix.patch) - These patches bring some small improvements and fixes
Soc Virnyl Estela
2023-06-16 13:15:42 +00:00
4f6e0e4393
- Add 0000-clang-plus-notification-stack-fix.patch * Notifications initially positioned outside the screen not being * visible after being moved up in the notification stack.
Soc Virnyl Estela
2023-06-16 12:38:18 +00:00
3a29974ce9
- Update to version 1.3.0: * Added: - Support for a “progress” hints, notify-send -h int:value:20 ..., (#51). - title-format, summary-format and body-format options, allowing you to customize the rendered strings. In this release, the %a, %s, %b and %% formatters, as well as \n, are recognized. (#39). - Added configuration option layer to specify the layer on which notifications are displayed. Values include background, top, bottom, and overlay (#71). * Changed: - Minimum required meson version is now 0.58. - Notification text is now truncated instead of running into, and past, the vertical padding (#52). - All color configuration options have been changed from (A)RGB (i.e. ARGB, where the alpha component is optional), to RGBA. This means all color values must be specified with 8 digits (#47). * Removed: - $XDG_CONFIG_HOME/fnottrc and ~/.config/fnottrc. Use $XDG_CONFIG_HOME/fnott/fnott.ini (defaulting to ~/.config/fnott/fnott.ini) instead (#7). * Fixed: - Scale not being applied to the notification’s size when first instantiated (#54). - Fallback to /etc/xdg if XDG_CONFIG_DIRS is unset. - Icon lookup is now better at following the XDG specification (#64). - Setting max-width and/or max-height to 0 no longer causes fnott to crash. Instead, a zero max-width/height means there is no limit (#66).
Soc Virnyl Estela
2022-08-19 23:44:15 +00:00