Skip to content

Commit 050ef5b

Browse files
committed
Release 26.1.24
1 parent 0c7eb4e commit 050ef5b

File tree

4 files changed

+20
-2
lines changed

4 files changed

+20
-2
lines changed

hosts/jetbrains-plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = "paviko.opencode"
8-
version = "26.1.17"
8+
version = "26.1.24"
99

1010
repositories {
1111
mavenCentral()

hosts/jetbrains-plugin/changelog.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
<h2>OpenCode UX+ (unofficial) JetBrains Plugin Changelog</h2>
22

3+
<h3>26.1.24</h3>
4+
<ul>
5+
<li>Share / Unshare session</li>
6+
<li>Added button"Copy to clipboard" message content</li>
7+
<li>Removed rendering internal message "patch" - thanks to caiqy</li>
8+
<li>Files changed panel now provide stats from OpenCode server - thanks to caiqy</li>
9+
<li>Improved availability of "Retry" button for failed session</li>
10+
<li>Updated OpenCode to v1.1.34</li>
11+
</ul>
12+
313
<h3>26.1.17</h3>
414
<ul>
515
<li>Added support for "Question" tool</li>

hosts/vscode-plugin/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to the OpenCode VSCode extension will be documented in this
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec2.0.0.html).
77

8+
### [26.1.24] - 2026-01-24
9+
- Share / Unshare session
10+
- Added button"Copy to clipboard" message content
11+
- Removed rendering internal message "patch" - thanks to caiqy
12+
- Files changed panel now provide stats from OpenCode server - thanks to caiqy
13+
- Improved availability of "Retry" button for failed session
14+
- Updated OpenCode to v1.1.34
15+
816
### [26.1.17] - 2026-01-17
917

1018
- Added support for "Question" tool

hosts/vscode-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "opencode-ux-plus",
33
"displayName": "OpenCode UX+ (unofficial)",
44
"description": "Unofficial OpenCode VSCode extension",
5-
"version": "26.1.17",
5+
"version": "26.1.24",
66
"publisher": "paviko",
77
"author": {
88
"name": "paviko"

0 commit comments

Comments
 (0)