Skip to content

Releases: chicohaager/cron

v0.2.0 — Cron

01 Apr 10:08

Choose a tag to compare

What's New

Complete rebrand and major feature release.

Breaking Changes

  • Renamed from zima-cron to cron — new binary, service, API routes, and data path
    • Binary: /usr/bin/cron
    • Service: cron.service
    • API routes: /cron/* (was /zima_cron/*)
    • Data path: /DATA/AppData/cron/ (was /DATA/AppData/zima_cron/)
    • Package: zpkg install cron
    • Env var: CRON_DATA_PATH (was ZIMA_CRON_DATA_PATH)

Features

  • Redesigned frontend with new task management UI
  • Persistent task storage — tasks survive reboots
  • Pulsing indicator when a task is executing
  • Async gateway registration and sysext-safe systemd config
  • Watchdog timer and binary refresh path unit
  • Storage, cron validation, and notification packages
  • Built-in task templates (backup, cleanup, health check, docker, SSL, etc.)
  • Multi-channel notifications: Telegram, Webhook, Email (SMTP)
  • Task dependencies, priorities, categories, and tags
  • Log export (CSV, JSON) and bulk operations

Fixes

  • Show only stdout on success
  • Backup path corrected to /DATA/AppData
  • Security audit: fixed H2-H4 high, M1-M5 medium, L1-L5 low findings

Install

zpkg install cron

Or download cron.raw below and install manually:

zpkg install /tmp/cron.raw