Răsfoiți Sursa

Release v26.2.27

paviko 1 lună în urmă
părinte
comite
35fa835403

+ 1 - 1
hosts/jetbrains-plugin/build.gradle.kts

@@ -5,7 +5,7 @@ plugins {
 }
 
 group = "paviko.opencode"
-version = "26.2.15"
+version = "26.2.27"
 
 val guiOnly = project.findProperty("guiOnly")?.toString()?.toBoolean() ?: false
 val webguiDist = project.findProperty("webguiDist")?.toString()

+ 7 - 0
hosts/jetbrains-plugin/changelog.html

@@ -1,5 +1,12 @@
 <h2>OpenCode UX+ (unofficial) JetBrains Plugin Changelog</h2>
 
+<h3>26.2.27</h3>
+<ul>
+  <li>Add theme persistence</li>
+  <li>Fix unknown command bug reported by qinze113</li>
+  <li>OpenCode was updated to 1.2.15</li>
+</ul>
+
 <h3>26.2.15</h3>
 <ul>
   <li>Update OpenCode to v1.2.1</li>

+ 6 - 0
hosts/vscode-plugin/CHANGELOG.md

@@ -5,6 +5,12 @@ All notable changes to the OpenCode VSCode extension will be documented in this
 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 and this project adheres to [Semantic Versioning](https://semver.org/spec2.0.0.html).
 
+### [26.2.27] - 2026-02-27
+
+- Add theme persistence
+- Fix unknown command bug reported by qinze113
+- OpenCode was updated to 1.2.15
+
 ### [26.2.15] - 2026-02-15
 
 - Update OpenCode to v1.2.1

+ 1 - 1
hosts/vscode-plugin/package.json

@@ -2,7 +2,7 @@
   "name": "opencode-ux-plus",
   "displayName": "OpenCode UX+ (unofficial)",
   "description": "Unofficial OpenCode VSCode extension",
-  "version": "26.2.15",
+  "version": "26.2.27",
   "publisher": "paviko",
   "author": {
     "name": "paviko"