Skip to content

Commit 03f90c5

Browse files
committed
chore: bump version to 0.4.1
1 parent 3c1a607 commit 03f90c5

File tree

6 files changed

+10
-6
lines changed

6 files changed

+10
-6
lines changed

CHANGELOG.md

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

3+
## [v0.4.1] - 2026-04-03
4+
5+
- fix: disable split-pane entry points on small touch screens (3c1a607)
6+
37
## [v0.4.0] - 2026-04-03
48

59
- fix: align request dialogs with the input dock width (59b5962)

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.4.0",
3+
"version": "0.4.1",
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.4.0"
3+
version = "0.4.1"
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.4.0",
4+
"version": "0.4.1",
55
"identifier": "com.opencodeui.app",
66
"build": {
77
"frontendDist": "../dist",

0 commit comments

Comments
 (0)