v2.0.6

1Panel-dev/1Panelv2.0.6Jul 30, 2025by wanghe-fit2cloud

AI Summary

This release focuses on enhancing scheduled task management with import/export capabilities and log tracking, adds support for Tencent Cloud Lighthouse Object Storage, and improves UI customization with login button colors. It also includes numerous bug fixes for PHP, Podman, and database clusters.

Key Highlights

  • One-click import and export for scheduled tasks
  • Log tracking and download for scheduled task reports
  • Support for Tencent Cloud Lighthouse Object Storage
  • Customizable colors for login form buttons

New Features

  • One-click import/export for scheduled tasks
  • Log tracking and download for scheduled task reports
  • Support for Tencent Cloud Lighthouse Object Storage
  • Customizable colors for login form buttons

Full Release Notes

## ✨ New Features / 新增功能

* Add one-click import/export for scheduled tasks / 新增计划任务一键导入导出功能 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/9663
* Add log tracking and download for scheduled task reports / 计划任务报告页新增日志追踪和下载功能 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/9665
* Support Tencent Cloud Lighthouse Object Storage for backup accounts / 备份账号支持腾讯云轻量对象存储 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/9673
* Support custom colors for login form buttons / 登录页面表单按钮支持自定义颜色 by @lan-yonghui in https://github.com/1Panel-dev/1Panel/pull/9671

## ⚙️ Enhancements / 功能优化

* Optimize backup file names for "Backup Directory/File" tasks / 优化“备份目录/文件”类型任务生成的备份文件名 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/9669
* Improve prompt text for API whitelist settings page / 优化 API 接口白名单设置页面的提示文案 by @lan-yonghui
* Improve left menu display in dark mode / 优化暗黑模式下左侧菜单的显示效果 by @lan-yonghui

## 🛠️ Bug Fixes / 问题修复

* Fix default binding of host IP as 127.0.0.1 when editing apps without exposed ports / 修复了编辑未暴露端口的应用时绑定主机 IP 默认127.0.0.1的问题 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/9699
* Fix error when using port 443 for custom domains / 修复了自定义域名使用 443 端口时报错的问题 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/9672
* Fix default domain port issue when creating websites with OpenResty installed on non-80/443 ports / 修复了 OpenResty 非 80/443 端口安装后创建网站时域名默认端口错误的问题 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/9664
* Fix PHP environment start failure when editing its name / 修复了编辑 PHP 运行环境名称导致启动失败的问题 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/9670
* Fix failure to create PHP websites in Podman environment / 修复了 Podman 环境下无法创建 PHP 运行环境网站的问题 by @Snrat in https://github.com/1Panel-dev/1Panel/pull/9697
* Fix error when importing backup to MySQL cluster node / 修复了 MySQL 集群节点导入备份时报错的问题 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/9707
* Fix PostgreSQL cluster database restore failure / 修复了 PostgreSQL 集群数据库恢复失败的问题 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/9732
* Fix issue where custom execution cycle could not be added when switching scheduled tasks to custom cycle / 修复了非自定义周期的计划任务切换为自定义后无法新增执行周期的问题 by @starudream in https://github.com/1Panel-dev/1Panel/pull/9708
* Fix style issues after switching nodes / 修复了节点切换后部分样式异常的问题 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/9641
* Fix issue where nodes in normal status were marked as "Deleted" in some scenarios / 修复了部分场景下正常状态节点被标记为“已删除”的问题 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/9633
* Fix sub-node certificate verification failure / 修复了子节点证书验证失败的问题 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/9698
* Fix node data initialization errors in some scenarios / 修复了部分场景下节点数据初始化异常的问题 by @ssongliu
* Fix custom logo display issues in some browsers / 修复了部分浏览器自定义 Logo 图片显示异常的问题 by @lan-yonghui
* Fix email alert creation failure on some devices / 修复了部分设备添加邮件告警失败的问题 by @lan-yonghui in https://github.com/1Panel-dev/1Panel/pull/9702
* Fix offline alerts triggered by nodes in abnormal state / 修复了异常状态节点仍会触发离线告警任务的问题 by @lan-yonghui