Skip to content

Releases: umputun/cronn

v1.14.0

Choose a tag to compare

@umputun umputun released this 16 Jun 16:38
0cde2bc

New Features

  • add clickable status breakdown to dashboard #66 @umputun

Improvements

  • de-flake TestParser_ChangesFileCreatedLater 3953ffe

v1.13.1

Choose a tag to compare

@umputun umputun released this 14 Jun 23:09
19560d2

Fixed

  • update dependencies, clearing two security advisories: go-jose/go-jose/v3 (GHSA-78h2-9frx-2jm8, high) and slack-go/slack (GHSA-gxhx-2686-5h9g, moderate)
  • fix CI failures from golangci-lint v2.12.2

Improved

  • stabilize the e2e test suite

v1.13.0

Choose a tag to compare

@umputun umputun released this 21 Mar 08:28

New Features

Bug Fixes

  • add Enabled guard in handleJobEvent, fix struct alignment 8a509ba
  • update jsonparser dependency to fix CVE (DoS vulnerability) cae8ae0

v1.12.4

Choose a tag to compare

@umputun umputun released this 19 Mar 07:55

Bug Fixes

  • fix auth cookie SameSite from Strict to Lax for session persistence over HTTP 80c5bf8

Improvements

  • upgrade to Go 1.26 and update all dependencies 80c5bf8
  • harden workflows, upgrade actions, fix caching #63 @paskal
  • harden docker workflow against CI injection attacks #62 @paskal
  • remove obsolete site Docker build workflow #64 @umputun
  • exclude new gosec taint analysis rules in golangci config 046921c

New Features

  • add shell completions for bash, zsh, and fish #61 @paskal
  • add landing page with dark theme e77572d

v1.12.3

Choose a tag to compare

@umputun umputun released this 05 Feb 05:04

Bug Fixes

  • correct file change detection across minute boundaries dc9ff10

v1.12.2

Choose a tag to compare

@umputun umputun released this 05 Feb 04:18

Bug Fixes

  • handle empty files in zero-jobs update mode 6481288

v1.12.1

Choose a tag to compare

@umputun umputun released this 05 Feb 03:40

New Features

  • support zero-jobs startup in update mode #60 @umputun

Bug Fixes

  • add directory field to publish formula to Formula/ 98f32df

v1.12.0

Choose a tag to compare

@umputun umputun released this 30 Jan 08:23
3ceddd4

New Features

  • Add JSON API endpoints for job history and execution logs #59 @umputun

Improvements

  • update modernc.org/sqlite and libc 3ceddd4
  • move completed webui plans to completed directory cb833e0

v1.11.0

Choose a tag to compare

@umputun umputun released this 14 Jan 09:35
7d827bf
  • 7d827bf build: update dependencies
  • e2680bb feat(web): add JSON API endpoint for job status

v1.10.0

Choose a tag to compare

@umputun umputun released this 23 Dec 10:03
3e6ccc7

New Features & Improvements

  • #58 add e2e browser tests for web UI
  • b0429f5 refactor: modernize code with Go 1.24+ patterns

Bug Fixes

  • 3e6ccc7 fix: use flexbox for footer cross-browser vertical centering
  • #57 fix: add blank lines before lists in docs for proper mkdocs rendering

CI/Infrastructure

  • 9e977e2 ci: update GitHub Actions to latest versions
  • ecab017 ci: add digest verification before manifest creation
  • 219d3d3 ci: migrate docker builds to native GitHub ARM64 runners

Documentation

  • 7a7378b docs: add "why cronn?" section and update docker references

Maintenance

  • 2417528 chore: update dependencies