-
v0.6.16
StableAll checks were successfulreleased this
2026-04-01 14:57:10 +00:00 | 33 commits to main since this releaseFeatures
- Added user display audit system with new user SDK module (
users.js) and updated user store handlers. - Introduced usability survey gate with accompanying documentation and updated admin settings.
- Implemented session configuration handler with tests for improved session management.
- Added presence tracking system with handler and test coverage.
- Extended OpenAPI specification with 36 new endpoints.
Improvements
- Enhanced visual polish across all surfaces with updated CSS variables and refined component styling.
- Improved responsive spacing throughout the application with layout adjustments.
- Added viewport foundation for better responsive behavior across devices.
- Updated login form and auth middleware with improved cookie handling and session management.
- Enhanced markdown rendering capabilities in chat messages.
Infrastructure
- Added comprehensive UI development scripts: UI inventory generator, contrast checker, coverage matrix, touch target auditor, and CSS collision detector.
- Implemented CSS linting script for package-specific stylesheets.
- Added CSS isolation by prefixing all extension CSS classes with
ext-(e.g.,chat-sidebar→ext-chat-sidebar). - Deduplicated CSS across packages to reduce redundancy.
- Added new font files for improved typography (DM Sans and JetBrains Mono).
- Updated database migrations for PostgreSQL and SQLite with user table enhancements.
Documentation
- Added usability survey documentation (
USABILITY-SURVEY.md). - Updated extension CSS guidelines with detailed isolation patterns.
- Enhanced UI roadmap with 218 lines of new content.
- Updated deployment and distribution documentation.
Version
- Updated from v0.6.8 to v0.6.16 across the codebase.
Downloads
- Added user display audit system with new user SDK module (