Skip to content

Commit 3da3991

Browse files
stephanjclaude
andcommitted
docs: update changelog and plugin history for v0.9.2 release
Add entries for PRs #838, #839, and #840 covering deprecated API replacements, plugin verifier fixes, and Kotlin K2 mode declaration. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 2822178 commit 3da3991

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ All notable changes to this project will be documented in this file.
1818
- Issue #809: Fix LM Studio API URL compatibility - changed default from `http://localhost:1234/api/v1/` to `http://localhost:1234/v1/` to match OpenAI-compatible chat completions endpoint, while preserving rich metadata endpoint access for context length detection
1919
- Issue #809: Fix LM Studio context length detection so model metadata no longer defaults to 8K when larger context values are available
2020
- Issue #809: Add optional LM Studio fallback context setting in the GUI when model metadata does not expose context length
21+
- Replace deprecated `Project.getBaseDir()` with `ProjectUtil.guessProjectDir()` across all scanner extensions (#838)
22+
- Replace deprecated `NioEventLoopGroup` with `MultiThreadIoEventLoopGroup` + `NioIoHandler` for Netty 4.2.x compatibility (#839)
23+
- Resolve plugin verifier warnings for experimental and deprecated API usage (#840)
24+
- Add Kotlin K2 plugin mode declaration (`supportsKotlinPluginMode`) in plugin.xml, required since IntelliJ 2024.2.1 (#840)
2125

2226
## [0.9.1]
2327

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@
4545
<LI>Update welcome wording to Skills terminology and highlight MCP Marketplace first</LI>
4646
<LI>Issue #809: Fix LM Studio context length detection to use model metadata instead of defaulting to 8K</LI>
4747
<LI>Issue #809: Add optional LM Studio fallback context setting in the GUI</LI>
48+
<LI>Replace deprecated Project.getBaseDir() with ProjectUtil.guessProjectDir()</LI>
49+
<LI>Replace deprecated NioEventLoopGroup with MultiThreadIoEventLoopGroup for Netty 4.2.x</LI>
50+
<LI>Resolve plugin verifier warnings for experimental and deprecated API usage</LI>
51+
<LI>Add Kotlin K2 plugin mode declaration (supportsKotlinPluginMode)</LI>
4852
</UL>
4953
<h2>v0.9.1</h2>
5054
<UL>

0 commit comments

Comments
 (0)