Skip to content

Releases: Meru143/crontui

v1.2.2

19 Mar 15:48

Choose a tag to compare

Changelog

  • 709924d docs(readme): add Linux WSL terminal demo
  • 09eb1b7 docs(readme): add native Windows install guide
  • 682679b docs(readme): add terminal demo GIF
  • 58c5c9c fix(cli): handle output write errors
  • 4e50445 fix(crontab): satisfy current staticcheck rules

v1.2.1

19 Mar 13:05

Choose a tag to compare

Changelog

  • 8c58f5f fix(ci): stabilize cross-platform scheduler checks
  • d50df3e test(guardrails): move repo guardrails into dedicated package

v1.2.0

19 Mar 12:48

Choose a tag to compare

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

19 Mar 10:54

Choose a tag to compare

Changelog

  • c84d7c4 fix(version): report tagged module versions for source installs

v1.1.0

19 Mar 08:59

Choose a tag to compare

Changelog

  • b02e9ea feat(config): load settings from file and env
  • 2a64818 feat(model): add a dedicated TUI help view
  • 41575ea feat(model): honor configured preview and backup formats
  • 824a578 fix(crontab): persist stable managed job IDs

v1.0.1

19 Mar 08:23

Choose a tag to compare

Changelog

  • 215ab63 fix(crontab): append trailing newlines on writes
  • 082a999 fix(model): preserve restore status after backup restore
  • 9195c8c fix(model): stop preset keys from hijacking schedule input
  • aa45b98 fix: support @reboot and tighten CLI error handling

v1.0.0

19 Mar 06:47

Choose a tag to compare

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