Skip to content

Releases: JakeWharton/dependency-watch

0.7.0

12 Feb 15:34
Compare
Choose a tag to compare

Added

0.6.0

30 Jan 02:42
Compare
Choose a tag to compare

Added

0.5.0

13 Nov 16:01
Compare
Choose a tag to compare

Added

  • The 'await' command will now display the date and time when the Maven repos were last checked. This
    will only be displayed for interactive terminals, and can be disabled with -q/--quiet flag.

0.4.1

03 Feb 21:49
Compare
Choose a tag to compare

Fixed

  • Docker container now looks for *.toml files rather than old *.yaml.

0.4.0

03 Feb 21:35
Compare
Choose a tag to compare

Added

  • Support for monitoring multiple Maven repositories at once.

Changed

  • Configuration format changed from YAML to TOML in order to support multiple repositories. See
    README.md for examples.
  • IFTTT integration now sends repository name as the first value. Maven coordinate and version
    are now the second and third value, respectively.

0.3.0

12 Aug 15:58
Compare
Choose a tag to compare

Changed

  • Only notify for the latest version when seeing a coordinate for the first time. This prevents
    spamming notifications for all historical versions when adding coordinates to the YAML.

0.2.0

07 Aug 03:31
Compare
Choose a tag to compare

Added

  • Support for notifying IFTTT on new versions
  • Allow specifying custom Maven repo URL
  • Allow specifying custom interval between checks
  • Docker container at JakeWharton/dependency-watch

Changed

  • monitor subcommand is now called notify and you must pass --watch in order to continuously monitor

0.1.0

21 Jul 13:37
Compare
Choose a tag to compare

Added

  • Initial release