From fe9102088fe33de2679f07984b95c641b9357ac7 Mon Sep 17 00:00:00 2001 From: swingcloud Date: Fri, 17 Apr 2026 00:45:25 +0800 Subject: [PATCH] chore: bump version to 0.1.1 Release notes: - Fix: grace-period no longer bypasses rest on backward clock skew - Fix: uninstall.sh preserves ~/.tomato/ history by default; --purge deletes - Fix: load_config() validates user values and warns + defaults on bad input - Fix: stats tests no longer flake around midnight - Docs: softened README hook-latency claim pending a CI benchmark Co-Authored-By: Claude Opus 4.7 (1M context) --- CHANGELOG.md | 11 +++++++++++ VERSION | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e442186..d4a63f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to Tomato will be documented in this file. +## [0.1.1] - 2026-04-17 + +### Fixed +- Grace-period arithmetic no longer bypasses rest indefinitely when the system clock jumps backward; backward skew now falls through to block (#11) +- `uninstall.sh` preserves `~/.tomato/` focus history by default; pass `--purge` to also delete it (#11) +- `load_config()` rejects invalid user values (negative ints, wrong types, bools) and falls back to per-key defaults with a warning (#11) +- Stats tests no longer flake around local midnight (#11) + +### Changed +- Softened the README hook-latency claim; we'll add a CI benchmark before quoting specific numbers again (#11) + ## [0.1.0] - 2026-04-17 Initial public release. diff --git a/VERSION b/VERSION index 6e8bf73..17e51c3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.0 +0.1.1