Skip to content

Commit d40de6f

Browse files
committed
chore: bump version to 0.6.5
1 parent 48d5b28 commit d40de6f

6 files changed

Lines changed: 11 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [v0.6.5] - 2026-05-10
4+
5+
- ui: show bash working directory (48d5b28)
6+
- fix: skip shiki fallback for unsupported languages (d4ea3be)
7+
38
## [v0.6.4] - 2026-05-04
49

510
- fix: keep delete change bars continuous (843d861)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opencodeui",
3-
"version": "0.6.4",
3+
"version": "0.6.5",
44
"description": "A third-party web frontend for OpenCode",
55
"license": "GPL-3.0-only",
66
"type": "module",

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "opencodeui"
3-
version = "0.6.4"
3+
version = "0.6.5"
44
description = "OpenCode UI - Tauri Mobile App"
55
authors = ["lehhair"]
66
license = "GPL-3.0-only"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
33
"productName": "OpenCode",
4-
"version": "0.6.4",
4+
"version": "0.6.5",
55
"identifier": "com.opencodeui.app",
66
"build": {
77
"frontendDist": "../dist",

0 commit comments

Comments
 (0)