Skip to content

Commit 14cb657

Browse files
committed
release: v1.1.0
1 parent b783a3a commit 14cb657

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-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.0.6"
7+
version = "1.1.0"
88

99
repositories {
1010
mavenCentral()
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
<ul>
2-
<li>fix(cluster): handle window focus during election to prevent race condition</li>
2+
<li>feat:Add debouncer to prevent rapid consecutive state applications from other IDEs</li>
3+
<li>refactor(state): simplify state structure</li>
4+
<li>fix(jetBrain): resolve watch error when opening new projects</li>
35
</ul>

vscode-extension/CHANGELOG.md

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

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

5+
## [1.1.0] - 2025-12-25
6+
- feat:Add debouncer to prevent rapid consecutive state applications from other IDEs
7+
- refactor(state): simplify state structure
8+
59
## [1.0.6] - 2025-12-24
610
- fix(cluster): handle window focus during election to prevent race condition
711

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
@@ -3,7 +3,7 @@
33
"displayName": "One-IDE",
44
"icon": "icon.png",
55
"description": "Seamlessly sync your editors across JetBrains IDEs and VS Code, with automatic AI project rule adaptation.",
6-
"version": "1.0.6",
6+
"version": "1.1.0",
77
"engines": {
88
"vscode": "^1.85.0"
99
},

0 commit comments

Comments
 (0)