-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #123 from devoxx/issue-122
Feat #122: Support IDEA v242.*
- Loading branch information
Showing
3 changed files
with
11 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
<!-- Plugin Configuration File. Read more: https://plugins.jetbrains.com/docs/intellij/plugin-configuration-file.html --> | ||
<idea-plugin> | ||
|
||
<!-- Unique identifier of the plugin. It should be FQN. It cannot be changed between the plugin versions. --> | ||
<id>com.devoxx.genie</id> | ||
|
||
|
@@ -10,6 +11,8 @@ | |
<!-- A displayed Vendor name or Organization ID displayed on the Plugins Page. --> | ||
<vendor email="[email protected]" url="https://devoxx.com">Devoxx</vendor> | ||
|
||
<idea-version since-build="233"/> | ||
|
||
<!-- Description of the plugin displayed on the Plugin Page and IDE Plugin Manager. | ||
Simple HTML elements (text formatting, paragraphs, and lists) can be added inside of <![CDATA[ ]]> tag. | ||
Guidelines: https://plugins.jetbrains.com/docs/marketplace/plugin-overview-page.html#plugin-description --> | ||
|
@@ -32,6 +35,10 @@ | |
]]></description> | ||
|
||
<change-notes><![CDATA[ | ||
<h2>v0.1.20</h2> | ||
<UL> | ||
<LI>Updated until-version to 242</LI> | ||
</UL> | ||
<h2>v0.1.19</h2> | ||
<UL> | ||
<LI>Feat #98: Allow a streaming response to be stopped</LI> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
#Tue Jun 25 16:16:01 CEST 2024 | ||
version=0.1.19 | ||
#Wed Jun 26 10:32:29 CEST 2024 | ||
version=0.1.20 |