Skip to content

Latest commit

 

History

History
108 lines (75 loc) · 6.28 KB

CHANGELOG.md

File metadata and controls

108 lines (75 loc) · 6.28 KB

0.16.0


0.15.1


  • Removed no longer existing parameter for BurntNotificationToast '-AppId' [Fixes #11] (89c84e3) by @JD-CSTx

0.15.0


  • Use jPowerShell 3.0.1 [Fixes #10] (b67f9bd)
  • Migrate to Java 8 (c728c5e)
  • Move windows vm to gusztavvargadr/w10e (a8ef16c)

0.14.0


  • Default RuntimeExecutor timeout is now 500 ms (8d792b5)
  • Revert "Set timeout parameter for terminal-notifier" (0a26ad5)
  • Timeout in RuntimeExecutor is now set from Application configuration (9d0fb02)
  • Close notifier in *Example (95a2a45)
  • Set timeout parameter for terminal-notifier (c5fcb9c)
  • Do not set a default app activation for terminal-notifier (61f142f)

0.13.0


  • Provide a default Application (8ee5e65)
  • Log a warning when a configured notifier is not valid (4e227b4)
  • Ignore unknown certificates when installing Windows notifiers (c37e1d4)
  • Fail when a command returns a code != 0 (76e7f4f)
  • Remove duplicated code by introducing Executor#tryExec (6b1faaf)

0.12.0


  • Can set email when sending notification with Pushbullet (0510467)

0.11.0


0.10.2


  • Replace Objects#toStringHelper() deprecated calls (0dc3234)
  • Fail when pushbullet credentials are not valid (a62638f)

0.10.1


  • Escape argument when executing notifu (41358dd)

0.10


  • Prevent dock icon creation on OS X (f7ba636)

0.9


  • Better log messages (1dbc5a2)
  • Can set Snarl application password (c2e5d3b)
  • Register Snarl application before each notification (0e8e719)

0.8


  • Use notifier 'none' to not send notifications (8b30bc2)
  • Log Growl errors in debug when used in auto discovery mode (24aa149)

0.7


  • Indicate if a notifier is persistent (3b21eb2)
  • Can send notification to multiple implementations at once (7cf3ccc)

0.6


  • Can automatically select notifier if they are available (3c0339c)

0.5


  • Add Toaster notifier for Windows > 8 (d6f2a80)
  • Add notification center notifier using AppleScript (8d070c1)
  • Can set application icon using terminal-notifier (7709750)
  • Can set sound using terminal-notifier (257ca55)
  • Package generated sources in sources.jar (589caf6)

0.4


  • Add AnyBar notifier view

0.3


  • Lower log statements level view
  • Add Kdialog notifier view
  • Add notifu notifier view