diff --git a/CHANGELOG.md b/CHANGELOG.md index 9031e0af..206d1e19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,47 @@ All notable changes to this project will be documented in this file. +## [0.1.4] - 2025-09-17 + +### ๐Ÿš€ Major Features +- **NEW**: Multi-knowledgebases operation support + - Added comprehensive multi-knowledgebase management functionality + - Implemented multi-data source search engine configuration and optimization logic + - Enhanced knowledge base switching and management in UI +- **NEW**: Enhanced tenant information management + - Added dedicated tenant information page + - Improved user and tenant management capabilities + +### ๐ŸŽจ UI/UX Improvements +- **REDESIGNED**: Settings page with improved layout and functionality +- **ENHANCED**: Menu component with multi-knowledgebase support +- **IMPROVED**: Initialization configuration page structure +- **OPTIMIZED**: Login page and authentication flow + +### ๐Ÿ”’ Security Fixes +- **FIXED**: XSS attack vulnerabilities in thinking component +- **FIXED**: Content Security Policy (CSP) errors +- **ENHANCED**: Frontend security measures and input sanitization + +### ๐Ÿ› Bug Fixes +- **FIXED**: Login direct page navigation issues +- **FIXED**: App LLM model check logic +- **FIXED**: Version script functionality +- **FIXED**: File download content errors +- **IMPROVED**: Document content component display + +### ๐Ÿงน Code Cleanup +- **REMOVED**: Test data functionality and related APIs +- **SIMPLIFIED**: Initialization configuration components +- **CLEANED**: Redundant UI components and unused code + +### ๐Ÿ“Š Technical Details +- **39 files** modified +- **1,717 lines** added +- **4,838 lines** removed +- Enhanced multi-knowledgebase API endpoints +- Improved error handling and user feedback + ## [0.1.3] - 2025-01-27 ### ๐Ÿ”’ Security Features diff --git a/VERSION b/VERSION index 7693c96b..446ba66e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.3 \ No newline at end of file +0.1.4 \ No newline at end of file