All Versions
10
Latest Version
Avg Release Cycle
43 days
Latest Release
3119 days ago

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
    • ๐Ÿ›  Fix regression in 0.9.3 that broke handling of arguments in quotes like minicron run "ls -lah", my bad..
    • ๐Ÿ‘ Better delete performance thanks to @dukex #219 + baab766
  • 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 where minicron db setup no longer worked when using SQLite
  • v0.9.1 Changes

    January 31, 2016
    • ๐Ÿ›  Fix job updates not writing back to the crontab and other related issues #194
    • ๐Ÿ‘Œ Improvements to migrations and database interaction in general #151
    • ๐Ÿ‘Œ Improvements to the automatically generated crontab formatting
  • 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.
    • ๐Ÿ›  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
  • v0.8.4 Changes

    December 20, 2015
    • ๐Ÿ›  Fix UI issue in #152
    • ๐Ÿ›  Fix validation issue in #168
    • โž• Add install script #170
    • ๐Ÿ›  Fix missing "active" status icon in #173
    • ๐Ÿ‘Œ Improved test coverage for minicron.rb #163 thanks @robinjoseph08
    • ๐ŸŽ‰ Initial work on #120

    ๐Ÿฑ ๐ŸŽ…

  • v0.8.3 Changes

    November 08, 2015
    • ๐Ÿš€ Fully reverts change to remove default config file location in v0.8.1, late night releases ftw!