Skip to content

Commit a7ccda0

Browse files
committed
chore: bump version to 1.2.2
1 parent e141fbf commit a7ccda0

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

build.gradle.kts

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

77
group = "com.github.oouo"
8-
version = "1.2.1"
8+
version = "1.2.2"
99

1010
repositories {
1111
mavenCentral()

src/main/resources/META-INF/plugin.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,19 @@
136136
</actions>
137137

138138
<change-notes><![CDATA[
139+
<h3>1.2.2</h3>
140+
<ul>
141+
<li>🐛 Fix: improve registry detection for Kiro installed on non-C drives</li>
142+
<li>✨ Replace error dialog with balloon notification when Kiro path not found</li>
143+
</ul>
144+
145+
<hr/>
146+
147+
<ul>
148+
<li>🐛 修复:改进注册表检测,支持 Kiro 安装在非 C 盘的情况</li>
149+
<li>✨ 找不到 Kiro 路径时改用气泡通知替代错误弹窗</li>
150+
</ul>
151+
139152
<h3>1.2.1</h3>
140153
<ul>
141154
<li>✨ Detect Kiro install path from Windows registry, supports any drive letter</li>

0 commit comments

Comments
 (0)