Browse Source

Updated OpenCode to v1.0.207

paviko 1 month ago
parent
commit
77a68784d0

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

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

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

@@ -1,5 +1,10 @@
 <h2>OpenCode UX+ (unofficial) JetBrains Plugin Changelog</h2>
 
+<h3>25.12.29</h3>
+<ul>
+  <li>Updated OpenCode to v1.0.207</li>
+</ul>
+
 <h3>25.12.21</h3>
 <ul>
   <li>Updated OpenCode to v1.0.184</li>

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

@@ -5,6 +5,10 @@ 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.12.29] - 2025-12-29
+
+- Updated OpenCode to v1.0.207
+
 ## [25.12.21] - 2025-12-21
 
 - Updated OpenCode to v1.0.184

+ 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.12.21",
+  "version": "25.12.29",
   "publisher": "paviko",
   "author": {
     "name": "paviko"