diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index b06a2b9..64c1fd5 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -45,16 +45,16 @@ jobs: strategy: matrix: ide-version: - - clion:2024.1 - - goland:2024.1 - - ideaIC:2024.1 + - clion:2024.2 + - goland:2024.2 + - ideaIC:2024.2 + - ideaIU:2024.2 + - phpstorm:2024.2 + - pycharmPC:2024.2 + - pycharmPY:2024.2 + - riderRD:2024.2 + - webstorm:2024.2 - ideaIC:LATEST-EAP-SNAPSHOT - - ideaIU:2024.1 - - phpstorm:2024.1 - - pycharmPC:2024.1 - - pycharmPY:2024.1 - - riderRD:2024.1 - - webstorm:2024.1 steps: - name: Check out repository uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 diff --git a/CHANGELOG.md b/CHANGELOG.md index 9015032..8ba7f51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## v0.1.3 + +### [0.1.3](https://github.com/openfga/intellij-plugin/compare/v0.1.2...v0.1.3) (2024-09-06) + +Added +* add support for 2024.2.* based IDEs + +Fixed +- `tupleuserset-not-direct` is now prioritized above `no-entrypoint` error (inherited from https://github.com/openfga/language/releases/tag/pkg%2Fjava%2Fv0.2.0-beta.2) +- correct based index for reported errors that was causing the wrong location to be highlighted (inherited from https://github.com/openfga/language/releases/tag/pkg%2Fjava%2Fv0.2.0-beta.2) + +Removed +- Remove UI theme (we now only offer an editor theme) (#30) ## v0.1.2 diff --git a/build.gradle.kts b/build.gradle.kts index 5ab0fbd..3b38a68 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -10,7 +10,7 @@ plugins { } group = "dev.openfga.intellijplugin" -version = "0.1.2" +version = "0.1.3" sourceSets["main"].java.srcDirs("src/main/java", "src/generated/java") repositories { @@ -23,7 +23,7 @@ dependencies { implementation("org.dmfs:oauth2-essentials:0.22.1") implementation("org.dmfs:httpurlconnection-executor:1.22.1") implementation("org.apache.commons:commons-lang3:3.17.0") - implementation("dev.openfga:openfga-language:v0.2.0-beta.1") + implementation("dev.openfga:openfga-language:v0.2.0-beta.2") implementation("com.diffplug.spotless:spotless-plugin-gradle:6.25.0") @@ -118,7 +118,7 @@ tasks { patchPluginXml { sinceBuild.set("233") - untilBuild.set("241.*") + untilBuild.set("242.*") } signPlugin { diff --git a/gradle.properties b/gradle.properties index d105919..78e5459 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,4 +7,4 @@ org.gradle.caching=true pluginGroup=dev.openfga.intellijplugin pluginName=OpenFgaIntellijPlugin -pluginVersion=0.1.2 \ No newline at end of file +pluginVersion=0.1.3 \ No newline at end of file diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index 7404317..d5e1b0f 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -20,8 +20,16 @@ New Features +

Bug Fixes

+ +

Removed

+ ]]>