✨ New Features
-
Site & Stream Modules
-
Configuration Management
- Auto-Backup feature released (supports local/S3 storage) (#999)
- Implemented user profile management
⚡ 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
- Unified site status management using
SiteStatusSelect
component - Use @uozi-admin/curd to rebuild all the curd pages
- Security
- Masked sensitive S3 configuration fields in Auto-Backup edit view
- Added AES encryption for S3 access keys
🐛 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