v1.10.24-lts
1Panel-dev/1Panelv1.10.24-ltsFeb 10, 2025by wanghe-fit2cloud
AI Summary
This update adds Korean language support, enhances database backup capabilities, and improves security by encrypting login passwords and unifying API responses.
Key Highlights
- System language now supports Korean.
- Added backup support for MySQL and MariaDB databases.
- Encrypted user passwords for the login interface.
- Unified API interface response bodies.
New Features
- Korean language support
Full Release Notes
## 🚀 Quick Start Execute the script below and follow the prompts to install 1Panel: ```bash curl -sSL https://resource.1panel.hk/quick_start.sh -o quick_start.sh && bash quick_start.sh ``` Please refer to our [documentation](https://docs.1panel.hk/quick_start/) for more details. ## ✨ New Features * System language now supports Korean. by @lan-yonghui in https://github.com/1Panel-dev/1Panel/pull/7727 ## ⚙️ Enhancements * Adapted application categories and installation form fields for multilingual support. by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/7717 * Optimized restrictions on special characters in application names. by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/7706 * Added function backup support for MySQL and MariaDB database backups. by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/7823 * Optimized the style of some tab pages. by @lan-yonghui in https://github.com/1Panel-dev/1Panel/pull/7697 * Improved the display of license types. by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/7807 * Unified the response body of API interfaces. by @lan-yonghui in https://github.com/1Panel-dev/1Panel/pull/7761 * Encrypted user passwords for the login interface. by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/7764 * Added backend validation for some interfaces. by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/7810 * Optimized some Traditional Chinese translations. by @david082321 in https://github.com/1Panel-dev/1Panel/pull/7830 ## 🛠️ Bug Fixes * Fixed the issue where the tags field in the application details interface was empty. by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/7777 * Fixed the issue where the website reverse proxy configuration could not be deleted in certain scenarios. by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/7709 * Fixed the issue where reverse proxy website anti-leech protection did not take effect in certain scenarios. by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/7801 * Fixed the issue where deleting complex port forwarding rules caused an error. by @endymx in https://github.com/1Panel-dev/1Panel/pull/7791