From 4bf255b2111d7f19e11ff4eaf85eb586be1024c9 Mon Sep 17 00:00:00 2001 From: Forgejo Actions Date: Sat, 6 Jun 2026 09:30:28 -0700 Subject: [PATCH] Update changelog for v1.2.2 [skip ci] --- CHANGELOG.md | 11 +++++++++++ docs/changelog.d/tui-polish-project-tree.doc.md | 1 - docs/changelog.d/tui-polish-project-tree.feature.md | 1 - 3 files changed, 11 insertions(+), 2 deletions(-) delete mode 100644 docs/changelog.d/tui-polish-project-tree.doc.md delete mode 100644 docs/changelog.d/tui-polish-project-tree.feature.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 8315268..309e228 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [v1.2.2] - 2026-06-06 + +### Features + +- Recurring tasks now show their schedule in plain language (`every other week`, `weekdays`, `yearly on Apr 15`) instead of a raw RRULE — in both the TUI detail pane and the mobile PWA. The TUI's project sidebar gained subproject indentation, per-project outstanding-task counts, a wider pane, and scrolling when the list overflows. + +### Documentation + +- New explanation card [[hub-spoke-data-evolution]] covering why heph's op-based sync lets most new features ship without a coordinated migration, and the narrow case (a new required SQLite column) that does need a hub-first rollout. + + ## [v1.2.1] - 2026-06-05 ### Features diff --git a/docs/changelog.d/tui-polish-project-tree.doc.md b/docs/changelog.d/tui-polish-project-tree.doc.md deleted file mode 100644 index 3d607c2..0000000 --- a/docs/changelog.d/tui-polish-project-tree.doc.md +++ /dev/null @@ -1 +0,0 @@ -New explanation card [[hub-spoke-data-evolution]] covering why heph's op-based sync lets most new features ship without a coordinated migration, and the narrow case (a new required SQLite column) that does need a hub-first rollout. diff --git a/docs/changelog.d/tui-polish-project-tree.feature.md b/docs/changelog.d/tui-polish-project-tree.feature.md deleted file mode 100644 index bd76951..0000000 --- a/docs/changelog.d/tui-polish-project-tree.feature.md +++ /dev/null @@ -1 +0,0 @@ -Recurring tasks now show their schedule in plain language (`every other week`, `weekdays`, `yearly on Apr 15`) instead of a raw RRULE — in both the TUI detail pane and the mobile PWA. The TUI's project sidebar gained subproject indentation, per-project outstanding-task counts, a wider pane, and scrolling when the list overflows.