From f63c59eb25e96fc6fb979118e175b8089b7954c0 Mon Sep 17 00:00:00 2001 From: Philippos Savvides Date: Sun, 30 Aug 2026 06:01:30 -0700 Subject: [PATCH] docs(web): note the v3.5.1.0 patch on the What's New card MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The hero read v3.5.1.0 while the newest release card still ended at v3.5.0.0. Follows the existing convention for patch releases: a "patched through" suffix on the meta line plus a "Patched in" paragraph, as v3.3.0.x and v3.4.0.1 both carry. Describes the change in visitor terms, since the fixes are to this page itself: the notch-safe gutter, the 44px touch minimum, and overflow being prevented rather than hidden. No VERSION bump — v3.5.1.0 is already released and this only corrects its release note. Co-Authored-By: Claude Opus 5 (1M context) --- docs/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index bfae29c..b8ff657 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1319,10 +1319,11 @@

Recent Updates & Release Notes

-

August 16, 2026 · v3.5.0.0

+

August 16, 2026 · v3.5.0.0 · patched through v3.5.1.0

Chrome Side Panel co-pilot & Course Dossier export.

idstack is officially published as a native Chrome Side Panel extension on the Chrome Web Store. It provides in-browser Bloom's taxonomy classification, constructive alignment reviews, and empirical citations (T1–T5) for Canvas LMS assignments, syllabi, and Google Docs without requiring command-line configuration.

This release also introduces a background Canvas course crawler for multi-page syllabus audits, a Course Dossier export drawer that compiles multi-page findings into structured Markdown (.md) reports, atomic writes for learnings logs (Issue #60), and local-over-global search precedence (Issue #61).

+

Patched in v3.5.1.0 (August 30): corrected mobile layout on this page. Content no longer sits under the display cutout on notched phones, every button and input meets a 44px minimum touch target at all screen widths, and horizontal overflow is prevented rather than hidden.