This repository has been archived by the owner on May 17, 2021. It is now read-only.
Releases: jamesrwhite/minicron
Releases · jamesrwhite/minicron
v0.9.7
v0.9.6
v0.9.5
- Fix issues with bad 0.9.4 build
v0.9.4
v0.9.3
- Enable and disable jobs #51
- Configure display timezone #195
- Show cron in "plain english" #147
- Slack alerts, thanks to @mvlbarcelos
- Crontab import, thanks to @gabriellhrn
- Fix #206
- Fix #216
If you are upgrading from a previous release you will need to run migrations via minicron db:migrate
For full diff see #220
v0.9.2
- Fix a regression introduced in
0.9.1
whereminicron db setup
no longer worked when using SQLite
v0.9.1
v0.9.0
- Now uses the user crontab instead of
/etc/crontab
!- This means while any crons in
/etc/crontab
will still be recorded by minicron you won't be able to edit them, you should move them to the user crontab for whichever user you set the host up to use.
- This means while any crons in
- Fix bug with schedule view #189
- Fix bug with range expressions #181
- Database migration support #151
- Step cron syntax support #25
- Fixed bug with special schedule validation #179
- Images pushed to docker hub on release #190