From 915bc787c7fb105e8612f36abb3823aa139684f6 Mon Sep 17 00:00:00 2001 From: gucovip Date: Thu, 9 Dec 2021 17:11:37 +0800 Subject: [PATCH] =?UTF-8?q?fix:=202.0.5=20=E4=BF=AE=E5=A4=8D=E6=96=B0?= =?UTF-8?q?=E7=89=88=E6=9C=AC=20213=20=E4=B8=8D=E5=8F=AF=E8=A7=81=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + gradle.properties | 4 ++-- src/main/resources/META-INF/plugin.xml | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c4bcce0..28897a7 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ windows: `Alt + insert`, Mac: `control + Enter` QQ:11563928 #### 更新日志 +* 2.0.5 修复新版本 213 不可见的问题。 * 2.0.4 PasteCss 新增默认快捷键 ctrl(control) + alt(option) + v。 * 2.0.3 GoCss 修复 非驼峰式 无法跳转的 bug。 * 2.0.2 GoCss 也将生成 驼峰式 的 class diff --git a/gradle.properties b/gradle.properties index 301242d..6820787 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,12 +3,12 @@ pluginGroup = vip.guco.stylusassist pluginName = Stylus Assist -pluginVersion = 2.0.4-1 +pluginVersion = 2.0.5 # See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html # for insight into build numbers and IntelliJ Platform versions. pluginSinceBuild = 202 -pluginUntilBuild = 212.* +pluginUntilBuild = 213.* # Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl # See https://jb.gg/intellij-platform-builds-list for available build versions. diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index 945e46d..b0b0fe2 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -1,7 +1,7 @@ vip.guco.stylusassist Stylus Assist - 2.0.4 + 2.0.5 MaiYa +
  • 2.0.5 修复新版本 213 不可见的问题
  • 2.0.4 PasteCss 新增默认快捷键 ctrl(control) + alt(option) + v。
  • 2.0.3 GoCss 修复 非驼峰式 无法跳转的 bug。
  • 2.0.2 GoCss 也将生成 驼峰式 的 class。