Skip to content

Commit 9d342b4

Browse files
committed
release: v1.0.5
1 parent 7bbb851 commit 9d342b4

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.4"
7+
version = "1.0.5"
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>refactor(cluster): Optimize the synchronization strategy</li>
2+
<li>fix: make file path comparisons case insensitive</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.5] - 2025-12-24
6+
- fix: make file path comparisons case insensitive
7+
58
## [1.0.4] - 2025-12-23
69
- refactor(cluster): Optimize the synchronization strategy
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.4",
6+
"version": "1.0.5",
77
"engines": {
88
"vscode": "^1.85.0"
99
},

0 commit comments

Comments
 (0)