v0.4.0-alpha
Primaries:
Introducing updaters
- Future releases to this will include updaters to automatically migrate data and config, hopefully taking automatic care of any backward incompatibilities in data or config files. The updaters will not work to installations that are older than this (v0.4.0-alpha) version.
- This is a backwards compatible release, to update from any v0.3.0-alpha, simply run the online updater.
Fix debug logging
- Job debug logging broke after the migration to croniter - now fixed
- Added more debug logging + indication in ui when job in debug mode
- Made logging cheaper
Sorting and filtering in homepage
- Done in FE, super light
Support branding
- Your text or html next to the logo
Ensure near-0 cpu usage when idle
- It was, just made sure it stayed
Secondaries
- Bugfix importing legacy settings
- CSS/UI improvements
- Job status counters in homepage
- Bugfix: stuck jobs in running mode if error happens in ssh comm
- Expose timing options in settings
- Fix logging init
Full Changelog: v0.3.0-alpha...v0.4.0-alpha