v1.10.27-lts
1Panel-dev/1Panelv1.10.27-ltsMar 12, 2025by wanghe-fit2cloud
AI Summary
New features include SMS alerts for license expiration, while enhancements cover memory usage optimization and UI improvements for file downloads and editors.
Key Highlights
- Added SMS alert feature for license expiration.
- Optimized memory usage percentage calculation by excluding cache.
- Improved styling of file download progress bars and file editor path handling.
New Features
- SMS alerts for license expiration
Full Release Notes
## 🚀 Quick Start Execute the script below and follow the prompts to install 1Panel: ```bash curl -sSL https://resource.1panel.pro/quick_start.sh -o quick_start.sh && bash quick_start.sh ``` Please refer to our [documentation](https://docs.1panel.pro/quick_start/) for more details. ## ✨ New Features * Added SMS alert feature for license expiration. ## ⚙️ Enhancements * Optimized memory usage percentage calculation by excluding cache. by @igophper in https://github.com/1Panel-dev/1Panel/pull/8038 * Improved the styling of the file download progress bar. by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/8016 * Optimized the file editor to better handle long file path display. by @igophper in https://github.com/1Panel-dev/1Panel/pull/8039 * Default to user-configured unauthenticated page when accessing Swagger without login. by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/8057 ## 🛠️ Bug Fixes * Fixed the issue with adding read-only storage volumes during container creation. by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/8095 * Fixed the issue where CPU usage spiked after running exit in the container terminal. by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/8096 * Fixed the issue with incorrect Fail2ban log path configuration. by @igophper in https://github.com/1Panel-dev/1Panel/pull/8076