Browse Source

Release v26.1.27

paviko 3 weeks ago
parent
commit
905bd1ae06

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

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

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

@@ -1,5 +1,10 @@
 <h2>OpenCode UX+ (unofficial) JetBrains Plugin Changelog</h2>
 
+<h3>26.1.27</h3>
+<ul>
+  <li>apply_patch tool fallback count for Changed Files panel</li>
+</ul>
+
 <h3>26.1.24</h3>
 <ul>
   <li>Share / Unshare session</li>
@@ -93,3 +98,8 @@
 <ul>
   <li>First release of the OpenCode JetBrains plugin, based on OpenCode v1.0.68</li>
 </ul>
+
+<h3>25.11.18</h3>
+<ul>
+  <li>First release of the OpenCode JetBrains plugin, based on OpenCode v1.0.68</li>
+</ul>

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

@@ -5,6 +5,11 @@ 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.1.27] - 2026-01-27
+- apply_patch tool fallback count for Changed Files panel
+- removed forbidden getPluginId()
+- fixed not showing tooltips
+
 ### [26.1.24] - 2026-01-24
 - Share / Unshare session
 - Added button"Copy to clipboard" message content

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