File tree Expand file tree Collapse file tree 5 files changed +19
-21
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 5 files changed +19
-21
lines changed Original file line number Diff line number Diff line change @@ -45,15 +45,15 @@ jobs:
4545 strategy :
4646 matrix :
4747 ide-version :
48- - clion:2024.2
49- - goland:2024.2
50- - ideaIC:2024.2
51- - ideaIU:2024.2
52- - phpstorm:2024.2
53- - pycharmPC:2024.2
54- - pycharmPY:2024.2
55- - riderRD:2024.2
56- - webstorm:2024.2
48+ - clion:2024.3
49+ - goland:2024.3
50+ - ideaIC:2024.3
51+ - ideaIU:2024.3
52+ - phpstorm:2024.3
53+ - pycharmPC:2024.3
54+ - pycharmPY:2024.3
55+ - riderRD:2024.3
56+ - webstorm:2024.3
5757 - ideaIC:LATEST-EAP-SNAPSHOT
5858 steps :
5959 - name : Check out repository
Original file line number Diff line number Diff line change 1+ ## v0.1.4
2+
3+ ### [ 0.1.4] ( https://github.com/openfga/intellij-plugin/compare/v0.1.3...v0.1.4 ) (2024-12-02)
4+
5+ Added
6+ - add support for IDEs based on IntelliJ IDEA 2024.3.* (https://github.com/openfga/intellij-plugin/pull/65 ) - thanks @edlundin
7+
18## v0.1.3
29
310### [ 0.1.3] ( https://github.com/openfga/intellij-plugin/compare/v0.1.2...v0.1.3 ) (2024-09-06)
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ plugins {
1010}
1111
1212group = " dev.openfga.intellijplugin"
13- version = " 0.1.3 "
13+ version = " 0.1.4 "
1414sourceSets[" main" ].java.srcDirs(" src/main/java" , " src/generated/java" )
1515
1616repositories {
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ org.gradle.caching=true
77
88pluginGroup =dev.openfga.intellijplugin
99pluginName =OpenFgaIntellijPlugin
10- pluginVersion =0.1.3
10+ pluginVersion =0.1.4
Original file line number Diff line number Diff line change 2020 <change-notes ><![CDATA[
2121 <h2>New Features</h2>
2222 <ul>
23- <li>add support for 2024.2.* based IDEs</li>
24- </ul>
25- <h2>Bug Fixes</h2>
26- <ul>
27- <li>`tupleuserset-not-direct` is now prioritized above `no-entrypoint` error</li>
28- <li>correct based index for reported errors that was causing the wrong location to be highlighted</li>
29- </ul>
30- <h2>Removed</h2>
31- <ul>
32- <li>Remove UI theme (we now only offer an editor theme)</li>
23+ <li>add support for IntelliJ 2024.3.* based IDEs</li>
3324 </ul>
3425 ]]> </change-notes >
3526
You can’t perform that action at this time.
0 commit comments