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 ---