Skip to content

Commit

Permalink
release 2.6.6 (#1071)
Browse files Browse the repository at this point in the history
  • Loading branch information
tangcent authored Nov 12, 2023
1 parent 51cfe10 commit 6dd8eca
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 4 deletions.
4 changes: 4 additions & 0 deletions IDEA_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
* 2.6.6
* feat: Add dialog size memory feature [(#1069)](https://github.com/tangcent/easy-yapi/pull/1069)

* feat: Improve Layout and Responsiveness of Several UI Forms [(#1068)](https://github.com/tangcent/easy-yapi/pull/1068)
* 2.6.5

* feat: Support configuring doc.source.disable to disable documentation reading [(#1059)](https://github.com/tangcent/easy-yapi/pull/1059)
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.5.212.0
plugin_version=2.6.6.212.0
kotlin.code.style=official
kotlin_version=1.8.0
junit_version=5.9.2
Expand Down
6 changes: 4 additions & 2 deletions idea-plugin/parts/pluginChanges.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v2.6.5">v2.6.5(2023-11-06)</a><br>
<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/blob/master/IDEA_CHANGELOG.md">Full Changelog</a>

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

<li>enhancements: feat: Support configuring doc.source.disable to disable documentation reading (<a href="https://github.com/tangcent/easy-yapi/pull/1059">#1059</a>)</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: Improve Layout and Responsiveness of Several UI Forms (<a href="https://github.com/tangcent/easy-yapi/pull/1068">#1068</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.5.212.0</version>
<version>2.6.6.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
Empty file.
Binary file added plugin-adapter/build/libs/plugin-adapter.jar
Binary file not shown.
2 changes: 2 additions & 0 deletions plugin-adapter/build/tmp/jar/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Manifest-Version: 1.0

0 comments on commit 6dd8eca

Please sign in to comment.