paviko 2 месяцев назад
Родитель
Сommit
8ba66c24d3

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

@@ -5,7 +5,7 @@ plugins {
 }
 
 group = "paviko.opencode"
-version = "25.11.24"
+version = "25.11.30"
 
 repositories {
     mavenCentral()

+ 1 - 1
hosts/jetbrains-plugin/changelog.html

@@ -1,6 +1,6 @@
 <h2>OpenCode (unofficial) JetBrains Plugin Changelog</h2>
 
-<h3>2025.11.xx</h3>
+<h3>2025.11.30</h3>
 <ul>
   <li>Updated OpenCode to v1.0.121</li>
   <li>Fixed working directory as server start directory, not git root</li>

+ 1 - 1
hosts/vscode-plugin/CHANGELOG.md

@@ -5,7 +5,7 @@ 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/spec/v2.0.0.html).
 
-## [25.11.xx] - 2025-11-xx
+## [25.11.30] - 2025-11-30
 
 - Updated OpenCode to v1.0.121
 - Fixed working directory as server start directory, not git root

+ 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": "25.11.24",
+  "version": "25.11.30",
   "publisher": "paviko",
   "author": {
     "name": "paviko"