v2.0.3
1Panel-dev/1Panelv2.0.3Jul 4, 2025by wanghe-fit2cloud
AI Summary
Enhances the user experience with default display of recommended apps, one-click access to container terminals, and security improvements for OpenResty. It also introduces custom Docker installation options and various runtime environment optimizations.
Key Highlights
- Default display of recommended apps on overview page
- One-click access to container terminal for installed apps
- OpenResty default configuration security restrictions
- Support for custom Docker installation during fresh install
New Features
- Default display of recommended apps
- One-click container terminal access
- OpenResty public file access restrictions
- Custom Docker installation support
- Custom data directory retention on uninstall
Full Release Notes
## ⚙️ 功能优化 * 【概览】概览页默认显示已安装的推荐应用 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/9375 * 【应用商店】已安装应用支持一键快速进入容器终端 by @wan92hen in https://github.com/1Panel-dev/1Panel/pull/9331 * 【应用商店】优化应用升级查看对比按钮样式 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/9237 * 【网站】OpenResty 默认配置新增部分公共文件的访问限制 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/9278 * 【证书】优化证书申请页面在小屏幕下 DNS 账号选择项的显示 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/9239 * 【运行环境】运行环境列表支持设置备注 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/9242 * 【运行环境】Node.js 等运行环境版本升级 by @zhengkunwang223 * 【运行环境】优化 PHP 运行环境版本切换逻辑 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/9265 * 【运行环境】优化 PHP 运行环境配置逻辑 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/9321 * 【容器】优化镜像仓库添加后的 Docker 重启逻辑 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/9347 * 【文件】默认显示隐藏文件 by @lan-yonghui in https://github.com/1Panel-dev/1Panel/pull/9327 * 【文件】根据文件内容指定解释执行代码 by @lan-yonghui in https://github.com/1Panel-dev/1Panel/pull/9267 * 【计划任务】备份类型计划任务新增忽略错误并继续执行的功能 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/9396 * 【计划任务】计划任务创建系统快照支持部分备份内容自定义 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/9320 * 【计划任务】优化 Shell 脚本类型计划任务执行输出 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/9326 * 【计划任务】优化计划任务报告页面样式 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/9341 * 【工具箱】当缓存大小为 0B 时禁用清除按钮 by @lan-yonghui in https://github.com/1Panel-dev/1Panel/pull/9349 * 【WAF】应用规则增加应用到所有网站的选项 by @zhengkunwang223 * 【节点管理】支持添加非 root 用户 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/9344 * 【节点管理】优化节点名称过长时的显示效果 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/9360 * 【任务管理】在任务日志中高亮显示 IPv6 地址 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/9238 * 【面板设置】优化创建快照时的应用备份逻辑 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/9244 * 【面板设置】优化快照同步与导入名称限制逻辑 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/9266 * 【面板设置】优化快照创建与恢复机制 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/9279 * 【面板设置】谷歌云盘文件传输分片上传 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/9354 * 【面板设置】优化备份账号切换逻辑 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/9358 * 【面板设置】更新 OneDrive 默认客户端认证信息 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/9403 * 【面板设置】创建快照时支持选择是否备份 Docker 配置文件 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/9363 * 【系统】节点切换改为点击弹出选项弹窗 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/9312 * 【系统】更新压缩备份排除规则 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/9323 * 【系统】部分表格页支持更多分页选项 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/9392 * 【系统】优化 1pctl 命令行工具部分命令的输出内容 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/9355 * 【系统】全新安装 1Panel 时可自定义选择是否安装 Docker by @wanghe-fit2cloud * 【系统】卸载脚本支持自定义选择是否保留数据目录 by @wanghe-fit2cloud ## 🛠️ 问题修复 * 【概览】修复了概览页部分操作系统版本显示错误的问题 by @lovealan in https://github.com/1Panel-dev/1Panel/pull/9247 * 【概览】修复了部分场景下概览页控制台报错的问题 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/9373 * 【概览】修复了存在挂载失败的磁盘时访问概览导致负载飙升的问题 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/9399 * 【应用商店】修复了开启 GPU 支持后应用升级查看对比时 GPU 配置丢失的问题 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/9359 * 【应用商店】修复了部分场景下卸载关联数据库应用失败的问题 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/9361 * 【应用商店】修复了应用商店页面 F12 控制台报错的问题 by @igophper in https://github.com/1Panel-dev/1Panel/pull/9217 * 【网站】修复了网站运行目录设置异常的问题 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/9259 * 【网站】修复了创建网站启用 SSL 时 IPv6 配置失败的问题 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/9255 * 【运行环境】修复了 PHP 运行环境中部分命令执行失败的问题 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/9299 * 【运行环境】修复了部分场景下 Java 运行环境安装失败的问题 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/9400 * 【运行环境】修复了编辑 Java 运行环境时挂载目录未正确显示的问题 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/9368 * 【容器】修复了部分情况下查看容器日志时报错的问题 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/9256 * 【容器】修复了通过 Snap 安装的 Docker 无法应用镜像加速配置的问题 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/9377 * 【文件】修复了文件上传日志中未显示路径和文件名的问题 by @Swt242 in https://github.com/1Panel-dev/1Panel/pull/9204 * 【文件】修复了子节点预览图片异常的错误 by @lan-yonghui in https://github.com/1Panel-dev/1Panel/pull/9296 * 【文件】修复了多文件夹移动时因存在同名文件夹导致错误的问题 by @lan-yonghui in https://github.com/1Panel-dev/1Panel/pull/9317 * 【工具箱】修复了停止守护进程后状态一直显示加载的问题 by @lan-yonghui in https://github.com/1Panel-dev/1Panel/pull/9285 * 【WAF】修复了 WAF 和 网站监控图表样式与主题不符的问题 by @zhengkunwang223 * 【WAF】修复了部分场景下 WAF 日志清除异常的问题 by @zhengkunwang223 * 【节点管理】修复了部分场景下编辑节点可用性校验异常的问题 by @ssongliu * 【网站监控】修复了切换到网站监控趋势统计报错的问题 by @zhengkunwang223 * 【面板设置】修复了快照恢复时缺少网站备份检测的问题 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/9282 * 【面板设置】修复了谷歌云盘 token 刷新异常的问题 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/9298 * 【面板设置】修复了部分场景下系统快照创建失败的问题 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/9261 * 【系统】修复了无数据状态下页面加载闪烁的问题 by @lan-yonghui in https://github.com/1Panel-dev/1Panel/pull/9248 * 【系统】修复了选择英语语言时部分错误消息仍显示中文的问题 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/9316 * 【系统】修复了复制日志内容时缺少换行符的问题 by @lan-yonghui in https://github.com/1Panel-dev/1Panel/pull/9314 * 【系统】修复了子节点网站图标显示异常的问题 by @lan-yonghui in https://github.com/1Panel-dev/1Panel/pull/9348 * 【系统】修复了部分下拉菜单文字过长时显示不全的问题 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/9378