We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3684971 commit 15cc65aCopy full SHA for 15cc65a
2 files changed
CHANGELOG.md
@@ -2,6 +2,16 @@
2
3
# Solon Changelog
4
5
+## [0.1.6]
6
+
7
+- 配置提示支持复杂类型跳转
8
+- 优化property输入体验
9
+- 优化yml输入体验
10
+- 优化yml代码提示
11
12
+## [0.1.5]
13
14
+- pluginUntilBuild 升为 252
15
16
## [0.1.4]
17
gradle.properties
@@ -6,7 +6,7 @@ pluginRepositoryUrl=https://gitee.com/noear/solon-idea-plugin
pluginVersion=0.1.6
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild=243
-pluginUntilBuild=252.*
+pluginUntilBuild=253.*
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
platformType=IC
#platformVersion = 2022.1.4
0 commit comments