Releases: hugo-vrijswijk/tgtg
Releases · hugo-vrijswijk/tgtg
v1.0.1
1.0.1 (2024-11-25)
Bug Fixes
- add Access-Token to sensitive headers config (#93) (45dc1a0)
- use new tgtg auth mechanism (#92) (79b4eb1)
v1.0.0
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)
v0.7.0
0.7.0 (2024-04-30)
Features
v0.6.2
0.6.2 (2024-02-16)
Bug Fixes
- docker: separate digests artifact downloads (#68) (9c9edd7)
v0.6.1
0.6.1 (2024-02-16)
Bug Fixes
- docker: use separate jobs to build arm architectures (#66) (309513d)
v0.6.0
0.6.0 (2024-01-27)
Features
- show price in correct currency and decimals (#63) (b066fc2)
v0.5.4
0.5.4 (2023-12-05)
Bug Fixes
v0.5.3
0.5.3 (2023-12-05)
Bug Fixes
v0.5.2
0.5.2 (2023-12-05)
Bug Fixes
v0.5.1
0.5.1 (2023-09-19)
Bug Fixes