Skip to content

Commit 02af198

Browse files
committed
update changelog
1 parent 2c265db commit 02af198

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

jetbrains_plugin/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Plugin basic information
22
pluginGroup=com.sina.weibo.agent
3-
pluginVersion=0.1.6
3+
pluginVersion=0.1.7
44

55
# Platform basic information
66
platformVersion=2023.3

jetbrains_plugin/src/main/resources/META-INF/plugin.xml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,19 @@ SPDX-License-Identifier: Apache-2.0
6767

6868
<!-- Change notes for the plugin -->
6969
<change-notes><![CDATA[
70+
<h3>Version 0.1.7</h3>
71+
<ul>
72+
<li>Updated Roo Code version to 3.25.15 with latest AI coding assistant features</li>
73+
<li>Added support for no proxy configuration in restricted network environments</li>
74+
<li>Added support for @terminal for improved user experience</li>
75+
</ul>
76+
7077
<h3>Version 0.1.6</h3>
7178
<ul>
7279
<li>Added proxy support for extension host to enable usage in restricted network environments</li>
7380
<li>Fixed ConcurrentModificationException in EditorAndDocManager for improved stability</li>
7481
<li>Updated Roo Code version to 3.25.10 with latest AI coding assistant features</li>
75-
<li>Fixed an intermittent issue where an extra “}” character would appear at the end of the file.</li>
82+
<li>Fixed an intermittent issue where an extra "}" character would appear at the end of the file.</li>
7683
</ul>
7784
7885
<h3>Version 0.1.5</h3>
@@ -84,12 +91,7 @@ SPDX-License-Identifier: Apache-2.0
8491
<li>Improved README with star history and updated contributor information</li>
8592
</ul>
8693
87-
<h3>Version 0.1.4</h3>
88-
<ul>
89-
<li>Initial release with support for VSCode-based coding agents</li>
90-
<li>Compatibility with JetBrains IDE 2023.1+</li>
91-
<li>Support for Roo Code AI assistant</li>
92-
</ul>
94+
9395
]]></change-notes>
9496

9597
<!-- Product and plugin compatibility requirements.

0 commit comments

Comments
 (0)