Skip to content

Latest commit

 

History

History
87 lines (48 loc) · 2.55 KB

CHANGELOG.md

File metadata and controls

87 lines (48 loc) · 2.55 KB

Changelog

0.7.0 - 2024-02-12

Added

0.6.0 - 2024-01-29

Added

0.5.0 - 2023-11-13

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 - 2022-02-03

Fixed

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

0.4.0 - 2022-02-03

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 - 2020-08-12

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 - 2020-08-06

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 - 2020-07-21

Added

  • Initial release