Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

Releases: jamesrwhite/minicron

v0.9.7

15 Sep 10:42
911218e
Compare
Choose a tag to compare
v0.9.7 Pre-release
Pre-release
  • Fixed install script link and re-tagged this release, original release made on Nov 27 13:15:34 2016 +0000

  • Change job command input field to textarea #241, thanks @dmlittle

  • Add basic auth support for client, #236 thanks @robinjoseph08

  • Fixes for #240 and #243

v0.9.6

02 Jul 13:57
Compare
Choose a tag to compare
v0.9.6 Pre-release
Pre-release

v0.9.5

20 Apr 21:26
Compare
Choose a tag to compare
v0.9.5 Pre-release
Pre-release
  • Fix issues with bad 0.9.4 build

v0.9.4

11 Apr 23:00
Compare
Choose a tag to compare
v0.9.4 Pre-release
Pre-release
  • 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

10 Apr 22:17
Compare
Choose a tag to compare
v0.9.3 Pre-release
Pre-release

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

31 Jan 17:12
Compare
Choose a tag to compare
v0.9.2 Pre-release
Pre-release
  • Fix a regression introduced in 0.9.1 where minicron db setup no longer worked when using SQLite

v0.9.1

31 Jan 16:58
Compare
Choose a tag to compare
v0.9.1 Pre-release
Pre-release
  • 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

21 Jan 19:47
Compare
Choose a tag to compare
v0.9.0 Pre-release
Pre-release
  • 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

20 Dec 11:03
Compare
Choose a tag to compare
v0.8.4 Pre-release
Pre-release
  • 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

08 Nov 12:30
Compare
Choose a tag to compare
v0.8.3 Pre-release
Pre-release
  • Fully reverts change to remove default config file location in v0.8.1, late night releases ftw!