Compare
Sorry, something went wrong.
No results found
Community Edition
feat: batch container update checks and upgrades with scheduled update plans, execution records, progress display, and update-ignore rules
feat: snapshot package downloads and restore progress display, with an option to restore immediately after importing a snapshot
feat: rollback to the previous container when an update or rebuild fails
feat: configurable security entrance for the panel, with enable/disable, custom relative paths, restore-default, and browser access-gate flows
feat: `system:info` reports the effective security entrance, and `system:reset --entrance` supports random, disabled, and custom-path modes
feat: batch directory uploads in the container file manager while preserving relative directory structures
feat: automatically select the default UI language from the browser locale when no saved language preference exists
feat: resizable table columns with persistent widths and one-click automatic width adjustment
feat: force removal of Buildx build environments and Docker build contexts
feat: initialize the security entrance and administrator account during first-time CLI/TUI installation
feat: optionally back up existing instances before upgrade and automatically restore the previous binary or container when an upgrade fails
feat: preserve instance configuration from binary `.env` files or container environment variables during upgrade
feat: distinguish host access ports from container listening ports for bridge and host network modes
feat: configure Docker registry mirrors and Docker TLS generation parameters from the TUI script workflow
fix: remote URL requests now enforce a response-size limit and stronger security restrictions
fix: WebSocket duplicate-close handling leaking resources
fix: cron task concurrent re-entry, timeout cleanup, title filtering, and empty-task execution errors
fix: login validation order and failed-login counting inconsistencies
fix: permissions being reset when multiple image registries are configured
fix: relative Compose volume mounts when managing mounted storage volumes
fix: runtime initialization and resource handling failures
fix: certificates with invalid domain formats missing from the certificate list
fix: label searches using fuzzy matching instead of exact matching #312
fix: incorrect container references during panel self-update
fix: container update cache duration and force-check behavior
fix: table column dragging and width persistence edge cases
fix: instance port discovery and binding selection for existing containers and binaries
fix: release version normalization when a `v` prefix is supplied
fix: detached-worker log files being overwritten by concurrent installer tasks
refactor: unify image registry configuration and pull/push workflows
refactor: simplify image creation and Buildx configuration forms with unified detail, create, cleanup, and configuration synchronization flows
refactor: unify container query, update, and rebuild flows and improve update-plan execution records
refactor: unify image update detection and cron job management
refactor: standardize Dialog/DialogForm close handling, DPTable actions, table state, and long-running task progress flows
refactor: container update UI with status filters, container/Compose/label targeting, ignore management, schedules, logs, and staged progress
refactor: snapshot restore UI with staged image, volume, container, and start progress
refactor: panel upgrade UI with backup warnings, progress feedback, manual command fallback, and Windows restrictions
refactor: installer CLI/TUI install, upgrade, and uninstall flows with shared configuration handling
Pro Edition
feat: Pro Edition container update and rebuild support with scheduled update task integration
fix: repository permission configuration errors
fix: container event permissions not being migrated when a container is rebuilt
fix: application tag detail requests lacking timeout, response-size, and URL security limits
<br/>
<br/>
社区版
增加 容器批量检测和更新,支持更新计划、执行记录、进度显示及忽略更新规则
增加 快照包下载和恢复进度显示,导入快照时可选择导入完成后立即恢复
增加 容器更新或重建失败时自动回滚到旧容器
增加 面板安全入口配置,支持启用/禁用、自定义相对路径、恢复默认入口及浏览器访问凭证校验流程
增加 `system:info` 输出当前生效安全入口,`system:reset --entrance` 支持随机入口、禁用入口和自定义路径
增加 容器文件管理器支持批量上传目录,并保留相对目录结构
增加 未保存语言偏好时根据浏览器语言自动选择默认界面语言
增加 表格列宽拖动、宽度持久化及一键自动适应
增加 支持强制删除 Buildx 构建环境和 Docker build context
增加 CLI/TUI 初次安装时初始化安全入口和管理员账号
增加 升级前可选备份现有实例,升级失败时自动恢复此前的二进制或容器
增加 升级时从二进制实例 `.env` 或容器环境变量保留实例配置
增加 区分 bridge/host 网络下的宿主机访问端口和容器监听端口
增加 TUI 脚本流程配置 Docker 镜像加速地址及 Docker TLS 生成参数
增加 CLI/TUI 共用安装、升级、卸载配置和执行链路
修复 远程 URL 请求未限制响应大小及安全限制不足
修复 WebSocket 重复关闭导致的资源泄漏
修复 计划任务并发重入、超时清理、标题筛选及空任务执行异常
修复 登录验证顺序及登录失败计数不一致
修复 配置多个镜像仓库时权限可能被重置
修复 挂载存储卷时 Compose 相对目录挂载错误
修复 运行环境初始化及资源处理异常
修复 不符合域名格式的证书未显示在证书列表
修复 标签搜索使用模糊匹配而非精确匹配 #312
修复 面板自更新时容器引用错误
修复 容器更新检查缓存时长及强制检查行为
修复 表格拖动列及列宽持久化的边界问题
修复 已有实例端口及端口映射的发现和选择错误
修复 版本号带 `v` 前缀时的归一化处理
修复 并行安装器任务覆盖 detached worker 日志文件
优化 统一镜像仓库配置及拉取、推送流程
优化 镜像创建和 Buildx 配置表单,统一详情读取、创建、清理及配置同步流程
优化 统一容器查询、更新和重建流程,完善更新计划执行记录
优化 统一镜像更新检测及计划任务管理
优化 Dialog/DialogForm 关闭流程、DPTable 操作、表格状态及长任务进度交互
优化 容器更新页面,完善状态筛选、容器/Compose/标签筛选、忽略管理、更新计划、执行日志和分阶段进度
优化 快照恢复页面,按镜像、数据卷、容器和启动阶段展示进度
优化 面板更新页面,增加备份提示、进度反馈、手动命令兜底及 Windows 限制说明
优化 安装器 CLI/TUI 安装、升级、卸载流程及配置恢复逻辑
专业版
增加 专业版容器更新和重建支持,并接入容器更新计划
修复 镜像仓库权限配置错误
修复 容器重建后容器事件权限引用未同步
修复 应用标签详情请求缺少超时、响应大小及 URL 安全限制