Skip to content

Commit

Permalink
release 2.6.7 (#1077)
Browse files Browse the repository at this point in the history
  • Loading branch information
tangcent authored Nov 19, 2023
1 parent a86f16c commit 8adfdc3
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
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="pentatangcent@gmail.com" url="https://github.com/tangcent">Tangcent</vendor>

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

0 comments on commit 8adfdc3

Please sign in to comment.