Skip to content

Commit

Permalink
2.6.0 (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangtianyu authored Oct 12, 2024
1 parent 5e82dba commit 59a32e8
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.3"
version = "2.6.0"

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.3</version>
<version>2.6.0</version>

<change-notes><![CDATA[
<h1>Release 2.6.0</h1>
<h2>New Features</h2>
<ul>
<li>Inlay display mode can be managed in setting</li>
</ul>
<h2>Enhancements</h2>
<ul>
<li>Improve chat to multi-step to greatly enhance chat performance</li>
</ul>
<h2>Bug fixes</h2>
<ul>
<li>Fix some display bugs</li>
<li>Fix focus bug</li>
</ul>
<h1>Release 2.5.3</h1>
<h2>New Features</h2>
<ul>
Expand Down

0 comments on commit 59a32e8

Please sign in to comment.