Skip to content

Commit

Permalink
[lihui] feat: release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lhui committed Mar 21, 2022
1 parent d8ffe24 commit 6c05aa8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
# ThoughtworksCodeReviewTools Changelog

## [Unreleased]

## [1.0.0]

- official release 1.0.0 version
- 正式发布 1.0.0 版本
- fix window adaptation
- 修复窗口自适应
- fix memory leak error when build in 2020.3.4 [link](https://youtrack.jetbrains.com/issue/KTIJ-699)
- 修复基于2020.3.4 编译时的内存溢出问题 [相关链接](https://youtrack.jetbrains.com/issue/KTIJ-699)
- optimize code structure and fix sonar
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html
pluginGroup=net.lihui.app.plugin.thoughtworks.thoughtworkscodereviewtools
pluginName=Thoughtworks Code Review Tools
pluginVersion=0.1.1
pluginVersion=1.0.0
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
pluginSinceBuild=203
Expand Down

0 comments on commit 6c05aa8

Please sign in to comment.