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.4"
version = "1.1.5"

repositories {
mavenCentral()
Expand Down
6 changes: 1 addition & 5 deletions jetbrains-plugin/parts/pluginChanges.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
<ul>
<li>fix: settings not persisting when toggling off in IDEA settings (#6)</li>
<li>feat: Complete Kiro support - add steering rules, update gitignore and README (#5)</li>
<li>fix: leader should step down when window loses focus (#4)</li>
<li>feat: Add Kiro rules support (#2)</li>
<li>refactor(cluster): decouple role actions and sync orchestration across plugins (#1)</li>
<li>fix: prevent interference with AI coding tools during file edits</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.5] - 2026-03-12
- fix: prevent interference with AI coding tools during file edits

## [1.1.4] - 2026-03-01
- fix: settings not persisting when toggling off in IDEA settings (#6)
- feat: Complete Kiro support - add steering rules, update gitignore and README (#5)
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.4",
"version": "1.1.5",
"engines": {
"vscode": "^1.85.0"
},
Expand Down
Loading