Skip to content

Commit 41ecbde

Browse files
committed
release: v1.0.4
1 parent 95cc136 commit 41ecbde

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-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.3"
7+
version = "1.0.4"
88

99
repositories {
1010
mavenCentral()
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<ul>
2-
<li>feat: Significant improve performance</li>
2+
<li>refactor(cluster): Optimize the synchronization strategy</li>
33
</ul>

vscode-extension/CHANGELOG.md

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

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

5+
## [1.0.4] - 2025-12-23
6+
- refactor(cluster): Optimize the synchronization strategy
7+
58
## [1.0.3] - 2025-12-22
69
- feat: Significant improve performance
710

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.3",
6+
"version": "1.0.4",
77
"engines": {
88
"vscode": "^1.85.0"
99
},

0 commit comments

Comments
 (0)