Michael Aquilina
43dbc4eb56
bump version to 0.10.1
2024-05-13 10:54:40 +01:00
Michael Aquilina
055a5fa8ae
Merge pull request #61 from MichaelAquilina/fix/bad-icon-path
...
fix: correctly omit --icon from notify-send when not set
2024-05-13 11:53:56 +02:00
Michael Aquilina
d41c04f778
remove flakey test
2024-05-13 10:51:50 +01:00
Michael Aquilina
0e4ed6b3c5
fix: correctly omit --icon from notify-send when not set
2024-05-13 10:48:41 +01:00
Michael Aquilina
452eee9454
bump version to 0.10.0
2024-04-24 13:25:36 +01:00
Michael Aquilina
4eb63b7c1f
Merge pull request #56 from CaderIdris/add-icon-support
...
Add Icon Support to Linux
2024-04-24 13:24:21 +01:00
61825162+CaderIdris@users.noreply.github.com
8d61376a95
Fixed version number
...
Modified: Version number so ci tests pass
2024-04-23 12:51:59 +01:00
61825162+CaderIdris@users.noreply.github.com
a663a08bca
Bugfix: Order of arguments passed unit tests but caused invalid parsing
...
of expire time argument
Modified: How icon argument is called
2024-04-23 12:04:05 +01:00
61825162+CaderIdris@users.noreply.github.com
f405233080
Added tests and updated README
...
Added: Test for running notify-send when declaring success icon
Added: Config information to README
Note: With the way the tests are currently structured, I couldn't find a
way to test the failure icon. I'm not an expert in zunit so there may
be a way that I can't find
2024-04-23 11:50:34 +01:00
61825162+CaderIdris@users.noreply.github.com
2c0059707f
Added icon support for linux
...
Added: AUTO_NOTIFY_ICON_SUCCESS environmental variable, represents path
to icon for notify-send to display on command success
Added: AUTO_NOTIFY_ICON_FAILURE environmental variable, represents path
to icon for notify-send to display on command failure
Added: --icon option when icon path is present for notify-send, no
additional argument added if environmental variable not specified
Modified: Version number to pass test
2024-04-23 11:15:09 +01:00
Michael Aquilina
f4766d6981
Merge pull request #53 from NoUseFreak/patch-1
...
Mute notifications over ssh
2024-02-08 15:33:32 +00:00
Dries De Peuter
f4afef6fa9
fix: mute notifications over ssh
2023-12-27 23:01:21 +01:00
Michael Aquilina
22b2c61ed1
fix: transient test case
2023-06-02 14:01:43 +01:00
Michael Aquilina
9b6bc124f0
fix: backwards compatible transient flag
2023-06-02 13:55:02 +01:00
Michael Aquilina
dad1e61c71
Merge pull request #45 from Grafcube/fix-transient
...
Fix transient argument
2023-05-11 15:24:59 +01:00
Michael Aquilina
993f5de86e
fix: update tests to include --transient flag
2023-05-11 15:23:14 +01:00
Michael Aquilina
00951ac085
build: update docker job image and install libnotify-bin
2023-05-11 15:15:01 +01:00
Grafcube
5a50536e59
Fix transient argument
...
The transient variable must not be quoted. Otherwise the command fails
with `Invalid number of options.` for unsuccessful error codes.
2023-05-11 17:02:14 +05:30
Michael Aquilina
71e8da986f
Merge pull request #41 from Grafcube/transient-on-success
...
Make notifications transient if successful
2023-04-27 16:47:46 +01:00
Grafcube
9a9f8f21bb
Quote transient
2023-04-27 21:12:11 +05:30
Grafcube
8418a6e3b2
Make notifications transient if successful
2023-04-04 12:38:28 +05:30
Michael Aquilina
1f64cb6544
Merge pull request #38 from brendanfalk/fig
...
Add Fig as an installation method to the README
2022-06-29 09:42:29 +01:00
Brendan Falk
b15ae822e6
Update README.rst
2022-06-28 10:44:09 -07:00
Brendan Falk
5060c0757f
Add Fig as an installation method to the README
2022-06-27 17:12:45 -07:00
Michael Aquilina
30c3c60939
Merge pull request #36 from spikespaz/master
...
Fix the environment variables being reset upon sourcing the plugin
2022-02-21 10:28:22 +00:00
Jacob Birkett
86849ede2a
Fix config being overwritten when source
2022-01-27 18:05:20 -07:00
Michael Aquilina
fb38802d33
Merge pull request #25 from MichaelAquilina/develop
...
Release 0.8.0
2019-09-06 10:00:50 +01:00
Michael Aquilina
f8cd00f2b6
Bump version to 0.8.0
2019-09-06 09:58:23 +01:00
Michael Aquilina
47a0b1727f
Merge pull request #23 from Avi-D-coder/app-name
...
Notify app-name=zsh
2019-09-06 09:57:07 +01:00
Avi Dessauer
68fed1af8b
Notify app-name=zsh
2019-09-05 18:27:38 -04:00
Michael Aquilina
8ab1d0d8d2
Merge pull request #22 from MichaelAquilina/next
...
Release 0.7.0
2019-08-26 14:29:51 +03:00
Michael Aquilina
67df6534c0
Bump version to 0.7.0
2019-08-26 12:28:13 +01:00
Michael Aquilina
2b46020293
Merge pull request #21 from MichaelAquilina/AUTO_NOTIFY_WHITELIST
...
Add support for specifying a WHITELIST
2019-08-26 14:27:01 +03:00
Michael Aquilina
cbd4e2bcac
Remove sudo prefix from command if detected
2019-08-26 12:25:43 +01:00
Michael Aquilina
a77777987d
Add support for specifying a WHITELIST
2019-08-24 21:36:35 +01:00
Michael Aquilina
8aa4c42932
Merge pull request #19 from MichaelAquilina/next
...
Release 0.6.0
2019-08-17 18:54:14 +03:00
Michael Aquilina
0b7a039689
Bump version to 0.6.0
2019-08-17 16:50:58 +01:00
Michael Aquilina
7f7027034c
Merge pull request #18 from MichaelAquilina/print_warning_missing_dep
...
Print warning if notify-send is a missing dependency
2019-08-17 18:49:47 +03:00
Michael Aquilina
5c39901fc7
Print warning if notify-send is a missing dependency
2019-08-17 16:46:36 +01:00
Michael Aquilina
4668a7fbd4
Merge pull request #17 from MichaelAquilina/next
...
Release 0.5.1
2019-08-01 13:41:22 +01:00
Michael Aquilina
c029e8e4c1
Bump to version 0.5.1
2019-08-01 13:40:03 +01:00
Michael Aquilina
83b7646472
Merge pull request #16 from dmitmel/master
...
Improve notifications on macOS
2019-08-01 13:38:53 +01:00
Dmytro Meleshko
bada173f10
Change MacOSX to macOS
2019-08-01 11:40:17 +03:00
Dmytro Meleshko
73da2d107e
Fix tests
2019-08-01 11:39:33 +03:00
Dmytro Meleshko
4a9e4b8e03
Improve notifications on macOS
2019-08-01 11:25:31 +03:00
Michael Aquilina
2292476f93
Fix minor bug in _is_auto_notify_ignored
2019-07-31 15:53:33 +01:00
Michael Aquilina
bad7321d4a
Merge pull request #15 from MichaelAquilina/next
...
Release 0.5.0
2019-07-31 13:41:40 +01:00
Michael Aquilina
d039eea61b
Fix to README for notification formatting
2019-07-31 13:40:37 +01:00
Michael Aquilina
7721d45abe
Bump version to 0.5.0
2019-07-31 13:37:47 +01:00
Michael Aquilina
aed7176e73
Add support for custom message formats
2019-07-31 13:37:42 +01:00