File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 11# Plugin basic information
22pluginGroup =com.sina.weibo.agent
3- pluginVersion =0.1.6
3+ pluginVersion =0.1.7
44
55# Platform basic information
66platformVersion =2023.3
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments