v2.0.9

1Panel-dev/1Panelv2.0.9Aug 14, 2025by wanghe-fit2cloud

AI Summary

A maintenance release resolving file handling issues, terminal connectivity problems, and SSL/domain binding security configurations.

Key Highlights

  • Fixed failure to extract .tgz files
  • Fixed terminal connection initialization failure
  • Fixed system certificates not updating after enabling panel SSL
  • Fixed issue where panel frontend was still accessible via IP after enabling domain binding

New Features

  • .tgz file extraction fix
  • Terminal connection initialization fix
  • SSL system certificate update fix

Full Release Notes

## 🛠️ Bug Fixes / 问题修复

* Fixed the issue of missing tags in app store applications / 修复了应用商店应用标签丢失的问题 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/9913
* Fixed the issue where enabling IPv6 listening in site settings would automatically cancel favorites / 修复了网站配置里勾选监听 IPv6 后收藏被自动取消的问题 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/9946
* Fixed the error when configuring Supervisor process guarding in the PHP runtime environment / 修复了 PHP 运行环境配置 Supervisor 进程守护报错的问题 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/9919
* Fixed the issue of failing to extract `.tgz` files / 修复了解压 .tgz 文件失败的问题 by @lan-yonghui in https://github.com/1Panel-dev/1Panel/pull/9974
* Fixed the issue where the hidden file toggle state was not retained after switching directories / 修复了隐藏文件开关在切换目录后状态未保持的问题 by @lan-yonghui in https://github.com/1Panel-dev/1Panel/pull/9981
* Fixed the issue of terminal connection initialization failure / 修复了终端连接初始化失败的问题 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/9987
* Fixed the issue where system certificates were not automatically updated after enabling panel SSL / 修复了开启面板 SSL 后系统证书未自动更新的问题 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/9978
* Fixed the issue where the panel frontend was still accessible via IP after enabling domain binding / 修复了启用域名绑定后仍可通过 IP 访问面板前端的问题 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/9977
* Fixed the issue where configuration information of some alert notification records was lost and could not be edited in certain scenarios / 修复了部分场景下部分告警通知记录配置信息丢失且无法编辑的问题 by @lan-yonghui in https://github.com/1Panel-dev/1Panel/pull/9910