v1.10.30-lts

1Panel-dev/1Panelv1.10.30-ltsJun 10, 2025by wanghe-fit2cloud

AI Summary

This LTS patch optimizes MCP pages, displays database status in settings, and adds INI format support to the file editor. It also improves password manager compatibility with the login page.

Key Highlights

  • Optimized prompt messages on MCP pages
  • Database settings page displays current status
  • File editor supports INI format

New Features

  • Optimized MCP prompt messages
  • Database status display in settings
  • INI format support in file editor

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.

## ⚙️ Enhancements

* Optimized the prompt messages on some MCP pages. by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/8953
* Database settings page now displays current status by default. by @ExquisiteCore in https://github.com/1Panel-dev/1Panel/pull/8882
* File editor now supports INI format. by @lovealan in https://github.com/1Panel-dev/1Panel/pull/8628
* Added username attribute to login page's username input field for better password manager compatibility. by @longjuan in https://github.com/1Panel-dev/1Panel/pull/8953

## 🛠️ Bug Fixes

* Fixed the issue where parsing errors occurred when source text of reverse proxy websites contained comments. by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/8444  
* Fixed the issue with abnormal status of MySQL remote access option. by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/8378  
* Fixed the issue where image usage status was not checked during image cleanup. by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/8529  
* Fixed the issue with abnormal save prompt messages in file editor under certain scenarios. by @igophper in https://github.com/1Panel-dev/1Panel/pull/8474  
* Fixed the issue where the scroll cursor could not be locked when viewing scheduled task logs under certain scenarios. by @igophper in https://github.com/1Panel-dev/1Panel/pull/8481  
* Fixed the issue with abnormal document link redirection. by @WankkoRee in https://github.com/1Panel-dev/1Panel/pull/8993