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 <noreply@anthropic.com>
This commit is contained in:
Claude
2026-04-04 17:45:39 +00:00
parent 119d17819b
commit 22baad7992

View File

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