Skip to content

Commit f72e205

Browse files
committed
feat(version): v1.2.2
1.fix: 修复 SearchEverywhere 的 ApiNavigationItem toString 方法未在 readAction 内读取了 Psi 树导致的报错
1 parent 2837954 commit f72e205

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

build.gradle

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

66
group 'cn.gudqs7.idea.plugins'
7-
version '1.2.1'
7+
version '1.2.2'
88

99
repositories {
1010
mavenCentral()

parts/changeNotes.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
22

33
<pre>
4+
<strong>Release v1.2.2</strong>
5+
1.fix: 修复 SearchEverywhere 的 ApiNavigationItem toString 方法未在 readAction 内读取了 Psi 树导致的报错
6+
7+
English:
8+
1.fix: Fix the error that SearchEverywhere's ApiNavigationItem toString method does not read the Psi tree in readAction
49
<strong>Release v1.2.1</strong>
510
1.perf: Search Api 时凸显接口注释(往前移)
611

0 commit comments

Comments
 (0)