Skip to content

AgentDock 0.1.41

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 31 Jul 11:50
· 6 commits to main since this release

AgentDock 0.1.41

中文

本版本优化左下角当前版本信息的展示,使版本标签更紧凑、格式更明确,并完善发布流程中的版本递增约束。

新增功能

  • 当前版本号统一增加 v 前缀,例如 v0.1.41;即使底层版本已经包含前缀,也不会重复显示。
  • 开发规范明确要求每次仓库修改都递增应用补丁版本,并同步所有版本文件后再验证和部署。

Bug 修复

  • 修复“当前版本”和版本号分别贴近左右两侧、视觉距离过大的问题,现在二者会紧凑居中展示。

English

This release refines the current-version display in the lower-left corner with tighter spacing and clearer formatting, and formalizes version increments in the release workflow.

New Features

  • Added a consistent v prefix to the current version, such as v0.1.41, while preventing duplicate prefixes when the underlying value already includes one.
  • Documented that every repository modification must increment the application patch version and synchronize all version files before verification and deployment.

Bug Fixes

  • Fixed excessive spacing between the “Current version” label and its value; both now appear together in a compact centered row.