Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.5.1 #76

Merged
merged 4 commits into from
Aug 19, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 ide 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
Loading