v2.0.2

1Panel-dev/1Panelv2.0.2Jun 20, 2025by wanghe-fit2cloud

AI Summary

Introduces support for new DNS providers (Rynu, Baidu Cloud) and enhances application store compatibility with docker-compose. It also adds GBK file encoding support and various UI/UX improvements.

Key Highlights

  • DNS account support for Rynu and Baidu Cloud
  • App store compatibility with docker-compose commands
  • File content support for GBK encoding

New Features

  • DNS account support for Rynu and Baidu Cloud
  • App store compatibility with docker-compose
  • PHP runtime support for pcntl extension
  • File content support for GBK encoding

Full Release Notes

## ✨ 新增功能

* 【证书】DNS 账号支持 Rynu by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/9167
* 【证书】DNS 账号支持百度云 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/9167

## ⚙️ 功能优化

* 【应用商店】应用安装支持兼容 docker-compose 命令 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/9117
* 【应用商店】应用商店列表增加未安装 Docker 的提示信息 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/9058
* 【运行环境】PHP 运行环境支持一键安装 pcntl 扩展 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/9119
* 【数据库】移除 Redis 密码强度限制 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/9184
* 【文件】文件内容支持 GBK 编码 by @lan-yonghui in https://github.com/1Panel-dev/1Panel/pull/9198
* 【文件】编辑文件功能增加大小限制提示 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/9147
* 【计划任务】容器内执行 Shell 脚本支持指定运行用户 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/9170
* 【计划任务】优化任务状态切换按钮样式 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/9185
* 【脚本库】优化脚本库同步操作的日志输出 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/9148
* 【工具箱】增加设置 Swap 分区的超时时间 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/9162
* 【WAF】支持将应用规则部署到多个网站 by @zhengkunwang223
* 【节点管理】优化节点筛选条件 by @ssongliu
* 【节点管理】优化专业版节点的删除逻辑 by @ssongliu
* 【节点管理】优化节点可用性检测流程 by @ssongliu
* 【节点管理】优化添加节点时的可用性检查项 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/9138
* 【短信告警】新增短信记录缓存以提升查询效率 by @lan-yonghui in https://github.com/1Panel-dev/1Panel/pull/9180
* 【面板设置】优化许可证绑定节点的筛选条件 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/9111
* 【面板设置】优化许可证同步失败后的重试机制 by @ssongliu
* 【系统】统一部分页面的按钮样式 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/9171
* 【系统】容器操作兼容通过 Snap 安装的 Docker by @lan-yonghui in https://github.com/1Panel-dev/1Panel/pull/9169
* 【系统】优化右侧抽屉页面的关闭交互方式 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/9108

## 🛠️ 问题修复

* 【应用商店】修复了初始化容器导致应用状态异常显示的问题 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/9165
* 【应用商店】修复了本地类型应用无法打开端口的问题 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/9145
* 【应用商店】修复了编辑已安装应用时部分字段验证错误的问题 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/9115
* 【网站】修复了反向代理网站中 HTTP/3 配置不生效的问题 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/9183
* 【运行环境】修复了编辑 .NET 运行环境时环境变量丢失的问题 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/9121
* 【运行环境】修复了 PHP 7.2 安装 Swoole 扩展失败的问题 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/9113
* 【数据库】修复了添加远程 PostgreSQL 数据库时因无同名数据库导致添加失败的问题 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/9174
* 【文件】修复了隐藏文件后翻页异常的问题 by @lan-yonghui in https://github.com/1Panel-dev/1Panel/pull/9189
* 【计划任务】修复了部分任务类型日志输出不完整的问题 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/9197
* 【工具箱】修复了部分系统中启用 Swap 分区失败的问题 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/9143
* 【工具箱】修复了缓存清理自动勾选某些已标记为干净项目的问题 by @lan-yonghui in https://github.com/1Panel-dev/1Panel/pull/9154
* 【WAF】修复了部分场景下网站规则应用失败的问题 by @zhengkunwang223
* 【网站防篡改】修复了防篡改排除目录下文件无法删除的问题 by @ssongliu
* 【界面设置】修复了清除缓存后界面图片丢失的问题 by @lan-yonghui in https://github.com/1Panel-dev/1Panel/pull/9149
* 【日志审计】修复了登录日志记录显示异常的问题 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/9139
* 【面板设置】修复了隐藏菜单页面的菜单展示与排序错误的问题 by @lan-yonghui in https://github.com/1Panel-dev/1Panel/pull/9172
* 【面板设置】修复了 Google 云盘备份失败的问题 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/9156
* 【面板设置】修复了 AI 建站菜单无法单独隐藏的问题 by @lan-yonghui in https://github.com/1Panel-dev/1Panel/pull/9141
* 【面板设置】修复了阿里盘绑定与同步失败的问题 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/9195
* 【系统】修复了部分脚本运行无输出的问题 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/9137
* 【系统】修复了部分场景下容器日志无法打开的问题 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/9163
* 【系统】修复了客户端断开后未终止 Docker 日志进程的问题 by @xcr1234 in https://github.com/1Panel-dev/1Panel/pull/9091
* 【系统】修复了部分场景下 Docker 命令执行未关闭的问题 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/9182
* 【系统】修复了 1pctl 命令更新端口失败的问题 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/9199