Skip to content

v1.10.29-lts

Latest
Compare
Choose a tag to compare
@wanghe-fit2cloud wanghe-fit2cloud released this 10 Apr 06:13
· 14 commits to dev since this release
342c04b

🚀 Quick Start

Execute the script below and follow the prompts to install 1Panel:

curl -sSL https://resource.1panel.pro/quick_start.sh -o quick_start.sh && bash quick_start.sh

Please refer to our documentation for more details.

✨ New Features

⚙️ Enhancements

  • Optimized panel password validation rules when password complexity verification is disabled. by @ssongliu in #8291
  • Improved database password and IP permission validation rules. by @ssongliu in #8294
  • Added support for retaining remote backup files when deleting a schedule. by @ssongliu in #8296
  • Upgraded SQLite dependency to support building on LoongArch. by @MingcongBai in #8260

🛠️ Bug Fixes

  • Fixed the issue where parameter labels were not loaded when creating an app in Brazilian Portuguese. by @zhengkunwang223 in #8326
  • Fixed the issue where container terminal connections could fail in certain situations. by @ssongliu in #8301
  • Fixed the issue where editing a bridge-type container network could fail due to IP conflicts. by @ssongliu in #8290
  • Fixed the issue where a failure in one backup account schedule task could cause all tasks to fail. by @ssongliu in #8297
  • Fixed the file management access issue when the default data directory was missing. by @ssongliu in #8353
  • Fixed the issue where incorrect route annotations appeared in some Swagger documentation comments. by @eatmeatball in #8292