Skip to content

v0.4.1

Choose a tag to compare

@alseambusher alseambusher released this 19 Apr 23:10
· 7 commits to main since this release
cb8b878

Changelog

  • Auto-backup on import: Automatically create a backup before "Get from crontab" and DB file import so users don't accidentally lose data (#242)
  • Fix log display: Log endpoints now serve text/plain with Cache-Control: no-store so browsers display logs inline instead of downloading them (#240, #238)
  • Multi-line command input: Command field is now a textarea for easier editing of complex commands; newlines are collapsed to semicolons before saving (#239)
  • Added tests for all new features (28 total)