Skip to content

Commit 2a867c2

Browse files
authored
release: v1.1.4 (#7)
1 parent 4ecac17 commit 2a867c2

File tree

5 files changed

+16
-5
lines changed

5 files changed

+16
-5
lines changed

jetbrains-plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group = "com.itangcent.oneide"
7-
version = "1.1.3"
7+
version = "1.1.4"
88

99
repositories {
1010
mavenCentral()
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
<ul>
2-
<li>feat(sync): add pause/resume functionality to cluster service</li>
2+
<li>fix: settings not persisting when toggling off in IDEA settings (#6)</li>
3+
<li>feat: Complete Kiro support - add steering rules, update gitignore and README (#5)</li>
4+
<li>fix: leader should step down when window loses focus (#4)</li>
5+
<li>feat: Add Kiro rules support (#2)</li>
6+
<li>refactor(cluster): decouple role actions and sync orchestration across plugins (#1)</li>
37
</ul>

vscode-extension/CHANGELOG.md

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

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

5+
## [1.1.4] - 2026-03-01
6+
- fix: settings not persisting when toggling off in IDEA settings (#6)
7+
- feat: Complete Kiro support - add steering rules, update gitignore and README (#5)
8+
- fix: leader should step down when window loses focus (#4)
9+
- feat: Add Kiro rules support (#2)
10+
- refactor(cluster): decouple role actions and sync orchestration across plugins (#1)
11+
512
## [1.1.3] - 2026-01-06
613
- feat(sync): add pause/resume functionality to cluster service
714

vscode-extension/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vscode-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"cross-platform"
2121
],
2222
"description": "Seamlessly sync your editors across JetBrains IDEs and VS Code, with automatic AI project rule adaptation.",
23-
"version": "1.1.3",
23+
"version": "1.1.4",
2424
"engines": {
2525
"vscode": "^1.85.0"
2626
},

0 commit comments

Comments
 (0)