Skip to content

Latest commit

 

History

History
92 lines (69 loc) · 6.93 KB

CHANGELOG.md

File metadata and controls

92 lines (69 loc) · 6.93 KB

3.0.0


2.2.0


2.1.0


  • Can configure notification timeout (c5440aa)
  • Use send-notification 0.14.0 (31b2068)
    • Default RuntimeExecutor timeout is now 500 ms (8d792b5)
    • Timeout in RuntimeExecutor is now set from Application configuration (9d0fb02)
    • Do not set a default app activation for terminal-notifier (61f142f)
  • Upgrade to Gradle 4.3 (15e915c)

2.0.0


  • Upgrade to Gradle 4.2.1 (5828feb)
  • Replace deprecated BuildRequestMetaData#getBuildTimeClock (33bb8df) - Fix Issue#6

1.2.0


  • Use Oracle JDK 8 on Travis CI (1df51c5)
  • Upgrade to Gradle 4.1 (f6858a4)
  • Use send-notification 0.13.0 (9685bcb)
  • Upgrade to Gradle 4.0.1 (7d5f82b)
  • Use closeAndReleaseRepository task instead of deprecated closeAndPromoteRepository (6885d01)

1.1.0


  • Use (new) plugin mechanism for nexus-staging (d74f3e2)
  • Use send-notification 0.11.0 (6122b3b)
  • Upgrade to Gradle 3.5 (f2d2b86)

1.0.1


  • Use (new) plugin mechanism when applicable (20ec9ea)

1.0.0


  • Upgrade to Gradle 2.13 (2b93575)
  • Use newer Gradle logo (the elephant) (666ea5b)
  • Use send-notification 0.10.1 (0456409)
    • Prevent dock icon creation on OS X (f7ba636)
    • Escape argument when executing notifu (41358dd)

0.4


  • Skip notification with continuous build (142fac6)
  • Add missing Toaster extension (4326df3)
  • Can build multiple projects at the same time with Snarl (688e701)
  • Upgrade to Gradle 2.7 (945fb1d)

0.3


  • Use internal Gradle clock to display build time (cd20bfa)
  • Always send notification when a notifier is persistent (29bfab2)
  • Display 'Build Failed.' when failure message is null (f32bd1a)
  • Use application icon with terminal-notifier (3e6e6bb)
  • Add toaster notifier (3e6e6bb)
  • Can use Apple notification center with AppleScript (3e6e6bb)
  • Automatically choose a notifier when no implementation is provided (3e6e6bb)
  • Can send notification to multiple implementations at once (3e6e6bb)
  • Set notifier.implementation to none to not send notification (3e6e6bb)

0.2


  • Build listener fails silently when notifier fails (5978376)
  • Can set notifier configuration using system properties (1055ffc)
  • No notification if build ends before configured threshold (40ff266)