diff --git a/IDEA_CHANGELOG.md b/IDEA_CHANGELOG.md index 2c7f913c..d425ad00 100644 --- a/IDEA_CHANGELOG.md +++ b/IDEA_CHANGELOG.md @@ -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 diff --git a/gradle.properties b/gradle.properties index 677f8ace..fba012e8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 diff --git a/idea-plugin/parts/pluginChanges.html b/idea-plugin/parts/pluginChanges.html index 78409e6f..d4bbe883 100644 --- a/idea-plugin/parts/pluginChanges.html +++ b/idea-plugin/parts/pluginChanges.html @@ -1,10 +1,16 @@ -v2.7.7(2025-03-12)
+v2.7.8(2025-03-18)
Full Changelog

Enhancements:

+ +

Fixes:

diff --git a/idea-plugin/src/main/resources/META-INF/plugin.xml b/idea-plugin/src/main/resources/META-INF/plugin.xml index 20b90f25..894cc56b 100644 --- a/idea-plugin/src/main/resources/META-INF/plugin.xml +++ b/idea-plugin/src/main/resources/META-INF/plugin.xml @@ -1,7 +1,7 @@ com.itangcent.idea.plugin.easy-yapi EasyYapi - 2.7.7.212.0 + 2.7.8.212.0 Tangcent