From 22baad79929d707aca66b8cc4aea9a25fbd3b027 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 4 Apr 2026 17:45:39 +0000 Subject: [PATCH] docs: update CHANGELOG with latest unreleased changes - Added Script Library 'All Scripts' default tab feature - Changed Edit Procedure page layout and color system - Changed Flows sidebar navigation collapse and session recovery removal - Changed Account settings page audit fixes - Fixed step-number badge text rendering on blue accent - Fixed script library tab filter persistence across search/category changes - Fixed race conditions in script builder session and slug generation - Fixed stale async results in Assistant Chat selection - Fixed Sentry DSN hardcoding Co-Authored-By: Claude Opus 4.6 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf59720d..3cc15d92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,19 @@ All notable changes to ResolutionFlow are documented here. - Tree Templates + Import/Export marketplace (#66) - Recurring Issue Detection — client-specific pattern alerts (#60) - Step Feedback Flag — "This Step is Wrong" reporting (#58) +- **Script Library default view** — "All Scripts" tab now displays all accessible scripts (team + library) + +### Changed +- **Edit Procedure page** — layout overhaul and color system refinements for better visual hierarchy +- **Flows sidebar navigation** — collapsed to reduce visual noise; session recovery removed from library view +- **Account settings page** — audit fixes for improved consistency and usability + +### Fixed +- Dark text rendering on blue accent step-number badges across all flow types +- Script Library tab ownership filter now preserved across category and search changes +- Race conditions in script builder session creation and slug generation +- Stale async results in Assistant Chat (selectChat) no longer clobber new session task lane +- Sentry DSN hardcoded fallback removed — now uses environment variable only ---