All Versions
10
Latest Version
Avg Release Cycle
43 days
Latest Release
3119 days ago
Changelog History
Changelog History
-
v0.9.7 Changes
November 27, 2016 -
v0.9.6 Changes
July 02, 2016 -
v0.9.5 Changes
April 20, 2016- ๐ Fix issues with bad 0.9.4 build
-
v0.9.4 Changes
April 11, 2016 -
v0.9.3 Changes
April 10, 2016- ๐ท 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 Changes
January 31, 2016- ๐ Fix a regression introduced in
0.9.1
whereminicron db setup
no longer worked when using SQLite
- ๐ Fix a regression introduced in
-
v0.9.1 Changes
January 31, 2016 -
v0.9.0 Changes
January 21, 2016- 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
- Now uses the user crontab instead of
-
v0.8.4 Changes
December 20, 2015 -
v0.8.3 Changes
November 08, 2015- ๐ Fully reverts change to remove default config file location in v0.8.1, late night releases ftw!