diff --git a/CHANGELOG.md b/CHANGELOG.md index 46e4533..eda00a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/gradle.properties b/gradle.properties index 2b5403a..643d08f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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