From a235613f88258c320bfd7a98b4544e7b1c534fec Mon Sep 17 00:00:00 2001 From: Test User Date: Thu, 26 Feb 2026 23:11:36 -0700 Subject: [PATCH 1/2] chore: update .STATUS for v1.22.0 release Mark v1.22.0 as released, update test counts (2,326), refresh spec status and next focus. Co-Authored-By: Claude Opus 4.6 --- .STATUS | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.STATUS b/.STATUS index 445eba6..4fcda44 100644 --- a/.STATUS +++ b/.STATUS @@ -5,11 +5,11 @@ version: 1.22.0 sprint: 38 started: 2026-01-08 updated: 2026-02-26 -released: 2026-02-25 +released: 2026-02-26 editor: hybrid-markdown++ -next_focus: Release v1.22.0 (responsive UI merged to dev) -tests: 2322 -unit_tests: 2322 +next_focus: Next feature (v1.22.0 released) +tests: 2326 +unit_tests: 2326 e2e_tests: 109 test_file_errors: 0 (resolved) tags: @@ -26,9 +26,9 @@ tags: ## Current Focus (Sprint 38) -### In Progress +### Just Completed -1. **Release v1.22.0** — Responsive UI merged to dev. Pending: manual macOS testing (Stage Manager, split-screen, Sequoia snap zones), then release PR to main. +1. **v1.22.0 Released** (2026-02-26) — Responsive UI with auto-collapse sidebars, global zoom, macOS 4-pane tiling (350×350 min), right sidebar resize. Multi-arch DMGs built & uploaded, Homebrew cask updated, docs deployed. ### Next Up @@ -160,7 +160,7 @@ tags: | Spec | Status | Target | |------|--------|--------| -| Responsive UI | Feature Complete | v1.22.0 | +| Responsive UI | Released | v1.22.0 | | Pomodoro Timer | Released | v1.19.0 | | Settings Improvements | In Progress | v1.20.0 | | Three-Tab Sidebar | Design Approved | v1.17.0 | From a8aff566b18653db5a462faf2e0e32e9aa581d1e Mon Sep 17 00:00:00 2001 From: Test User Date: Thu, 4 Jun 2026 11:30:49 -0600 Subject: [PATCH 2/2] =?UTF-8?q?chore(ci):=20bump=20actions/cache=20v3=20?= =?UTF-8?q?=E2=86=92=20v4=20(v3=20deprecated)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 8584050..a0b58aa 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -25,7 +25,7 @@ jobs: python-version: 3.x - name: Cache dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: key: ${{ github.ref }} path: .cache