Skip to content

Commit

Permalink
2.5.1 (#76)
Browse files Browse the repository at this point in the history
* 2.5.1

* fix typo

* fix typo

* fix typo
  • Loading branch information
xiangtianyu authored Aug 19, 2024
1 parent e7eaff1 commit 6803b67
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = "com.zhongan"
version = "2.5.0"
version = "2.5.1"

repositories {
mavenCentral()
Expand Down
16 changes: 15 additions & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,23 @@
<!-- Public plugin name should be written in Title Case.
Guidelines: https://plugins.jetbrains.com/docs/marketplace/plugin-overview-page.html#plugin-name -->
<name>DevPilot</name>
<version>2.5.0</version>
<version>2.5.1</version>

<change-notes><![CDATA[
<h1>Release 2.5.1</h1>
<h2>Enhancements</h2>
<ul>
<li>Encoding request using base64</li>
<li>Add support for Jetbrains 2024.2</li>
<li>Support test case for java class</li>
<li>Adjust completion trigger interval</li>
<li>Change telemetry upload to async</li>
</ul>
<h2>Bug fixes</h2>
<ul>
<li>Fix support for other IDEs like pycharm</li>
<li>Reduce memory use for completion format</li>
</ul>
<h1>Release 2.5.0</h1>
<h2>New Features</h2>
<ul>
Expand Down

0 comments on commit 6803b67

Please sign in to comment.