Skip to content

Commit

Permalink
feat(version): v2.5.5
Browse files Browse the repository at this point in the history
1: fix: 修复从 IntentionAction 生成 getter/setter 时第一行代码缺少换行问题
  • Loading branch information
gudqs7 committed Sep 16, 2022
1 parent 8e1edd5 commit 79d8a9a
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.5.4'
version '2.5.5'

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

<pre>
<strong>Release v2.5.5</strong>
1: fix: 修复从 IntentionAction 生成 getter/setter 时第一行代码缺少换行问题

English:
1: fix: fix the issue of missing line breaks in the first line of code when generating gettersetter from IntentionAction
<strong>Release v2.5.4</strong>
1: fix: 修复 allget / allset 多出换行问题
2: rm: 移除 PDF 格式, 原因是依赖jar太多生成zip过大, 不好.

English:
1: fix: fix the problem of extra line breaks in allget / allset
2: rm: Remove the PDF format, the reason is that the generated zip is too large due to too many jars, which is not good.
<strong>Release v2.5.3</strong>
1:feat: 新增导出成PDF格式.

Expand Down

0 comments on commit 79d8a9a

Please sign in to comment.