Skip to content

Commit

Permalink
optimize CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bitkylin committed Oct 16, 2023
1 parent 534b989 commit d5125e8
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,19 @@
### Fixed

- When the cursor is pointing to the edge of an element, it will be judged as an unselected element, which is used in Intention Actions Fix the bug of displaying "Full Document" and "Current Element" at the same time.

### Changed

- Change since/until build to 223-233.* (2022.3-2023.3.*)
- Update to IntelliJ.Platform.Plugin.Template 1.11.2
- Remove outdated dependencies

### 修复

- 光标指向元素边缘时,判定为未选定元素,用于 Intention Actions 修复同时展示「整个文档」、「当前元素」的bug

### 变更

- 支持的IDEA版本改为了 223-233.* (2022.3-2023.3.*)
- 升级到 IntelliJ.Platform.Plugin.Template 1.11.2
- 移除过期的依赖
Expand Down Expand Up @@ -78,4 +84,11 @@
### 添加

- 作用于Controller类或POJO类,你可以很方便的一键生成Protostuff注解「@Tag」,并且可以直接将JavaDoc转换为Swagger2.0注解。反过来,你也可以方便的一键将Swagger2.0注解转换为JavaDoc。
- 后续会添加更多方便的功能,敬请期待吧!
- 后续会添加更多方便的功能,敬请期待吧!

[Unreleased]: https://github.com/bitkylin/bitkylin-universal-generate/compare/v1.1.3...HEAD
[1.1.3]: https://github.com/bitkylin/bitkylin-universal-generate/compare/v1.0.7...v1.1.3
[1.0.7]: https://github.com/bitkylin/bitkylin-universal-generate/compare/v0.9.12...v1.0.7
[0.9.12]: https://github.com/bitkylin/bitkylin-universal-generate/compare/v0.9.2...v0.9.12
[0.9.2]: https://github.com/bitkylin/bitkylin-universal-generate/compare/v0.8.0...v0.9.2
[0.8.0]: https://github.com/bitkylin/bitkylin-universal-generate/commits/v0.8.0

0 comments on commit d5125e8

Please sign in to comment.