Skip to content

Commit f7fafdc

Browse files
authored
release 2.7.8 (#1211)
1 parent 06d06d2 commit f7fafdc

File tree

4 files changed

+24
-4
lines changed

4 files changed

+24
-4
lines changed

IDEA_CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
* 2.7.8
2+
* refactor: Enhance EasyApiSettingAI layout [(#1209)](https://github.com/tangcent/easy-yapi/pull/1209)
3+
4+
* docs: Update README to include AI-powered features and configuration details [(#1210)](https://github.com/tangcent/easy-yapi/pull/1210)
5+
6+
* refactor: Refactor SPI BeanProvider logic [(#1208)](https://github.com/tangcent/easy-yapi/pull/1208)
7+
8+
* feat: Add AI-powered translation support for API documentation [(#1207)](https://github.com/tangcent/easy-yapi/pull/1207)
9+
10+
* refactor(postman): standardize rule key naming pattern [(#1206)](https://github.com/tangcent/easy-yapi/pull/1206)
11+
12+
* feat: Add support for AI-powered method inference [(#1205)](https://github.com/tangcent/easy-yapi/pull/1205)
13+
14+
* fix: Fix project cache size always showing as zero in settings [(#1204)](https://github.com/tangcent/easy-yapi/pull/1204)
115
* 2.7.7
216
* fix: several ApiExport actions cannot export method docs [(#1201)](https://github.com/tangcent/easy-yapi/pull/1201)
317
* 2.7.6

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugin_name=EasyYapi
2-
plugin_version=2.7.7.212.0
2+
plugin_version=2.7.8.212.0
33
kotlin.code.style=official
44
kotlin_version=2.1.0
55
junit_version=5.9.2
Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
1-
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v2.7.7">v2.7.7(2025-03-12)</a><br>
1+
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v2.7.8">v2.7.8(2025-03-18)</a><br>
22
<a href="https://github.com/tangcent/easy-yapi/blob/master/IDEA_CHANGELOG.md">Full Changelog</a>
33

44
<h3>Enhancements:</h3>
55

6+
<ul>
7+
<li>feat: Add AI-powered translation support for API documentation (<a href="https://github.com/tangcent/easy-yapi/pull/1207">#1207</a>)</li>
8+
9+
<li>feat: Add support for AI-powered method inference (<a href="https://github.com/tangcent/easy-yapi/pull/1205">#1205</a>)</li>
10+
</ul>
11+
612
<h3>Fixes:</h3>
713

814
<ul>
9-
<li>fix: several ApiExport actions cannot export method docs (<a href="https://github.com/tangcent/easy-yapi/pull/1201">#1201</a>)</li>
15+
<li>fix: Fix project cache size always showing as zero in settings (<a href="https://github.com/tangcent/easy-yapi/pull/1204">#1204</a>)</li>
1016
</ul>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<idea-plugin>
22
<id>com.itangcent.idea.plugin.easy-yapi</id>
33
<name>EasyYapi</name>
4-
<version>2.7.7.212.0</version>
4+
<version>2.7.8.212.0</version>
55
<vendor email="pentatangcent@gmail.com" url="https://github.com/tangcent">Tangcent</vendor>
66

77
<description><![CDATA[ Description will be added by gradle build]]></description>

0 commit comments

Comments
 (0)