diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d4e86250..0b4517a1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,9 +4,10 @@ name: Java CI for releases on: - create: - tags: - - '*' + release: + types: + - published + jobs: build: diff --git a/gradle.properties b/gradle.properties index 13d057e2..bca58b73 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # Overridden by Gradle during releases -pluginVersion=next-SNAPSHOT +pluginVersion=1.23 # e.g. IC-2016.3.3, IU-2018.2.5 etc # For a list of possible values, refer to the section 'com.jetbrains.intellij.idea' at diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index f00cc69e..dd180eba 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -73,13 +73,11 @@ For really big files and slow grammars, there is an appreciable delay when displ -
  • Time column sorted as string when “Show expert columns" selected (#655)
  • -
  • Go To -> Declaration or Usages from declaration should not include the declaration (#629)
  • -
  • NullPointer in antlr.intellij.plugin (#627)
  • -
  • Exception in plugin ANTLR v4(1.20) on IntelliJ IDEA 2023.1.3 (#650)
  • -
  • Structure view shows "loading ..." but nothing comes up (#659)
  • +
  • Fixed NullPointerException on startup (#681)
  • +
  • Fixed read access error when using the Preview window (#677)
  • +
  • Fixed broken SVG export (#669)
  • - See the complete list of fixed issues. + See the complete list of fixed issues. ]]>