v2.1.0-rc.2
Pre-release
Pre-release
✨ New Features
- Site & Stream Modules
- Configuration Management
- Auto-Backup feature released (supports local/S3 storage) (#999)
- Implemented user profile management
- UI Enhancements
- Added pagination support to
ConfigHistory
component - Extended "disable-export" functionality to multiple components
- Added pagination support to
⚡ Improvements
-
Nginx Control
- Refactored Nginx reload logic with a unified control method for better error handling
- Optimized service management and error feedback during installation (#1079)
-
UI/UX
- Updated pagination size and list item padding in configuration views
- Use @uozi-admin/curd to refactor all curd pages.
- Unified site status management using
SiteStatusSelect
component
🐛 Bug Fixes
-
Configuration Module
- Removed redundant file read/content comparison in
Save
function - Fixed pagination synchronization in
get_history
for the frontend
- Removed redundant file read/content comparison in
-
Miscellaneous