You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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)