Skip to content

Latest commit

 

History

History
156 lines (113 loc) · 9.94 KB

CHANGELOG.md

File metadata and controls

156 lines (113 loc) · 9.94 KB

2.1.2


  • Fix sound not playing with SoundNotifier (6b6b861)
  • Reset all state in EventSpy#init to works with mvnd (db9c057)

2.1.1


  • Reset build timer when closing the EventSpy (ac1433a)
  • Do not close notifier with mvnd (1de061c)
  • Build with GitHub actions (eea0d96)

2.1.0


  • Use send-notification 0.16.0 (f1424e6)
    • Disable auto-detect for BurntToast (03952d5)

2.0.0


  • Use send-notification 0.15.1 (f1c6968)
    • Log a warning when a configured notifier is not valid (4e227b4)
    • Do not set a default app activation for terminal-notifier (61f142f)
    • Use jPowerShell 3.0.4 [Fixes #10] (b67f9bd)
    • Removed no longer existing parameter for BurntNotificationToast '-AppId' [Fixes #11] (89c84e3)
  • Set timeout when building send-notifier Application (19f8521)
  • Migrate to Java 8 (6ca062f)
  • Log current maven-notifier version in DEBUG (961ca93)
  • Add a docker image with notify-send (cebffa0)

1.10.1


  • Get compatible with Guava 18 (ac3de41)

1.10.0


1.9.1


  • Use send-notification 0.10.1 (3e432dd)
    • Escape argument when executing notifu (41358dd)

1.9


  • Use send-notification 0.10-SNAPSHOT (f387c10)
    • Prevent dock icon creation on OS X (f7ba636)

1.8


  • Fix Windows user configuration loading (9e4f933)
  • Better debug log messages (9b10622)
  • Default notifier implementation is chosen by send-notification (a113649)
  • Can launch multiple build with Snarl (da0b38e)

1.7


  • Use notifier 'none' to not send notifications (23eb400)
  • Log Growl errors in debug when used in auto discovery mode (23eb400)

1.6


  • Always send notification when notifier is persistent (d3a3d08)
  • Replace '...' by 'Build Failed' for short notification messages (30310ae)
  • Can use multiple notifiers at once (f8e0f90)

1.5


  • Smarter default notifier (cab405b)

1.4


  • Add Toaster notifier (97b395b)
  • Add notification center (with AppleScript) notifier (97b395b)
  • Notification center (with terminal-notifier) now uses application icon (97b395b)

1.3


  • Can pass configuration using system properties view
  • Add AnyBar (SomeBar) notifier view

1.2


  • Configuration location is now ~/.m2/maven-notifier.properties view
  • Compatibility with Maven 3.3.1 extension mechanism view

1.1


  • No notification if build ends before configured threshold [Fixes #11] view

1.0


  • Use short description by default view
  • Replace short description default message with '...' view
  • New notifiers: kdialog, notifu view
  • Use send-notification v0.3 [Fixes #10] view
  • Set notification level based on build status view
  • Can use -DnotifyWith when no configuration file is present view

0.11


  • Maven 3.2.5 compatibility [Fixes #9] view

0.10


0.9


  • Can override notifier implementation with system property view
  • Exclude SLF4J api from the Uber jar [Fixes #7] view
  • Add Pushbullet notifier view
  • Add wiki link when Snarl notification fails view
  • Add wiki links when Growl notification fails [Fixes #6] view
  • Remove password from Configuration#toString view
  • Remove SLF4J Gntp listener view
  • Add a Plexus Gntp listener to log Growl events [#6] view
  • Send notification when build fails with error [Fixes #5] view

0.8.1


  • Do not fail when notification-center does not use sound [Fix #4] view

0.8


  • Add icon for notification center. view
  • Short message notification when project contains only one module. view
  • Can configure notification message type (short/full). view
  • Can configure growl password. view
  • Can configure growl host. [Fix #3] view
  • Can set a sound when using Apple Notification Center. [Fix #1] view
  • Display total time spent building the project. view
  • Add Snarl notifier. [Fix #2] view