|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
| 5 | +## [0.1.4] - 2025-09-17 |
| 6 | + |
| 7 | +### 🚀 Major Features |
| 8 | +- **NEW**: Multi-knowledgebases operation support |
| 9 | + - Added comprehensive multi-knowledgebase management functionality |
| 10 | + - Implemented multi-data source search engine configuration and optimization logic |
| 11 | + - Enhanced knowledge base switching and management in UI |
| 12 | +- **NEW**: Enhanced tenant information management |
| 13 | + - Added dedicated tenant information page |
| 14 | + - Improved user and tenant management capabilities |
| 15 | + |
| 16 | +### 🎨 UI/UX Improvements |
| 17 | +- **REDESIGNED**: Settings page with improved layout and functionality |
| 18 | +- **ENHANCED**: Menu component with multi-knowledgebase support |
| 19 | +- **IMPROVED**: Initialization configuration page structure |
| 20 | +- **OPTIMIZED**: Login page and authentication flow |
| 21 | + |
| 22 | +### 🔒 Security Fixes |
| 23 | +- **FIXED**: XSS attack vulnerabilities in thinking component |
| 24 | +- **FIXED**: Content Security Policy (CSP) errors |
| 25 | +- **ENHANCED**: Frontend security measures and input sanitization |
| 26 | + |
| 27 | +### 🐛 Bug Fixes |
| 28 | +- **FIXED**: Login direct page navigation issues |
| 29 | +- **FIXED**: App LLM model check logic |
| 30 | +- **FIXED**: Version script functionality |
| 31 | +- **FIXED**: File download content errors |
| 32 | +- **IMPROVED**: Document content component display |
| 33 | + |
| 34 | +### 🧹 Code Cleanup |
| 35 | +- **REMOVED**: Test data functionality and related APIs |
| 36 | +- **SIMPLIFIED**: Initialization configuration components |
| 37 | +- **CLEANED**: Redundant UI components and unused code |
| 38 | + |
| 39 | +### 📊 Technical Details |
| 40 | +- **39 files** modified |
| 41 | +- **1,717 lines** added |
| 42 | +- **4,838 lines** removed |
| 43 | +- Enhanced multi-knowledgebase API endpoints |
| 44 | +- Improved error handling and user feedback |
| 45 | + |
5 | 46 | ## [0.1.3] - 2025-01-27 |
6 | 47 |
|
7 | 48 | ### 🔒 Security Features |
|
0 commit comments