v1.10.29-lts
1Panel-dev/1Panelv1.10.29-ltsApr 10, 2025by wanghe-fit2cloud
AI Summary
This release introduces support for West.cn and ClouDNS as DNS providers, adds MCP Server management functionality, and includes optimizations for password validation and container network handling.
Key Highlights
- Added support for West.cn and ClouDNS DNS providers.
- Introduced MCP Server management functionality.
- Optimized panel password validation rules and database permissions.
- Fixed container terminal connection issues and bridge network IP conflicts.
New Features
- MCP Server management
- DNS account support for West.cn and ClouDNS
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 * DNS account supports West.cn. by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/8305 * DNS account supports ClouDNS. by @sunskyhsh in https://github.com/1Panel-dev/1Panel/pull/8207 * Added MCP Server management functionality. by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/8299 ## ⚙️ Enhancements * Optimized panel password validation rules when password complexity verification is disabled. by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/8291 * Improved database password and IP permission validation rules. by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/8294 * Added support for retaining remote backup files when deleting a schedule. by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/8296 * Upgraded SQLite dependency to support building on LoongArch. by @MingcongBai in https://github.com/1Panel-dev/1Panel/pull/8260 ## 🛠️ Bug Fixes * Fixed the issue where parameter labels were not loaded when creating an app in Brazilian Portuguese. by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/8326 * Fixed the issue where container terminal connections could fail in certain situations. by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/8301 * Fixed the issue where editing a bridge-type container network could fail due to IP conflicts. by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/8290 * Fixed the issue where a failure in one backup account schedule task could cause all tasks to fail. by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/8297 * Fixed the file management access issue when the default data directory was missing. by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/8353 * Fixed the issue where incorrect route annotations appeared in some Swagger documentation comments. by @eatmeatball in https://github.com/1Panel-dev/1Panel/pull/8292