We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 913572d commit d8d132bCopy full SHA for d8d132b
jetbrains_plugin/gradle.properties
@@ -1,6 +1,6 @@
1
# Plugin basic information
2
pluginGroup=com.sina.weibo.agent
3
-pluginVersion=0.2.0
+pluginVersion=0.2.1
4
5
# Platform basic information
6
platformVersion=2023.3
jetbrains_plugin/src/main/resources/META-INF/plugin.xml
@@ -68,6 +68,11 @@ SPDX-License-Identifier: Apache-2.0
68
69
<!-- Change notes for the plugin -->
70
<change-notes><![CDATA[
71
+ <h3>Version 0.2.1</h3>
72
+ <ul>
73
+ <li>Introduce specific context menus and operations for extension</li>
74
+ <li>Update roo-code version</li>
75
+ </ul>
76
<h3>Version 0.2.0</h3>
77
<ul>
78
<li>Support the Cline plugin and allow switching between multiple plugins.</li>
0 commit comments