Skip to content

Commit fc420e3

Browse files
stephanjclaude
andcommitted
chore: bump version to v1.1.0
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f4dc63b commit fc420e3

4 files changed

Lines changed: 32 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@ so # Changelog
22

33
All notable changes to this project will be documented in this file.
44

5+
## [1.1.0]
6+
7+
### Changed
8+
- Raise minimum IDE version to 2025.1, add support up to 2026.1.* (#972, #963)
9+
- Update Compose Desktop to 1.10.1 and markdown-renderer to 0.39.2
10+
- Bundle Compose runtime for 251+ IDEs and add configurable IDE version property
11+
- Exclude bundled markdown plugin and add it as bundled dependency
12+
13+
### Fixed
14+
- Adapt markdown renderer API to v0.28.0 breaking changes
15+
- Correct markdown renderer exclude group coordinates
16+
- Compose runtime packaging for 251+ IDEs
17+
18+
### Removed
19+
- Unused logo rendering from WelcomeScreen
20+
21+
### Testing
22+
- Mock `LLMModelRegistryService` for deterministic cloud factory tests
23+
524
## [1.0.0]
625

726
### Added

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins {
1212
}
1313

1414
group = "com.devoxx.genie"
15-
version = "1.0.0"
15+
version = "1.1.0"
1616

1717
repositories {
1818
mavenCentral()

src/main/resources/META-INF/plugin.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,17 @@
4545
]]></description>
4646

4747
<change-notes><![CDATA[
48+
<h2>v1.1.0</h2>
49+
<UL>
50+
<LI>Build: Raise minimum IDE version to 2025.1, add support up to 2026.1.* (#972, #963)</LI>
51+
<LI>Build: Update Compose Desktop to 1.10.1 and markdown-renderer to 0.39.2</LI>
52+
<LI>Build: Bundle Compose runtime for 251+ IDEs and configurable IDE version property</LI>
53+
<LI>Fix: Adapt markdown renderer API to v0.28.0 breaking changes</LI>
54+
<LI>Fix: Correct markdown renderer exclude group coordinates</LI>
55+
<LI>Fix: Compose runtime packaging for 251+ IDEs</LI>
56+
<LI>Refactor: Remove unused logo rendering from WelcomeScreen</LI>
57+
<LI>Test: Mock LLMModelRegistryService for deterministic cloud factory tests</LI>
58+
</UL>
4859
<h2>v1.0.0</h2>
4960
<UL>
5061
<LI>Feat: Replace JCEF WebView with native Compose Desktop conversation UI (#961)</LI>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=1.0.0
1+
version=1.1.0

0 commit comments

Comments
 (0)