Skip to content

Commit

Permalink
version 2.5.0 (#63)
Browse files Browse the repository at this point in the history
* version 2.5.0

* version 2.5.0

* version 2.5.0
  • Loading branch information
xiangtianyu authored Aug 1, 2024
1 parent fb0e2d3 commit 3953a09
Show file tree
Hide file tree
Showing 2 changed files with 20 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.4.2"
version = "2.5.0"

repositories {
mavenCentral()
Expand Down
20 changes: 19 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,27 @@
<!-- 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.4.2</version>
<version>2.5.0</version>

<change-notes><![CDATA[
<h1>Release 2.5.0</h1>
<h2>New Features</h2>
<ul>
<li>Check login status and network availability</li>
<li>Add feedback and user profile link</li>
<li>Add version update notification</li>
</ul>
<h2>Enhancements</h2>
<ul>
<li>Significantly improve user experience for test case, git commit message and completion</li>
<li>Move prompts to ai gateway</li>
</ul>
<h2>Bug fixes</h2>
<ul>
<li>Fix webview injection error and some display problem</li>
<li>Fix get relative path error</li>
<li>Fix git message error</li>
</ul>
<h1>Release 2.4.2</h1>
<h2>New Features</h2>
<ul>
Expand Down

0 comments on commit 3953a09

Please sign in to comment.