From 11f10da3a9e8e310b7e0cc65b6d946ec850e6c20 Mon Sep 17 00:00:00 2001 From: tangcent Date: Sun, 19 Nov 2023 21:20:37 +0800 Subject: [PATCH] release 2.6.7 --- IDEA_CHANGELOG.md | 10 ++++++++++ gradle.properties | 2 +- idea-plugin/parts/pluginChanges.html | 6 +++--- idea-plugin/src/main/resources/META-INF/plugin.xml | 2 +- 4 files changed, 15 insertions(+), 5 deletions(-) diff --git a/IDEA_CHANGELOG.md b/IDEA_CHANGELOG.md index c370ac71..a5fb954c 100644 --- a/IDEA_CHANGELOG.md +++ b/IDEA_CHANGELOG.md @@ -1,3 +1,13 @@ +* 2.6.7 + + * feat: Add support for exporting APIs as .http files [(#1076)](https://github.com/tangcent/easy-yapi/pull/1076) + + * fix: Fix auto-collapse for popup items on select channel [(#1075)](https://github.com/tangcent/easy-yapi/pull/1075) + + * feat: support search in several dialogs [(#1073)](https://github.com/tangcent/easy-yapi/pull/1073) + + * Refactor: Preventing runtime.channel() from throwing exceptions on missing implementations [(#1074)](https://github.com/tangcent/easy-yapi/pull/1074) + * 2.6.6 * feat: Add dialog size memory feature [(#1069)](https://github.com/tangcent/easy-yapi/pull/1069) diff --git a/gradle.properties b/gradle.properties index 53616868..0b9bcd52 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ plugin_name=EasyYapi -plugin_version=2.6.6.212.0 +plugin_version=2.6.7.212.0 kotlin.code.style=official kotlin_version=1.8.0 junit_version=5.9.2 diff --git a/idea-plugin/parts/pluginChanges.html b/idea-plugin/parts/pluginChanges.html index cd8b216c..4e9004fa 100644 --- a/idea-plugin/parts/pluginChanges.html +++ b/idea-plugin/parts/pluginChanges.html @@ -1,10 +1,10 @@ -v2.6.6(2023-11-12)
+v2.6.7(2023-11-19)
Full Changelog diff --git a/idea-plugin/src/main/resources/META-INF/plugin.xml b/idea-plugin/src/main/resources/META-INF/plugin.xml index c4f9d698..f4cac027 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.6.6.212.0 + 2.6.7.212.0 Tangcent