@@ -14,7 +14,7 @@ repositories {
1414 }
1515}
1616
17- // Read more: https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin.html
17+
1818dependencies {
1919 intellijPlatform {
2020 intellijIdea(" 2025.2.1" )
@@ -33,7 +33,76 @@ intellijPlatform {
3333 }
3434
3535 changeNotes = """
36- Initial version
36+ <h1 id="005">0.0.5</h1>
37+ <h2 id="new-features">New Features</h2>
38+ <ul>
39+ <li>Dialog with information when the server crashes</li>
40+ <li>Automatic restarting the server if the settings change</li>
41+ <li>Change recommended custom build to JLink</li>
42+ </ul>
43+ <h2 id="requirements">Requirements</h2>
44+ <ul>
45+ <li>This plugin works only on IntelliJ >= 2025.2.1</li>
46+ <li>Local installation of the openvadl compiler</li>
47+ </ul>
48+ <h1 id="004">0.0.4</h1>
49+ <h2 id="new-features">New Features</h2>
50+ <ul>
51+ <li>No OS nor architecture dependency</li>
52+ <li>Drop IntelliJ required version from 2025.3 to 2025.2.1</li>
53+ </ul>
54+ <p>This release switches the language server strategy from bundling the
55+ LS with the plugin to requiring that the compiler is somewhere on the
56+ developer machine. By default the plugin will try to load it from the
57+ PATH but users can specify custom locations.</p>
58+ <p>The whole discussion can be found <a
59+ href="https://github.com/OpenVADL/openvadl/issues/674">here</a>.</p>
60+ <h2 id="requirements">Requirements</h2>
61+ <ul>
62+ <li>This plugin works only on IntelliJ >= 2025.2.1</li>
63+ <li>Local installation of the openvadl compiler</li>
64+ </ul>
65+ <h1 id="003">0.0.3</h1>
66+ <h2 id="warning-warning">WARNING ⚠️</h2>
67+ <p>This release only works on macOS-arm. This wasn't intentional and a
68+ mistake during the packaging setup. Fixed in the next release</p>
69+ <h2 id="new-features-1">New Features</h2>
70+ <ul>
71+ <li>No longer is it required that the user has a Java25
72+ installation</li>
73+ <li>Updated underlying LSP (more and better diagnostics)</li>
74+ </ul>
75+ <h2 id="requirements-1">Requirements</h2>
76+ <ul>
77+ <li>This plugin works only on IntelliJ >= 2025.3</li>
78+ <li>macOS with arm chip</li>
79+ </ul>
80+ <h1 id="002">0.0.2</h1>
81+ <h2 id="new-features-2">New Features</h2>
82+ <ul>
83+ <li>Windows support</li>
84+ <li>Icons</li>
85+ </ul>
86+ <h2 id="requirements-2">Requirements</h2>
87+ <ul>
88+ <li>This plugin works only on IntelliJ >= 2025.3</li>
89+ <li>This version requires you to have Java25 in your ${' $' } JAVA_HOME</li>
90+ </ul>
91+ <p>The plugin comes bundled with the LSP so no other setup, just be
92+ aware if you work on the LSP you <strong>need to disable this
93+ plugin</strong>. Because both will try to acquire port 10999.</p>
94+ <h1 id="001">0.0.1</h1>
95+ <p>This is the initial version of the language support plugin for
96+ IntelliJ.</p>
97+ <p>You can download the zip below and then go to Settings -> Plugins
98+ -> Install Plugin from Disk.</p>
99+ <p>The plugin comes bundled with the LSP so no other setup, just be
100+ aware if you work on the LSP you <strong>need to disable this
101+ plugin</strong>. Because both will try to acquire port 10999.</p>
102+ <p><strong>WARNING:</strong> This version has no Windows support
103+ <strong>WARNING:</strong> This version requires you to have Java25 in
104+ your ${' $' } JAVA_HOME <strong>WARNING:</strong> This version only works in
105+ IntelliJ 2025.3</p>
37106 """ .trimIndent()
38107 }
39108}
0 commit comments