diff --git a/README.md b/README.md index b8dd702..02d0d7e 100644 --- a/README.md +++ b/README.md @@ -39,9 +39,9 @@ Toolkit 更新 ---- -## [v1.0.8](https://github.com/liuzhihangs/toolkit/releases/tag/v1.0.8) (2020-07-29) +## [v1.0.9](https://github.com/liuzhihangs/toolkit/releases/tag/v1.0.9) (2020-07-31) -- 修改使用包装类型 +- 修复 Mapper 为空 不能跳转 Xml 的问题 [查看更多历史更新记录](./doc/ChangeNotes.md) diff --git a/build.gradle b/build.gradle index 173c797..14d6226 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ plugins { } group 'com.liuzhihang.toolkit' -version '1.0.8' +version '1.0.9' sourceCompatibility = 1.8 @@ -24,7 +24,8 @@ dependencies { // See https://github.com/JetBrains/gradle-intellij-plugin/ intellij { - version '2018.3' + version '2020.2' + plugins = ['java'] pluginName 'Toolkit' updateSinceUntilBuild false sameSinceUntilBuild false diff --git a/doc/ChangeNotes.md b/doc/ChangeNotes.md index 87f6732..4a009c8 100644 --- a/doc/ChangeNotes.md +++ b/doc/ChangeNotes.md @@ -1,5 +1,9 @@ # ChangeNotes +## [v1.0.8](https://github.com/liuzhihangs/toolkit/releases/tag/v1.0.9) (2020-07-31) + +- 修复 Mapper 为空 不能跳转 Xml 的问题 + ## [v1.0.8](https://github.com/liuzhihangs/toolkit/releases/tag/v1.0.8) (2020-07-29) - 修复复制为 JSON 字段丢失问题 diff --git a/parts/changeNotes.html b/parts/changeNotes.html index 0e38bf9..f95aee2 100644 --- a/parts/changeNotes.html +++ b/parts/changeNotes.html @@ -3,20 +3,18 @@

English introduction

中文介绍