2024-04-07 09:35:33 by Thomas Klausner | Files touched by this commit (1138) |
Log message:
*: bump for cairo buildlink3.mk change
lzo was made an option
|
2024-02-19 05:21:43 by pin | Files touched by this commit (3) | |
Log message:
x11/wired-notify: update to 0.10.5
This release fixes a commit issue where Cargo.lock wasn't aligned with Cargo.toml.
|
2024-01-15 22:06:08 by pin | Files touched by this commit (3) | |
Log message:
x11/wired-notify: update to 0.10.4
0.10.4
- Fixed version mismatch in wired --version (#126).
0.10.3
- Support showing specific notifications with clip using
e.g. wired --show id37 (#96).
- Add wired --kill to cleanly exit the process.
- Performance improvements.
- Optionally trim whitespace in notification text (when trim_whitespace is
set to true (default: true).
- Updated wired.service to hopefully make sure that we have a display before
starting the service. I still would rather you just launch wired directly.
- Allow startup to continue even if we couldn't remove the existing wired
socket (loosely #122).
|
2023-11-14 15:03:25 by Thomas Klausner | Files touched by this commit (1145) |
Log message:
*: recursive bump for cairo dependency changes
|
2023-11-12 14:24:43 by Thomas Klausner | Files touched by this commit (2570) |
Log message:
*: revebump for new brotli option for freetype2
Addresses PR 57693
|
2023-05-17 22:34:56 by Thomas Klausner | Files touched by this commit (1) |
Log message:
wired-notify: use cargo.mk's install
|
2023-04-25 18:24:15 by Thomas Klausner | Files touched by this commit (2) |
Log message:
wired-notify: Install example config files.
Bump PKGREVISION.
|
2023-01-29 22:18:34 by Ryo ONODERA | Files touched by this commit (2527) |
Log message:
*: Recursive revbup from graphics/freetype2
|
2022-06-10 09:30:56 by pin | Files touched by this commit (3) | |
Log message:
x11/wired-notify: update to 0.10.2
-Support And() and Or() in render_criteria/render_anti-criteria. See wiki (#62).
-Support supplying a name for AppName render criteria (#62).
-Support moving notifications depending on "active" monitor. See \
focus_follows
and associated issue (#60).
-Support loading and using SVGs (#53).
-Fixed a bug where notifications would spawn at the top left of the screen for
a frame or so when parented somewhere else (#71).
-Updated dependencies to resolve some "security vulnerabilities".
-Probably some other misc fixes.
|
2022-02-08 13:40:34 by pin | Files touched by this commit (3) | |
Log message:
x11/wired-notify: update to 0.10.1
-Fixed an issue where some blocks (ProgressBlock, ButtonBlock,
ScrollingTextBlock) would cause bugged rendering due to relying on the
default Cairo operator (Over), which was changed in 0.10.0. #50
|