Community Edition
feat: create containers from Docker CLI commands and convert commands to Compose YAML #293
feat: operation console with persistent host and container console links
feat: multi-tab terminal sessions for host and container consoles
feat: container console workspace with runtime logs, terminal, and file manager entry
feat: container snapshot restore no-start option
feat: preferred accelerator address for image pulls
feat: container runtime detection for frequent restarts
feat: force stop for command execution tasks
feat: daemon.json-style image registry proxy addresses and proxy status in registry list
fix: image pull falls back to the original registry after preferred accelerator attempts fail
fix: websocket progress message data race
fix: compose container task deletion error
fix: compose name validation
fix: Compose image pull dialog closes correctly when pull fails
fix: private registry authentication during container snapshot restore
fix: buildx cancellation leaving child processes running
fix: site command creation cancellation error handling
fix: container restart policy retry count display
fix: GPU disable setting not taking effect after container rebuild #299
fix: dark theme display issues
fix: login page height scrollbar issue
fix: security hardening for file access, panel restore, backup archive reading, and remote command execution
refactor: consolidate log viewers into shared request and result terminal components
refactor: unify log toolbar plugins for copy, download, search, clear, time display, line count, and kill actions
refactor: optimize dialog and drawer behavior, sizing, and default display mode
refactor: refine modal and drawer display mode preference for dialog workflows
refactor: refine editor layouts for Compose YAML, cron, file editing, image build, and import workflows
refactor: optimize console toolbar, tabs, terminal layout, and scrollbar styling
refactor: optimize console connection interaction
refactor: optimize login and register page layout
refactor: optimize app backup snapshot descriptions and restore interaction
refactor: optimize panel upgrade interaction and command display
refactor: optimize network, volume, image, app detail, and swarm detail interactions
Pro Edition
feat: configurable login and main layout image or video backgrounds
社区版
增加 通过 Docker CLI 命令创建容器并转换为 Compose YAML #293
增加 操作台,支持持久化宿主机和容器 Console 连接
增加 宿主机和容器 Console 多标签终端会话
增加 容器 Console 工作区,集成运行日志、终端和文件管理入口
增加 容器快照恢复 noStart 参数,可在恢复后不主动启动容器
增加 镜像拉取优先使用加速地址
增加 容器运行状态检测,识别频繁重启并标记为不健康
增加 命令执行类任务支持强制中止
增加 镜像仓库代理地址支持 daemon.json 写法,并在仓库列表显示代理配置状态
修复 镜像拉取优选加速地址失败后回退原始仓库
修复 WebSocket 进度消息推送时的数据竞争
修复 删除 Compose 容器任务时报错
修复 Compose 名称校验异常
修复 Compose 镜像拉取失败时弹层关闭处理异常
修复 容器快照恢复拉取私有仓库镜像缺少鉴权
修复 Buildx 构建取消后子进程残留
修复 通过命令创建站点取消操作时错误提示异常
修复 容器重启策略次数未显示
修复 取消 GPU 后重建容器仍保留 GPU 配置 #299
修复 暗色主题显示异常
修复 登录页高度滚动条异常
修复 文件访问、面板恢复、备份归档读取和远程命令执行安全问题
优化 日志查看器,收敛为统一的请求日志和结果终端组件
优化 日志工具栏插件,统一复制、下载、搜索、清空、时间、行数和终止操作
优化 弹窗和抽屉行为、尺寸及默认展示方式
优化 Modal 和 Drawer 弹层展示模式优先级
优化 Compose YAML、计划任务、文件编辑、镜像构建和导入流程的编辑器布局
优化 Console 工具栏、标签页、终端布局和滚动条样式
优化 Console 连接交互
优化 登录和注册界面布局
优化 应用备份快照说明和恢复交互
优化 面板升级交互和命令展示
优化 网络、卷、镜像、应用详情和 Swarm 详情交互
专业版
增加 登录页和主体背景支持图片与视频配置