Skip to content

v1.10.27-lts

Compare
Choose a tag to compare
@wanghe-fit2cloud wanghe-fit2cloud released this 12 Mar 07:03
· 54 commits to dev since this release
5610c73

🚀 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

  • Added SMS alert feature for license expiration.

⚙️ Enhancements

  • Optimized memory usage percentage calculation by excluding cache. by @igophper in #8038
  • Improved the styling of the file download progress bar. by @zhengkunwang223 in #8016
  • Optimized the file editor to better handle long file path display. by @igophper in #8039
  • Default to user-configured unauthenticated page when accessing Swagger without login. by @zhengkunwang223 in #8057

🛠️ Bug Fixes

  • Fixed the issue with adding read-only storage volumes during container creation. by @ssongliu in #8095
  • Fixed the issue where CPU usage spiked after running exit in the container terminal. by @ssongliu in #8096
  • Fixed the issue with incorrect Fail2ban log path configuration. by @igophper in #8076