Skip to content

Commit

Permalink
feat(version): v2.3.6
Browse files Browse the repository at this point in the history
1.fix:  修复 SearchEverywhere Api 初始化时空指针问题
2.feat: Generate Convert 添加判空
  • Loading branch information
gudqs7 committed Aug 3, 2022
1 parent a9c0431 commit ad60ed6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'cn.gudqs7.idea.plugins'
version '2.3.5'
version '2.3.6'

repositories {
mavenCentral()
Expand Down
7 changes: 7 additions & 0 deletions parts/changeNotes.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf8">

<pre>
<strong>Release v2.3.6</strong>
1.fix: 修复 SearchEverywhere Api 初始化时空指针问题
2.feat: Generate Convert 添加判空

English:
1.fix: Fix SearchEverywhere Api initialization space pointer problem
2.feat: Generate Convert add empty judgment
<strong>Release v2.3.5</strong>
1.perf: Search Api 时凸显接口注释(往前移)
2:perf: 优化配置文件读取, 缓存配置文件对象, 不存在时才更新, 避免多次搜索
Expand Down

0 comments on commit ad60ed6

Please sign in to comment.