Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release 2.6.7 #1077

Merged
merged 1 commit into from
Nov 19, 2023
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
10 changes: 10 additions & 0 deletions IDEA_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

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.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
Expand Down
6 changes: 3 additions & 3 deletions idea-plugin/parts/pluginChanges.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v2.6.6">v2.6.6(2023-11-12)</a><br>
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v2.6.7">v2.6.7(2023-11-19)</a><br>
<a href="https://github.com/tangcent/easy-yapi/blob/master/IDEA_CHANGELOG.md">Full Changelog</a>

<ul>
<li style="list-style: none">enhancements:</li>

<li>enhancements: feat: Add dialog size memory feature (<a href="https://github.com/tangcent/easy-yapi/pull/1069">#1069</a>)</li>
<li>enhancements: feat: Add support for exporting APIs as .http files (<a href="https://github.com/tangcent/easy-yapi/pull/1076">#1076</a>)</li>

<li>enhancements: feat: Improve Layout and Responsiveness of Several UI Forms (<a href="https://github.com/tangcent/easy-yapi/pull/1068">#1068</a>)</li>
<li>enhancements: feat: support search in several dialogs (<a href="https://github.com/tangcent/easy-yapi/pull/1073">#1073</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.6.6.212.0</version>
<version>2.6.7.212.0</version>
<vendor email="[email protected]" url="https://github.com/tangcent">Tangcent</vendor>

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