Releases Tags
-
1.2.1
released this 3 months ago | 43 commits to master since this release
Fixed
- Crash when receiving notification with inline image data (#44).
Downloads
-
1.2.0
released this 4 months ago | 52 commits to master since this release
Added
- Configurable padding of notification text. New
fnottrc
options:padding-vertical
andpadding-horizontal
(#35).
Changed
- Default padding is now fixed at 20, instead of depending on the font size. This is due to the new
padding-horizontal|vertical
options.
Fixed
fnottctl actions
exiting without receiving a reply.- Fnott is now much better at surviving monitors being disabled and re-enabled (#25).
- Wrong font being used when the body and summary (or title and body, or title and summary) is set to the same text (#36).
- Fnott no longer allocates the vertical padding space between summary and body text, if the body text is empty (#41).
Contributors
- fauxmight
- Rishabh Das
Downloads
- Configurable padding of notification text. New
-
1.1.2
released this 8 months ago | 91 commits to master since this release
Fixed
max-timeout
not having any effect when the timeout is 0 (#32).
Downloads
-
1.1.1
released this 8 months ago | 98 commits to master since this release
Added
default-timeout
option, to adjust the timeout when applications ask us to pick the timeout (#27).max-timeout
option (#29).
Changed
- Updated nanosvg to ccdb1995134d340a93fb20e3a3d323ccb3838dd0 (20210903).
Removed
timeout
option (replaced withmax-timeout
, #29).
Fixed
- Icons not being searched for in all icon theme instances (#17).
- fnott crashing when a notification was received while no monitor was attached to the wayland session.
- Wrong colors in (semi-)transparent areas of SVG icons.
Contributors
- Julian Scheel
- polykernel
- Stanislav Ochotnický
Downloads
-
1.1.0
released this 11 months ago | 136 commits to master since this release
Added
- Configurable minimal width of notifications. New
fnottrc
option:min-width
- Configurable anchor point and margins. New
fnottrc
options:anchor=top-left|top-right|bottom-left|bottom-right
,edge-margin-vertical
,edge-margin-horizontal
andnotification-margin
(#4). -c,--config=PATH
command line option (#10).- Text shaping support (#13).
play-sound
tofnott.ini
, specifying the command to execute to play a sound (#12).sound-file
, a per-urgency option infnott.ini
, specifying the path to an audio file to play when a notification is received (#12).
Changed
- Fnott now searches for its configuration in
$XDG_DATA_DIRS/fnott/fnott.ini
, if no configuration is found in$XDG_CONFIG_HOME/fnott/fnott.ini
or in$XDG_CONFIG_HOME/fnottrc
(#7). - Assume a DPI of 96 if the monitor’s DPI is 0 (seen on certain emulated displays).
- There is now an empty line between the ‘summary’ and ‘body’.
Deprecated
$XDG_CONFIG_HOME/fnottrc
and~/.config/fnottrc
. Use$XDG_CONFIG_HOME/fnott/fnott.ini
(defaulting to~/.config/fnott/fnott.ini
) instead (#7).
Removed
margin
option fromfnottrc
Fixed
- Notification sometimes not being rendered with the correct subpixel mode, until updated.
Contributors
- yyp (Alexey Yerin)
Downloads
- Configurable minimal width of notifications. New
-
1.0.1
released this 1 year ago | 182 commits to master since this release
Added
timeout
option tofnottrc
. This option can be set on a per-urgency basis. If both the user has set a timeout, and the notification provides its own timeout, the shortest one is used (#2).- FreeBSD port (#1).
Fixed
- PPI being incorrectly calculated.
- Crash due to bug in Sway-1.5 when a notification is dismissed, either with
fnottctl
or through its timeout, while the cursor is above it.
Contributors
- jbeich
Downloads
-
1.0.0
released this 1 year ago | 229 commits to master since this release
Initial release, featuring:
- Application title, summary and body fonts can be configured indivudually
- Icon support, both inline and name referenced (PNG + SVG).
- Actions (requires a dmenu-like utility to display and let user select action - e.g. fuzzel)
- Urgency (custom colors and fonts for different urgency levels)
- Markup (bold, italic and underline)
- Timeout (notification is automatically dismissed)
Downloads