Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions IDEA_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
* 2.7.8
* refactor: Enhance EasyApiSettingAI layout [(#1209)](https://github.com/tangcent/easy-yapi/pull/1209)

* docs: Update README to include AI-powered features and configuration details [(#1210)](https://github.com/tangcent/easy-yapi/pull/1210)

* refactor: Refactor SPI BeanProvider logic [(#1208)](https://github.com/tangcent/easy-yapi/pull/1208)

* feat: Add AI-powered translation support for API documentation [(#1207)](https://github.com/tangcent/easy-yapi/pull/1207)

* refactor(postman): standardize rule key naming pattern [(#1206)](https://github.com/tangcent/easy-yapi/pull/1206)

* feat: Add support for AI-powered method inference [(#1205)](https://github.com/tangcent/easy-yapi/pull/1205)

* fix: Fix project cache size always showing as zero in settings [(#1204)](https://github.com/tangcent/easy-yapi/pull/1204)
* 2.7.7
* fix: several ApiExport actions cannot export method docs [(#1201)](https://github.com/tangcent/easy-yapi/pull/1201)
* 2.7.6
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugin_name=EasyYapi
plugin_version=2.7.7.212.0
plugin_version=2.7.8.212.0
kotlin.code.style=official
kotlin_version=2.1.0
junit_version=5.9.2
Expand Down
10 changes: 8 additions & 2 deletions idea-plugin/parts/pluginChanges.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v2.7.7">v2.7.7(2025-03-12)</a><br>
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v2.7.8">v2.7.8(2025-03-18)</a><br>
<a href="https://github.com/tangcent/easy-yapi/blob/master/IDEA_CHANGELOG.md">Full Changelog</a>

<h3>Enhancements:</h3>

<ul>
<li>feat: Add AI-powered translation support for API documentation (<a href="https://github.com/tangcent/easy-yapi/pull/1207">#1207</a>)</li>

<li>feat: Add support for AI-powered method inference (<a href="https://github.com/tangcent/easy-yapi/pull/1205">#1205</a>)</li>
</ul>

<h3>Fixes:</h3>

<ul>
<li>fix: several ApiExport actions cannot export method docs (<a href="https://github.com/tangcent/easy-yapi/pull/1201">#1201</a>)</li>
<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>
</ul>
2 changes: 1 addition & 1 deletion idea-plugin/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin>
<id>com.itangcent.idea.plugin.easy-yapi</id>
<name>EasyYapi</name>
<version>2.7.7.212.0</version>
<version>2.7.8.212.0</version>
<vendor email="pentatangcent@gmail.com" url="https://github.com/tangcent">Tangcent</vendor>

<description><![CDATA[ Description will be added by gradle build]]></description>
Expand Down
Loading