Skip to content

Commit 28f9c95

Browse files
stephanjclaude
andcommitted
docs: update changelog and plugin.xml for v1.4.1 release
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 1b21aea commit 28f9c95

2 files changed

Lines changed: 20 additions & 0 deletions

File tree

CHANGELOG.md

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

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

5+
## [1.4.1]
6+
7+
### Updated
8+
- Upgrade 40 Gradle dependencies including Langchain4J to 1.12.2
9+
- Update LLM models.json with latest provider model names (Anthropic 1M context for 4.6 models, new Grok 4.20 lineup, Groq gpt-oss models, Bedrock Claude 4.6/4.5/4.1 and Llama 4)
10+
- Add ModelConfigJsonTest to validate models.json schema and parsing
11+
12+
### Fixed
13+
- Rollback Kotlin/Compose/Skiko versions to fix Compose UI rendering crash (UnsatisfiedLinkError in Metal renderer, NoSuchMethodError in Kotlin Duration stdlib)
14+
- Fix SafeComposeContainer to call super.addNotify() before adding children so native init errors are caught properly
15+
- Fix Kotlin compilation errors for multiplatform-markdown-renderer API changes
16+
- Fix AnthropicChatModelTest for removed model name constant in Langchain4J 1.12.2
17+
518
## [1.4.0]
619

720
### Added

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

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

4747
<change-notes><![CDATA[
48+
<h2>v1.4.1</h2>
49+
<UL>
50+
<LI>Update: Upgrade 40 Gradle dependencies including Langchain4J to 1.12.2</LI>
51+
<LI>Update: LLM models.json with latest provider model names (Anthropic 1M context, Grok 4.20, Groq gpt-oss, Bedrock Claude 4.6/4.5/4.1)</LI>
52+
<LI>Fix: Rollback Kotlin/Compose/Skiko to fix Compose UI rendering crash</LI>
53+
<LI>Fix: SafeComposeContainer addNotify ordering for proper native error handling</LI>
54+
</UL>
4855
<h2>v1.4.0</h2>
4956
<UL>
5057
<LI>Feat: Add Exo distributed AI cluster as new local LLM provider — run large AI models across multiple Apple Silicon devices via Thunderbolt (#1002)</LI>

0 commit comments

Comments
 (0)