Commit Graph

141 Commits (460672aa93790973f1c1916cfcb48a01ffcb3c21)

Author SHA1 Message Date
opencode 34bdfd0937 release: v1.0.174 2025-12-20 04:06:28 +00:00
opencode 9f5db46911 release: v1.0.173 2025-12-20 03:48:15 +00:00
opencode 39e2a5f595 release: v1.0.172 2025-12-20 03:29:07 +00:00
opencode 55d62fbd9f release: v1.0.170 2025-12-19 13:42:48 +00:00
Adam e1ad2a355c
fix(desktop): error handling 2025-12-19 07:38:38 -06:00
Brendan Allan 2f6ca958fe tauri: remove pinch-to-zoom on window 2025-12-19 02:12:35 +00:00
opencode 289f4abaaa release: v1.0.169 2025-12-19 02:12:34 +00:00
opencode 427157c683 release: v1.0.168 2025-12-18 21:55:29 +00:00
Brendan Allan 0da901a188
tauri: disable pinch zoom on linux (#5735) 2025-12-18 05:13:09 -06:00
Brendan Allan 17221e6ffe
tauri: configure display backends more correctly on linux (#5730) 2025-12-18 18:34:12 +08:00
Adam e37a75a411
feat(desktop): custom update toast 2025-12-18 04:26:21 -06:00
opencode 194ff4919c release: v1.0.167 2025-12-18 09:45:33 +00:00
Brendan Allan 235a60d3c2
tauri: say OpenCode Server instead of OpenCode CLI 2025-12-18 17:18:46 +08:00
Brendan Allan b70d186bd1
tauri: server spawn fail dialog w/ copy logs button (#5729) 2025-12-18 03:17:31 -06:00
opencode e682cc9daf release: v1.0.166 2025-12-17 22:08:15 +00:00
opencode ca65da2d9e release: v1.0.165 2025-12-17 21:46:21 +00:00
Adam 4a3ba58f65
chore: localStorage -> tauri store 2025-12-17 13:11:02 -06:00
Brendan Allan bf00b2bfc9
tauri: nsis header and sidebar 2025-12-18 00:02:16 +08:00
Brendan Allan 382ec8fb2c
tauri: update nsis icon 2025-12-17 23:40:52 +08:00
Brendan Allan f8df1d3185
tauri: return after update failures 2025-12-17 22:54:54 +08:00
GitHub Action b07a47fc89 chore: format code 2025-12-17 14:52:05 +00:00
Brendan Allan c6f84f32d7
tauri: only alert on update failure when triggered manually 2025-12-17 22:51:14 +08:00
Brendan Allan ebe25c3e9a
tauri: dev icons + separate prod config (#5691)
Co-authored-by: GitHub Action <action@github.com>
2025-12-17 22:23:03 +08:00
opencode ef0fa2007b release: v1.0.164 2025-12-16 21:47:41 +00:00
Dax Raad 2b7e2edee5 core: ensure desktop app loads user shell environment variables
Changes shell spawn flags from -l to -il so that ~/.zshrc and
~/.bashrc are sourced when starting the desktop app on macOS
and Linux. This fixes missing PATH and other environment
variables that users expect to be available.
2025-12-16 14:21:19 -05:00
Dax Raad 79599f351e chore: update opencode plugin dependencies and fix tauri sidecar path 2025-12-16 13:52:40 -05:00
Dax Raad 83bcb9e95b tui: fix autocomplete file loading and update dependencies 2025-12-16 13:37:22 -05:00
Brendan Allan 452c991f58
Keep release a draft until all builds are finished (#5632)
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: GitHub Action <action@github.com>
2025-12-16 23:34:44 +08:00
Brendan Allan 4779d99a13
tauri: explicitly kill sidecar before updater relaunch 2025-12-16 19:01:37 +08:00
GitHub Action 75e5130cf8 chore: format code 2025-12-16 10:33:49 +00:00
Brendan Allan 87efd27459
tauri: macos-only app menu 2025-12-16 18:33:04 +08:00
opencode 92fe927785 release: v1.0.162 2025-12-16 00:40:27 +00:00
opencode 0dce5173cc release: v1.0.161 2025-12-16 00:17:15 +00:00
opencode 002db3abf4 release: v1.0.160 2025-12-15 23:26:00 +00:00
opencode 88314148e6 release: v1.0.159 2025-12-15 22:19:08 +00:00
opencode 37e4c1e619 release: v1.0.158 2025-12-15 20:28:44 +00:00
opencode 9c5f94bd66 release: v1.0.157 2025-12-15 19:46:23 +00:00
Dax Raad 8b08e9cda5 ci: add app bundle target to fix macOS updater by generating .app.tar.gz files 2025-12-15 14:41:38 -05:00
opencode cf05e6e02b release: v1.0.156 2025-12-15 19:28:02 +00:00
Adam 4236744fb5
fix: image attachments in desktop 2025-12-15 12:01:11 -06:00
opencode b9b4349039 release: v1.0.155 2025-12-15 16:44:08 +00:00
opencode 56dde2cc83 release: v1.0.154 2025-12-15 16:01:15 +00:00
Dax Raad d2ce368a3f ci: update publish workflow concurrency to include version inputs and upgrade ubuntu runner to 24.04 2025-12-15 10:14:20 -05:00
Dax Raad 274b86b19b ci: fix AppImage build hanging by using portable appimage format
- Add appimage target back to tauri.conf.json
- Force reinstall tauri-cli from feat/truly-portable-appimage branch
- Add 10 minute timeout to prevent indefinite hangs
- Add logging to verify correct tauri-cli version is installed

This fixes the issue where AppImage builds would hang at 'Running input plugin: gtk' by using the new portable appimage format that bypasses linuxdeploy entirely.
2025-12-15 09:47:19 -05:00
Brendan Allan 220c564047
tauri: use correct sidecar name 2025-12-15 12:40:49 +08:00
Brendan Allan cf5c0129ac
tauri: rename sidecar to opencode-cli 2025-12-15 12:40:14 +08:00
Dax Raad 622caae9c9 fix desktop updater 2025-12-14 21:12:38 -05:00
Dax Raad 74b5c285cf disable app image 2025-12-14 17:04:46 -05:00
opencode a34e67b518 release: v1.0.153 2025-12-14 19:04:01 +00:00
Brendan Allan 96975ef8d6
tauri: change mainBinaryName to just OpenCode 2025-12-14 12:08:53 +08:00