Releases · 1Panel-dev/1Panel

v2.1.7

🛠️ Bug Fixes / 问题修复

  • Agents: Fixed search issues on the Installed Skills page / 修复了已安装技能页面查询异常的问题 by @zhengkunwang223 in #12345
  • System: Fixed abnormal menu display in some languages / 修复了部分语言下菜单显示异常的问题 by @ssongliu in #12346

v2.1.6

✨ New Features / 新增功能

⚙️ Enhancements / 功能优化

  • Agents: Optimized plugin installation logic / 优化插件安装逻辑 by @zhengkunwang223 in #12312
  • Agents: Optimized the OpenClaw terminal page / 优化 OpenClaw 终端页面 by @zhengkunwang223 in #12230
  • Agents: Optimized validation logic for MiniMax model accounts / 优化 MiniMax 模型账号校验逻辑 by @zhengkunwang223 in #12240
  • Websites: Added an option to skip SSL certificate verification in reverse proxy settings / 反向代理新增跳过 SSL 证书校验配置 by @HynoR in #12258
  • Containers: Changed the default container directory entry path to the working directory / 调整容器目录默认进入路径为工作目录 by @jakub961241 in #12265
  • Containers: Added path bar navigation support in file management / 文件管理功能支持通过路径框跳转指定路径 by @ssongliu in #12293
  • Containers: Added a prompt when the Compose file is missing / 在 Compose 文件缺失时增加提示信息 by @ssongliu in #12299
  • File Browser: Optimized editor tab management and file handling logic / 优化文件编辑器标签页管理与文件处理逻辑 by @lan-yonghui in #12294
  • File Browser: Added validation and error messages for remote download URLs / 远程下载地址新增校验与错误提示 by @lan-yonghui in #12309
  • File Browser: Added favorites to the file selection list page / 文件选择列表页新增收藏夹选项 by @lan-yonghui in #12227
  • File Browser: Added cancel support for remote downloads / 远程下载支持取消功能 by @lan-yonghui in #12245
  • File Browser: Moved tooltips to the left for better visibility / 优化提示位置为左侧提升可见性 by @lan-yonghui in #12317
  • File Browser: Added total progress display for file uploads / 文件上传支持显示总进度 by @lan-yonghui in #12327
  • File Browser: Preserved the original modification time after file extraction / 解压文件后保留原始文件修改时间 by @lan-yonghui in #12228
  • Terminal: Optimized the quick command selection page style for the host terminal / 优化主机终端快速命令选择页面样式 by @ssongliu in #12331
  • Multi-Node: Optimized node dropdown page styles / 优化节点下拉框页面样式 by @ssongliu in #12238
  • Multi-Node: Added a multi-node overview entry on the node selection page / 节点选择页面新增多机概览入口 by @ssongliu in #12248
  • System: Unified sidebar menu item heights / 统一侧边栏菜单项高度 by @wanghe-fit2cloud in #12253

🛠️ Bug Fixes / 问题修复

  • App Store: Fixed missing form fields when installing apps in some languages / 修复了部分语言下安装应用时缺失表单字段的问题 by @wanghe-fit2cloud in #12211
  • Agents: Fixed an issue where the access address could not be set to a domain when creating OpenClaw agents / 修复了创建 OpenClaw 智能体时访问地址无法设置为域名的问题 by @zhengkunwang223 in #12201
  • Websites: Fixed a failure when creating OpenClaw one-click deployment websites / 修复了创建 OpenClaw 一键部署类型网站失败的问题 by @zhengkunwang223 in #12206
  • Websites: Fixed extra whitespace in the default Composer command list / 修复了 Composer 命令默认列表存在多余空格的问题 by @HynoR in #12290
  • Websites: Fixed an issue where websites could not be started after being stopped / 修复了网站停止后无法启动的问题 by @zhengkunwang223 in #12241
  • Certificates: Fixed missing options on the column selection page / 修复了选择列页面缺少部分选项的问题 by @wanghe-fit2cloud in #12252
  • Containers: Fixed abnormal Compose status display in some scenarios / 修复了部分场景下 Compose 状态显示异常的问题 by @ssongliu in #12239
  • File Browser: Fixed an issue where gz files could not be previewed after extraction / 修复了 gz 格式文件解压后无法预览的问题 by @lan-yonghui in #12314
  • Terminal: Fixed an issue where the scroll speed setting did not take effect in the container terminal / 修复了容器终端没有生效滚动速度配置的问题 by @ssongliu in #12334
  • Toolbox: Fixed an issue where unchecked items were still cleaned up during system upgrade backup cleanup / 修复了系统升级备份清理时取消勾选项仍被清理的问题 by @ssongliu in #12302
  • Logs: Fixed abnormal display for some operation logs / 修复了部分操作日志显示异常的问题 by @wanghe-fit2cloud in #12219
  • Panel Settings: Fixed an issue where entering an incorrect 2FA code redirected users to the login page / 修复了两步验证输入错误验证码后跳转到登录页的问题 by @ssongliu in #12222
  • Panel Settings: Fixed an issue where file uploads failed for Qiniu backup accounts / 修复了七牛备份账号上传文件失败的问题 by @wanghe-fit2cloud in #12214
  • System: Fixed abnormal overview status display when the panel theme followed system color mode changes / 修复了面板颜色跟随系统切换时概览状态显示异常的问题 by @jakub961241 in #12278
  • System: Fixed the abnormal display of the More button in table action columns on first entry / 修复了首次进入系统时表格操作列更多按钮显示异常的问题 by @wanghe-fit2cloud in #12316

v2.1.5

✨ New Features / 新增功能

  • Agents: Added WeCom Channel support / 新增企业微信频道支持 by @zhengkunwang223 in #12146
  • Agents: Added secure access address configuration / 支持设置安全访问地址 by @zhengkunwang223 in #12162
  • Containers: Added image update support / 新增镜像更新功能 by @ssongliu in #12154
  • Containers: Added container file management / 新增容器文件管理功能 by @ssongliu in #12160
  • Containers: Added backup and restore for containers and Compose / 支持容器与 Compose 的备份与恢复 by @ssongliu in #12153

⚙️ Enhancements / 功能优化

  • Overview: Added agents overview info with quick jump / 新增智能体概览信息,支持快速跳转 by @ssongliu in #12159
  • Agents: OpenClaw now enables HTTPS access by default / OpenClaw 默认启用 HTTPS 访问 by @zhengkunwang223 in #12168
  • Agents: Improved validation when adding Gemini model accounts / 优化添加 Gemini 模型账户时的验证逻辑 by @zhengkunwang223 in #12155
  • Agents: Added icons for agent types / 智能体类型新增图标展示 by @zhengkunwang223 in #12163
  • Panel Settings: Improved Docker proxy setting prompt / 优化 Docker 代理设置提示信息 by @wanghe-fit2cloud in #12195

🛠️ Bug Fixes / 问题修复

  • Local Models: Fixed navigation failures when switching between some pages / 修复部分页面切换时跳转失败的问题 by @zhengkunwang223 in #12147
  • Containers: Fixed image pull failures when creating Compose with private registries / 修复使用私有镜像仓库创建 Compose 时镜像拉取失败的问题 by @ssongliu in #12152
  • System: Fixed failures when building from source / 修复通过源码构建失败的问题 by @zhengkunwang223 in #12177

v2.1.4

✨ New Features / 新增功能

  • Agents: Added QQ Channel support / 新增 QQ 频道支持 by @zhengkunwang223 in #12126
  • Agents: Added OpenRouter model account support / 新增 OpenRouter 模型账号支持 by @zhengkunwang223 in #12143
  • Local Models: Added vLLM management support / 新增 vLLM 管理功能 by @zhengkunwang223 in #12128
  • File Browser: Added column show/hide support for the file list / 文件管理列表新增列显示/隐藏功能 by @A-Words in #12099

⚙️ Enhancements / 功能优化

  • Agents: Optimized saving logic for custom model name configuration / 优化自定义模型名称配置保存逻辑 by @zhengkunwang223 in #12132
  • Databases: Optimized PostgreSQL database deletion logic / 优化 PostgreSQL 数据库删除逻辑 by @ssongliu in #12127
  • Containers: Optimized Docker restart prompt message / 优化 Docker 重启提示信息 by @ssongliu in #12125

🛠️ Bug Fixes / 问题修复

  • Containers: Fixed an issue where the env file could be cleared when manually pasting the orchestration path / 修复了手动粘贴编排路径时环境变量文件被清空的问题 by @ssongliu in #12122
  • Logs: Fixed abnormal log display for some child nodes / 修复了部分子节点日志显示异常的问题 by @ssongliu in #12123
  • Panel Settings: Fixed inability to receive emails when the sender name is Chinese / 修复了发件人名称为中文时无法接收邮件的问题 by @lan-yonghui in #12121
  • System: Fixed missing translations in some languages / 修复了部分语言缺失翻译的问题 by @ssongliu in #12104

v2.1.3

⚙️ Enhancements / 功能优化

  • Agents: Adapted to the latest OpenClaw configuration format / 适配 OpenClaw 最新配置文件 by @zhengkunwang223 in #12096
  • Certificates: Certificate selector now displays issuer and expiration time / 证书选择器中新增显示证书颁发机构和到期时间 by @rowanchen-com in #12071
  • Panel Settings: Optimized prompt information on the panel SSL page / 优化面板 SSL 页面提示信息 by @wanghe-fit2cloud in #12102

🛠️ Bug Fixes / 问题修复

  • App Store: Fixed abnormal sorting behavior for newly installed apps / 修复新安装应用排序异常的问题 by @rowanchen-com in #12069
  • WebSites: Fixed errors when adding reverse proxy in some scenarios / 修复添加反向代理异常的问题 by @ssongliu in #12076
  • Containers: Fixed container orchestration creation failures in some scenarios / 修复部分场景下创建容器编排失败的问题 by @ssongliu in #12095
  • System: Fixed several known issues in the international edition / 修复国际版本部分已知问题 by @ssongliu in #12090
  • System: Fixed menu flickering in some pages when switching language / 修复切换语言时部分菜单闪烁的问题 by @ssongliu in #12066

v2.1.2

✨ New Features / 新增功能

  • App Store: Added installed app sorting support / 新增已安装应用排序功能 by @rowanchen-com in #11936
  • Agents: Added support for creating CoPaw agents / 支持创建 CoPaw 类型智能体 by @zhengkunwang223 in #12017
  • Agents: Added Telegram channel support / 新增 Telegram 渠道支持 by @zhengkunwang223 in #11947
  • Agents: Added Discord channel support / 新增 Discord 渠道支持 by @zhengkunwang223 in #11950
  • Agents: Added browser configuration support / 新增浏览器配置 by @zhengkunwang223 in #11958
  • Agents: Added timezone configuration support / 支持时区配置 by @zhengkunwang223 in #12020
  • Agents: Added API type selection for Ollama model accounts / Ollama 模型账号支持选择 API 类型 by @zhengkunwang223 in #12037
  • Agents: Added Z.ai model account support / 新增 Z.ai 模型账号支持 by @zhengkunwang223 in #12044
  • Agents: Added Ark Coding Plan model account support / 新增方舟 Coding Plan 模型账号支持 by @zhengkunwang223 in #12027
  • Agents: Added Alibaba Bailian Coding Plan model account support / 新增阿里云百炼 Coding Plan 模型账号支持 by @zhengkunwang223 in #12014
  • Agents: Added custom model account support for anthropic-messages API type / 新增 anthropic-messages API 类型的自定义模型账号 by @zhengkunwang223 in #12013
  • Certificates: Added Technitium support for DNS accounts / DNS 账号支持 Technitium by @justadri in #11896
  • Terminals: Added custom font support / 支持自定义字体 by @CN-Scars in #11889
  • Terminals: Added custom foreground and background color support / 支持自定义前景色和背景色 by @ssongliu in #11929
  • Settings: Added panel runtime region switching support / 支持切换面板运行区域 by @ssongliu in #11939

⚙️ Enhancements / 功能优化

  • App Store: Optimized remote app sync logic / 优化远程应用同步逻辑 by @HynoR in #12041
  • App Store: Optimized installed app card display style / 优化已安装应用卡片显示样式 by @zhengkunwang223 in #11991
  • Agents: Added optional credential retention when creating model accounts / 创建模型账号支持用户选择是否记住认证信息 by @zhengkunwang223 in #11945
  • Agents: Preserved Feishu account mapping during configuration updates / 配置更新时保留飞书账户映射关系 by @zhengkunwang223 in #11990
  • Agents: Optimized Kimi Coding model account creation logic / 优化 Kimi Coding 模型账号创建逻辑 by @zhengkunwang223 in #12049
  • WebSites: Optimized website proxy API and log handling / 优化网站代理 API 和日志处理 by @moeshin in #12052
  • WebSites: Optimized domain handling logic during website creation / 优化创建网站时的域名处理逻辑 by @HynoR in #11884
  • WebSites: Added wildcard certificate issuance support for primary domains / 主域名支持使用通配符申请泛域名证书 by @A-Words in #11923
  • GPU Monitoring: Optimized selected-state style / 优化菜单选中状态样式 by @ssongliu in #11994
  • Databases: Added one-click full URL copy for database connection info / 连接信息支持一键复制完整 URL by @Kadxy in #11981
  • Containers: Optimized container orchestration page layout / 优化容器编排页面布局 by @HynoR in #12042
  • Containers: Added extra_hosts support / 新增 extra_hosts 支持 by @ssongliu in #12035
  • Containers: Optimized container log viewer and improved log download options / 优化容器日志查看器并改进日志下载选项 by @ssongliu in #12025
  • File Browser: Optimized name column width / 优化文件管理页面名称列宽 by @lan-yonghui in #11887
  • File Browser: Added last-opened-file memory / 文件编辑支持记住上次打开的文件 by @lan-yonghui in #11893
  • File Browser: Optimized file extraction workflow / 优化文件解压处理流程 by @lan-yonghui in #12012
  • Monitoring: Optimized monitoring interval prompt text / 优化系统监控间隔提示信息 by @ssongliu in #11940
  • Settings: Optimized refresh-time prompt for two-factor verification / 优化两步验证刷新时间提示信息 by @ssongliu in #12033
  • Settings: Enhanced passkey login capability / 增强通行密钥登录功能 by @HynoR in #11866
  • System: Made sort parameters optional for some APIs to support third-party systems / 部分接口排序参数改为可选以便第三方系统调用 by @kgbow in #11926
  • System: Updated Prettier config to avoid unnecessary formatting / 更新 Prettier 配置避免不必要的格式化 by @HynoR in #11885
  • System: Optimized i18n copywriting / 优化国际化文案 by @ssongliu in #11980
  • System: Completed partial system security updates / 完成部分系统安全更新 by @ssongliu in #11961
  • System: Optimized SQLite connection configuration / 优化 SQLite 连接配置 by @ssongliu in #11969
  • System: Optimized invocation patterns for some system commands / 优化部分系统命令的调用方式 by @ssongliu in #11944
  • System: Added cache mechanism to some system settings for better performance / 部分系统设置新增缓存机制提升性能 by @HynoR in #11886

🛠️ Bug Fixes / 问题修复

  • App Store: Fixed app restore failures in some scenarios / 修复部分应用恢复失败问题 by @ssongliu in #11979
  • App Store: Fixed abnormal README loading for some apps / 修复部分应用 README 内容加载异常问题 by @A-Words in #12004
  • WebSites: Fixed inability to restart sub-sites after stopping / 修复子网站停止后无法再启动问题 by @A-Words in #11978
  • WebSites: Fixed inability to operate website reverse proxy under special configurations / 修复网站反向代理在特殊配置下无法操作的问题 by @moeshin in #12005
  • WebSites: Fixed errors when deleting some website types / 修复部分类型网站删除后报错问题 by @zhengkunwang223 in #11975
  • Databases: Fixed startup failures after app restore in some scenarios / 修复部分场景下应用恢复后启动失败的问题 by @ssongliu in #12029
  • Containers: Fixed Compose creation failures in some scenarios / 修复部分场景下创建 Compose 失败问题 by @ssongliu in #11942
  • File Browser: Fixed abnormal preview drawer opening when clicking compressed files / 修复文件管理点击压缩文件后预览抽屉打开问题 by @A-Words in #11997
  • Terminals: Fixed extra blank lines after modifying terminal settings / 修复修改终端设置后出现多余空行问题 by @ssongliu in #12015
  • Website Monitoring: Fixed date-based search failures in some scenarios / 修复了部分场景下按日期搜索失败的问题 by @zhengkunwang223
  • Logs: Fixed abnormal login log recording in some scenarios / 修复部分场景下登录日志记录异常问题 by @ssongliu in #11948

v2.1.1

✨ New Features / 新增功能

  • Agents: Support adding custom model account types / 支持添加自定义类型模型账号 by @zhengkunwang223 in #11933
  • Agents: Adapted to the latest OpenClaw version / 适配 OpenClaw 最新版本 by @zhengkunwang223

v2.1.0

✨ New Features / 新增功能

  • Added OpenClaw agent management capability / 新增 OpenClaw 智能体管理功能 by @zhengkunwang223 in #11801
  • Added Passkey sign-In support / 支持 Passkey 登录 by @HynoR in #11601
  • Added Enterprise WeChat, DingTalk, and Feishu alert support in panel settings / 支持企业微信、钉钉和飞书告警 by @lan-yonghui in #11742
  • Added memo feature to the dashboard overview / 新增备忘录功能 by @HynoR in #11744
  • Added support for custom ACME account validation / 支持自定义 ACME 账户验证 by @zhengkunwang223 in #11704
  • Added bulk import support for container images / 支持批量导入容器镜像 by @CN-Scars in #11640
  • Added file remark support in file management / 文件管理支持备注功能 by @HynoR in #11626
  • Added export support for WAF blocking records / 支持 WAF 封锁记录导出功能 by @zhengkunwang223

⚙️ Enhancements / 功能优化

  • Optimized application icon loading logic in overview / 优化应用图标加载逻辑 by @HynoR in #11745
  • Optimized remote application update task logic in app store / 优化更新远程应用任务的逻辑 by @HynoR in #11691
  • Optimized application icon storage and cache mechanism in app store / 优化应用图标存储与缓存机制 by @HynoR in #11719
  • Optimized installed app redirect dialog display in app store / 优化已安装应用跳转弹框显示 by @ssongliu in #11764
  • Optimized OpenResty upgrade logic in app store / 优化 OpenResty 升级逻辑 by @zhengkunwang223 in #11714
  • Added three-level directory support for website directory settings / 网站目录设置支持三级结构 by @zhengkunwang223 in #11847
  • Optimized redirect rules for websites on non-443 ports / 优化非 443 端口网站的重定向规则 by @moeshin in #11761
  • Optimized browser cache handling logic for website proxy services / 优化网站代理服务的浏览器缓存处理逻辑 by @HynoR in #11762
  • Added parent website display support in website list / 网站列表支持显示父级网站 by @zhengkunwang223 in #11695
  • Disabled redirect configuration for stopped websites / 停止状态的网站不支持配置重定向 by @zhengkunwang223 in #11700
  • Optimized website name validation rules on website configuration page / 优化网站配置页面网站名称修改校验规则 by @zhengkunwang223 in #11728
  • Added retry mechanism for SSL certificate issuance / SSL 证书申请增加重试机制 by @zhengkunwang223 in #11710
  • Added timestamps to container log display / 容器日志显示新增时间戳 by @moeshin in #11785
  • Added force image pull option when creating container orchestration / 创建容器编排时新增强制拉取镜像选项 by @HynoR in #11667
  • Optimized file download to stream writing and reduce memory usage / 优化文件下载为流式写入减少内存占用 by @HynoR in #11811
  • Optimized vertical alignment for monitoring dropdown options / 优化下拉选项的垂直对齐方式 by @sfwwslm in #11812
  • Added occupied process lookup for ports in system firewall / 系统防火墙支持查看端口对应占用进程 by @HynoR in #11665
  • Optimized virus scan status detection logic in toolbox / 优化病毒扫描状态检测逻辑 by @ssongliu
  • Optimized node overview style in dark theme for multi-host management / 优化暗黑主题下节点概览样式 by @ssongliu
  • Added application upgrade support on multi-host overview page / 多机概览页面支持应用升级功能 by @zhengkunwang223 in #11711
  • Optimized certificate reload logic in Mux mode under panel settings / 优化 Mux 模式下证书重载逻辑 by @HynoR in #11751
  • Optimized parameter validation logic for some API endpoints / 优化部分 API 接口的参数校验逻辑 by @safe1ine in #11856

🛠️ Bug Fixes / 问题修复

  • Fixed abnormal hostname cache refresh in overview / 修复了主机名缓存刷新异常的问题 by @ssongliu in #11802
  • Fixed plaintext exposure when viewing installed app passwords in app store / 修复了查看已安装应用密码时明文显示的问题 by @ssongliu in #11767
  • Fixed missing redirect entries after disabling website redirect rules / 修复了停用网站重定向规则后条目消失的问题 by @zhengkunwang223 in #11713
  • Fixed incorrect HTTPS port shown in non-443 port prompt / 修复了非 443 端口提示信息中 HTTPS 端口显示错误的问题 by @moeshin in #11792
  • Fixed certificate issuance failures when using IPv6 addresses / 修复了使用 IPv6 地址申请证书异常的问题 by @zhengkunwang223 in #11708
  • Fixed abnormal environment variable loading in container orchestration under certain scenarios / 修复了部分场景下容器编排环境变量加载异常的问题 by @ssongliu in #11723
  • Fixed potential timeout when batch modifying file/directory permissions / 修复了批量修改文件/目录权限可能超时的问题 by @lan-yonghui in #11775
  • Fixed default NIC and disk settings not taking effect on first monitoring login / 修复了首次登录监控默认网卡与磁盘设置未生效的问题 by @ssongliu in #11828
  • Fixed leftover sshd processes after terminal close on some operating systems / 修复了部分操作系统终端关闭后残留 sshd 进程的问题 by @HynoR in #11730
  • Fixed scheduled task execution failures in certain scenarios / 修复了部分场景下计划任务执行异常的问题 by @ssongliu in #11725
  • Fixed abnormal virus scan status display in toolbox under certain scenarios / 修复了部分场景下病毒扫描状态显示异常的问题 by @ssongliu in #11722
  • Fixed node editing issues in multi-host management under certain scenarios / 修复了节点编辑在部分场景下异常的问题 by @ssongliu
  • Fixed incorrect website monitoring time display / 修复了网站监控时间显示不正确的问题 by @zhengkunwang223
  • Fixed errors when opening website monitoring list in some scenarios / 修复部分场景下网站监控列表打开报错的问题 by @zhengkunwang223
  • Fixed abnormal operation log display after app parameter changes in log audit / 修复了应用参数修改后操作日志显示异常的问题 by @ssongliu in #11763
  • Fixed failure to add OneDrive backup accounts in panel settings under certain scenarios / 修复了部分场景下添加 OneDrive 备份账号失败的问题 by @ssongliu in #11748
  • Fixed migration failure when reinstalling OpenResty / 修复了重新安装 OpenResty 时迁移失败的问题 by @zhengkunwang223 in #11771
  • Fixed system update failures in certain scenarios / 修复了部分场景下系统更新失败的问题 by @ssongliu in #11800

v2.0.17

✨ New Features / 新增功能

  • Added multi-host deployment for applications / 新增应用多主机部署功能 by @zhengkunwang223 in #11539
  • Added DNS account support for Porkbun / DNS 账号支持 Porkbun by @tovarsh in #11614
  • Added support for custom parameters in MySQL database backups / MySQL 数据库备份支持自定义参数 by @ssongliu in #11575
  • Added node overview in multi-host management / 多机管理新增节点概览功能 by @ssongliu in #11476
  • Support enabling proxy when adding a node / 添加从节点时支持启用代理 by @ssongliu in #11525
  • Cache cleaning supports removing unlinked backup files / 缓存清理支持清理未关联的备份文件 by @ssongliu in #11452
  • Cache cleaning supports clearing website logs / 缓存清理功能支持清理网站日志 by @zhengkunwang223 in #11457
  • Cache cleaning supports clearing historical application installation packages / 缓存清理功能支持清理应用历史版本安装包 by @zhengkunwang223 in #11460
  • Panel supports Mux mode when SSL is enabled / 面板启用 SSL 时支持 Mux 模式 by @HynoR in #11509

⚙️ Enhancements / 功能优化

  • Support enabling UDP listening when creating TCP/UDP proxy websites / 创建 TCP/UDP 代理网站时支持开启 UDP 监听 by @zhengkunwang223 in #11543
  • Improved intermediate certificate configuration for IP certificate issuance / 完善 IP 证书申请的中间证书配置 by @zhengkunwang223 in #11470
  • Database list caches the default database connection / 数据库列表缓存数据库默认连接 by @ssongliu in #11540
  • Disk mount allows OS to continue booting on failure / 磁盘挂载支持失败时操作系统继续启动 by @zhengkunwang223 in #11475
  • Process guard logs support controlling number of displayed entries / 进程守护日志支持显示条数控制 by @zhengkunwang223 in #11545
  • Roll back AWS S3 backup SDK version for partial storage compatibility / 回滚 AWS S3 备份账号 SDK 版本以兼容部分存储 by @ssongliu in #11546
  • Added panel name and IP address to email alerts / 邮件告警内容新增面板名称和 IP 地址 by @lan-yonghui in #11567
  • Added backend API timeout control / 新增后端 API 超时控制 by @zhengkunwang223 in #11562
  • Optimized Markdown editor component for overall stability / 优化 Markdown 编辑组件以提升整体稳定性 by @zhengkunwang223 in #11527
  • Optimized log component highlighting regex rules / 优化日志组件高亮正则规则 by @HynoR in #11556
  • Optimized security entry validation logic / 优化安全入口校验逻辑 by @HynoR in #11592

🛠️ Bug Fixes / 问题修复

  • Fixed application icon display issue in certain scenarios / 修复了部分场景下应用图标显示不正常的问题 by @zhengkunwang223 in #11612
  • Fixed duplicate HTTPS redirect entries in website configuration / 修复了网站配置文件重复添加 HTTPS 重定向的问题 by @zhengkunwang223 in #11506
  • Fixed default 404 page not syncing after modification / 修复了网站默认 404 页面修改后未同步的问题 by @zhengkunwang223 in #11513
  • Fixed redirect loops in some PHP projects after deployment / 修复了部分 PHP 项目部署后访问出现循环重定向的问题 by @zhengkunwang223 in #11650
  • Fixed URL issue when redirecting HTTP to HTTPS / 修复了 HTTP 重定向到 HTTPS 时 URL 错误的问题 by @zhengkunwang223 in #11522
  • Fixed custom DNS server not working during manual verification / 修复了手动解析验证时自定义 DNS 服务器不生效的问题 by @zhengkunwang223 in #11512
  • Fixed manual generation of wildcard certificates failing / 修复了手动解析方式生成通配符证书时验证失败的问题 by @DeployThemAll in #11642
  • Fixed GPU history refresh page display issue / 修复了手动刷新 GPU 历史记录页面时显示异常的问题 by @ssongliu in #11635
  • Fixed incorrect deletion count in container image logs / 修复了清理容器镜像日志中删除数量显示不正确的问题 by @ssongliu in #11649
  • Fixed issue preventing new orchestration when list is empty / 修复了编排列表为空时无法新建容器编排的问题 by @ssongliu in #11481
  • Fixed content reset on orchestration page during auto-refresh / 修复了编排页面定时刷新时重置编辑内容的问题 by @ssongliu in #11482
  • Fixed terminal not entering correct directory with space in path / 修复了带空格路径点击终端无法进入正确目录的问题 by @l061x in #11484
  • Fixed iptables rule display issues in some scenarios / 修复了部分场景下 iptables 规则显示异常的问题 by @ssongliu in #11555
  • Fixed ping toggle restart failure on some OS / 修复了部分操作系统禁 ping 开关重启失效问题 by @ssongliu in #11514
  • Fixed website monitoring time filter display inaccuracies / 修复了网站监控时间筛选显示不准确的问题 by @zhengkunwang223
  • Fixed snapshot recovery failure due to large file size in some scenarios / 修复了部分场景下快照文件过大导致无法恢复的问题 by @ssongliu in #11660
  • Fixed occasional email notification subject and sender encoding issues / 修复了邮件通知主题和发件人偶现乱码的问题 by @lan-yonghui in #11516
  • Fixed snapshot creation failure due to too many backup application images / 修复了创建快照时备份应用镜像过多导致失败的问题 by @ssongliu in #11477
  • Fixed abnormal endpoint echo when testing some backup accounts / 修复了部分备份账号测试连接 endpoint 回显异常的问题 by @ssongliu in #11479
  • Fixed unauthenticated 444 not immediately closing connection / 修复了未认证设置选择 444 时未直接关闭连接的问题 by @HynoR in #11574
  • Fixed SMS alert failures in some scenarios / 修复了部分场景下短信告警发送失败的问题 by @lan-yonghui in #11599
  • Fixed main node task manager error when viewing other node logs / 修复了主节点任务管理查看其他节点日志报错的问题 by @zhengkunwang223 in #11565
  • Fixed blank space at page bottom when expanding “more” in some scenarios / 修复了部分场景下展开更多按钮时页面底部空白的问题 by @lan-yonghui in #11573

v1.10.34-lts

🚀 Quick Start

Execute the script below and follow the prompts to install 1Panel:

curl -sSL https://resource.1panel.pro/quick_start.sh -o quick_start.sh && bash quick_start.sh

Please refer to our documentation for more details.

🛠️ Bug Fixes