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 * * ?"
- 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.
- add support for CRON schedules (#85) (522275f)
- allow combining multiple intervals and CRON schedules (#85) (522275f)
0.7.0 (2024-04-30)
0.6.2 (2024-02-16)
0.6.1 (2024-02-16)
0.6.0 (2024-01-27)
0.5.4 (2023-12-05)
0.5.3 (2023-12-05)
0.5.2 (2023-12-05)
0.5.1 (2023-09-19)
0.5.0 (2023-08-17)
0.4.0 (2023-08-15)
0.3.2 (2023-07-28)
0.3.1 (2023-07-27)
0.3.0 (2023-07-27)
- notifications: add Pushbullet support (15b5826)
- notifications: add Pushover support (15b5826)
- setup release-please (15b5826)
- update version (9288924)
0.3.0 (2023-07-27)
- notifications: add Pushbullet support (15b5826)
- notifications: add Pushover support (15b5826)
- setup release-please (15b5826)
- update version (9288924)