From 152b26ef612c2eff0414422341e5b6e8b920c33e Mon Sep 17 00:00:00 2001 From: mydeveloperplanet Date: Sun, 13 Oct 2024 11:50:21 +0200 Subject: [PATCH] update change-notes Signed-off-by: mydeveloperplanet --- build.gradle.kts | 2 +- src/main/resources/META-INF/plugin.xml | 6 ++++++ src/main/resources/application.properties | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index acbe48ef..7b72ca3d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ plugins { } group = "com.devoxx.genie" -version = "0.2.22" +version = "0.2.23" repositories { mavenCentral() diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index 60a62854..76630f83 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -35,6 +35,12 @@ ]]> v0.2.23 +
    +
  • Fix #301: Fix anthrophic models data
  • +
  • Fix #306: Added some tooltips for LLM specific settings
  • +
  • Fix #309: Add some common file extensions for frontend code
  • +

v0.2.22

  • Fix : Number format exception for cost value
  • diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index bb19cae9..2b16ca20 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,2 +1,2 @@ -#Mon Sep 23 18:16:45 CEST 2024 -version=0.2.22 +#Sun Oct 13 11:48:20 CEST 2024 +version=0.2.23