Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion jetbrains-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "com.itangcent.oneide"
version = "1.1.5"
version = "1.1.6"

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion jetbrains-plugin/parts/pluginChanges.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<ul>
<li>fix: prevent interference with AI coding tools during file edits</li>
<li>fix: correct path boundary checking in StateHelper</li>
</ul>
3 changes: 3 additions & 0 deletions vscode-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

All notable changes to the "one-ide" extension will be documented in this file.

## [1.1.6] - 2026-04-10
- fix: correct path boundary checking in StateHelper

## [1.1.5] - 2026-03-12
- fix: prevent interference with AI coding tools during file edits

Expand Down
4 changes: 2 additions & 2 deletions vscode-extension/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"cross-platform"
],
"description": "Seamlessly sync your editors across JetBrains IDEs and VS Code, with automatic AI project rule adaptation.",
"version": "1.1.5",
"version": "1.1.6",
"engines": {
"vscode": "^1.85.0"
},
Expand Down
Loading