Releases: Meru143/crontui
Releases · Meru143/crontui
Release list
v1.2.2
v1.2.1
v1.2.0
Changelog
- f2d932f chore(gitignore): ignore temp smoke artifacts
- 746282c chore(ui): generalize scheduler terminology
- 241f076 feat(scheduler): add Windows Task Scheduler backend
- b8902b6 feat(scheduler): add Windows backup, restore, and direct run support
- 8005e06 feat(scheduler): persist Windows task metadata for managed jobs
- 9419e68 feat(scheduler): translate supported cron schedules for Windows tasks
- 1163cc2 feat(ui): route CLI and TUI through scheduler backends
- c34108b refactor(scheduler): add platform backend facade
v1.1.1
Changelog
- c84d7c4 fix(version): report tagged module versions for source installs
v1.1.0
v1.0.1
v1.0.0
Changelog
- d9aa210 Testing > 33 tests pass across 4 packages (config, cron, crontab, model).
- 753edf8 build: track go module checksums
- cb7300c feat: implement TODO items 2.5, 5.3, 7.4, 7.5, 10.1, 10.2, 12.1, 12.2
- 024deff feat: initial crontui project
- 590a2c2 fix: add missing max() helper function
- ba5078c fix: centralize command execution to prevent injection
- efff9a1 fix: code audit - remove dead code, fix go.mod, add tests and presets
- 2b558cc fix: harden cli argument parsing and preview validation
- 5436962 fix: make crontab writes and restores lossless
- 3c94af3 fix: preserve raw crontab content during parsing
- 53295d6 fix: remove misleading working directory and mailto editing
- df57828 fix: use safe write paths and surface real crontab errors