From 0c30ff9f296739602fec844504cc249e01b94559 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 15 Aug 2021 07:57:19 +0800 Subject: [PATCH] release v2.2.5 (#563) Co-authored-by: tangcent --- IDEA_CHANGELOG.md | 24 +++++++++++-- build.gradle | 2 +- gradle.properties | 2 +- idea-plugin/parts/pluginChanges.html | 34 +++++++++++-------- .../src/main/resources/META-INF/plugin.xml | 6 ++-- 5 files changed, 47 insertions(+), 21 deletions(-) diff --git a/IDEA_CHANGELOG.md b/IDEA_CHANGELOG.md index 7d4cf180e..182f383f6 100644 --- a/IDEA_CHANGELOG.md +++ b/IDEA_CHANGELOG.md @@ -1,3 +1,25 @@ +* 2.2.5 + + * chore: add test case of PostmanApiHelper [(#562)](https://github.com/tangcent/easy-yapi/pull/562) + + * feat: refactor Task [(#561)](https://github.com/tangcent/easy-yapi/pull/561) + + * feat: disable [sync] for the node which is not loaded [(#560)](https://github.com/tangcent/easy-yapi/pull/560) + + * feat: optimize loading of postman collections [(#557)](https://github.com/tangcent/easy-yapi/pull/557) + + * feat: support export to postman customize workspace [(#524)](https://github.com/tangcent/easy-yapi/pull/524) + + * feat: add default keyboard-shortcut of ApiCallAction [(#553)](https://github.com/tangcent/easy-yapi/pull/553) + + * feat: trust [localhost]&[127.0.0.1] by default [(#552)](https://github.com/tangcent/easy-yapi/pull/552) + + * feat: keep changes in ApiCallDialog [(#551)](https://github.com/tangcent/easy-yapi/pull/551) + + * feat: populate default value or demo as field value [(#548)](https://github.com/tangcent/easy-yapi/pull/548) + + * fix: use "" instead of null in format request headers [(#547)](https://github.com/tangcent/easy-yapi/pull/547) + * 2.2.4 * fix: Ignore SSL certificate in ApacheHttpClient [(#532)](https://github.com/tangcent/easy-yapi/pull/532) @@ -10,8 +32,6 @@ * feat: bundled markdown render [(#530)](https://github.com/tangcent/easy-yapi/pull/530) - * release v2.2.4-rc [(#522)](https://github.com/tangcent/easy-yapi/pull/522) - * feat: remove recommend config of enum [(#521)](https://github.com/tangcent/easy-yapi/pull/521) * 2.2.3 diff --git a/build.gradle b/build.gradle index 65de34be4..6405ed75f 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ plugins { } group 'com.itangcent' -version '2.2.4.183.0' +version '2.2.5.183.0' @SuppressWarnings("GroovyAssignabilityCheck") static def majorVersion(version) { diff --git a/gradle.properties b/gradle.properties index c54804563..aaa35d7cb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ plugin_name=EasyYapi -plugin_version=2.2.4.183.0 +plugin_version=2.2.5.183.0 org.gradle.jvmargs=-Dfile.encoding=UTF-8 systemProp.file.encoding=UTF-8 org.gradle.daemon=true diff --git a/idea-plugin/parts/pluginChanges.html b/idea-plugin/parts/pluginChanges.html index d1efdb923..df6671034 100644 --- a/idea-plugin/parts/pluginChanges.html +++ b/idea-plugin/parts/pluginChanges.html @@ -1,25 +1,31 @@ -v2.2.4.183.0(2021-08-01) +v2.2.5.183.0(2021-08-14)
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 998cde9f9..ec6b09678 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.2.4.183.0 + 2.2.5.183.0 Tangcent @@ -9,13 +9,13 @@ Web - + - +