Skip to content

Commit

Permalink
Updated to v0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanj committed Dec 12, 2024
1 parent 921b45d commit 2fd33fb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "com.devoxx.genie"
version = "0.4.3"
version = "0.4.4"

repositories {
mavenCentral()
Expand Down
9 changes: 6 additions & 3 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,17 @@
]]></description>

<change-notes><![CDATA[
<h2>v0.4.3</h2>
<h2>v0.4.4</h2>
<UL>
<LI>Feature #367: Added Gemini 2.0 Flash Exp</LI>
<LI>Fix #367: Check if file is directory in ProjectScannerService</LI>
<LI>Fix #377: Height of Expandable Files panel</LI>
<LI>Fix #375: Start/Stop a prompt without seeing a Completion exception</LI>
<LI>Fix #371: UI MVC related refactorings</LI>
</UL>
<h2>v0.4.3</h2>
<UL>
<LI>Feature #367: Added Gemini 2.0 Flash Exp</LI>
<LI>Fix #367: Check if file is directory in ProjectScannerService</LI>
</UL>
<h2>v0.4.2</h2>
<UL>
<LI>Feature #364: Show specific RAG prompt placeholder when turned on</LI>
Expand Down

0 comments on commit 2fd33fb

Please sign in to comment.