Skip to content

Latest commit

 

History

History
143 lines (68 loc) · 6.52 KB

CHANGELOG.md

File metadata and controls

143 lines (68 loc) · 6.52 KB

Changelog

1.0.0 (2024-08-28)

This release adds support for CRON schedules. CRON schedules (--cron) and intervals (--interval) can be combined multiple times for complex scheduling:

$ tgtg --interval 5m --cron "0 0 0 * * ?" --cron "0 0 12 * * ?"

⚠ BREAKING CHANGES

  • The --server flag is deprecated. Use --interval or --cron options instead. When not used with --interval or --cron, it will use a default of 5 minutes.

Features

  • add support for CRON schedules (#85) (522275f)
  • allow combining multiple intervals and CRON schedules (#85) (522275f)

0.7.0 (2024-04-30)

Features

0.6.2 (2024-02-16)

Bug Fixes

  • docker: separate digests artifact downloads (#68) (9c9edd7)

0.6.1 (2024-02-16)

Bug Fixes

  • docker: use separate jobs to build arm architectures (#66) (309513d)

0.6.0 (2024-01-27)

Features

  • show price in correct currency and decimals (#63) (b066fc2)

0.5.4 (2023-12-05)

Bug Fixes

0.5.3 (2023-12-05)

Bug Fixes

0.5.2 (2023-12-05)

Bug Fixes

0.5.1 (2023-09-19)

Bug Fixes

0.5.0 (2023-08-17)

Features

0.4.0 (2023-08-15)

Features

  • notifications: add webhook notification provider (#35) (7c4e0c6)

0.3.2 (2023-07-28)

Bug Fixes

  • add 'Accept' to headers (#30) (c58947b)
  • log correct usage of --user-email on error (#29) (882d59b)

0.3.1 (2023-07-27)

Bug Fixes

0.3.0 (2023-07-27)

Features

  • notifications: add Pushbullet support (15b5826)
  • notifications: add Pushover support (15b5826)
  • setup release-please (15b5826)

Bug Fixes

Build System

0.3.0 (2023-07-27)

Features

  • notifications: add Pushbullet support (15b5826)
  • notifications: add Pushover support (15b5826)
  • setup release-please (15b5826)

Bug Fixes

Build System