Brendan Allan
22192a2e92
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-26 14:33:52 -06:00
Brendan Allan
331ece741f
tauri: explicitly kill sidecar before updater relaunch
2025-12-26 14:33:51 -06:00
GitHub Action
a8ff5b5174
chore: format code
2025-12-26 14:33:50 -06:00
Brendan Allan
3b1b621d00
tauri: macos-only app menu
2025-12-26 14:33:50 -06:00
opencode
b0c241a59f
release: v1.0.162
2025-12-26 14:33:47 -06:00
opencode
3774fafb26
release: v1.0.161
2025-12-26 14:33:46 -06:00
opencode
ca7ac43cff
release: v1.0.160
2025-12-26 14:33:45 -06:00
opencode
a9a5cf0a76
release: v1.0.159
2025-12-26 14:33:43 -06:00
opencode
813c330c47
release: v1.0.158
2025-12-26 14:33:40 -06:00
opencode
a13af69de5
release: v1.0.157
2025-12-26 14:33:39 -06:00
Dax Raad
8dca9051f1
ci: add app bundle target to fix macOS updater by generating .app.tar.gz files
2025-12-26 14:33:39 -06:00
opencode
6fd6eecbf5
release: v1.0.156
2025-12-26 14:33:38 -06:00
Adam
1d68c34be6
fix: image attachments in desktop
2025-12-26 14:33:37 -06:00
opencode
f0da095552
release: v1.0.155
2025-12-26 14:33:35 -06:00
opencode
ea1c063d98
release: v1.0.154
2025-12-26 14:33:30 -06:00
Dax Raad
83249e69f3
ci: update publish workflow concurrency to include version inputs and upgrade ubuntu runner to 24.04
2025-12-26 14:33:30 -06:00
Dax Raad
37d0ef3362
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-26 14:33:30 -06:00
Brendan Allan
83a320a2e7
tauri: use correct sidecar name
2025-12-26 14:33:27 -06:00
Brendan Allan
cc82a2711b
tauri: rename sidecar to opencode-cli
2025-12-26 14:33:26 -06:00
Dax Raad
f4e1fa28b8
fix desktop updater
2025-12-26 14:33:21 -06:00
Dax Raad
3efb17e91e
disable app image
2025-12-26 14:33:20 -06:00
opencode
df1bc0e9bb
release: v1.0.153
2025-12-26 14:33:19 -06:00
Brendan Allan
2980eff805
tauri: change mainBinaryName to just OpenCode
2025-12-26 14:33:17 -06:00
Brendan Allan
72c0af5b6c
tauri: bring back appimage
2025-12-26 14:33:17 -06:00
opencode
c8e64f208a
release: v1.0.152
2025-12-26 14:33:13 -06:00
Dax Raad
e2530833e3
desktop: fix build on Linux and Windows by making macOS title bar styling conditional
2025-12-26 14:33:12 -06:00
opencode
c1fda41fad
release: v1.0.151
2025-12-26 14:33:11 -06:00
Brendan Allan
3d751c0da1
tauri: add basic custom titlebar ( #5438 )
2025-12-26 14:33:05 -06:00
Brendan Allan
c301703f89
tauri: create window with full screen size
2025-12-26 14:33:04 -06:00
GitHub Action
e45d014b7b
chore: format code
2025-12-26 14:33:03 -06:00
Brendan Allan
9dfacb8dd1
tauri: initialise store and window-state plugins
2025-12-26 14:33:03 -06:00
Dax Raad
d4dc142cc2
core: add client identification to user agent and request headers for better tracking
2025-12-11 16:18:04 -05:00
opencode
5ffcde9dba
release: v1.0.150
2025-12-11 20:09:20 +00:00
Dax Raad
ea8508ee44
ci
2025-12-11 14:38:45 -05:00
opencode
6382bda7d6
release: v1.0.149
2025-12-11 18:00:30 +00:00
Dax Raad
885a142ae3
temporarily remove undo/redo keybinds
2025-12-11 12:55:08 -05:00
opencode
71fc8b2115
release: v1.0.148
2025-12-11 17:49:42 +00:00
opencode
48c7913431
release: v1.0.147
2025-12-11 16:46:43 +00:00
Brendan Allan
5e7d908dc9
tauri: always build cli in predev
2025-12-11 22:20:22 +08:00
Brendan Allan
53d2edc0f2
write typescript artifacts to node_modules/.ts-dist
2025-12-11 18:35:07 +08:00
opencode
ddd5464081
release: v1.0.146
2025-12-11 06:23:53 +00:00
opencode
fbad378966
release: v1.0.145
2025-12-11 06:19:42 +00:00
opencode
6251231e41
release: v1.0.144
2025-12-11 05:48:13 +00:00
Brendan Allan
bd1f5f884e
tauri: update icons
2025-12-11 09:49:00 +08:00
Dax Raad
fadeed1fa4
desktop: enable zoom hotkeys in Tauri app
2025-12-10 19:27:05 -05:00
Adam
15b8c14542
fix: tauri
2025-12-10 17:19:50 -06:00
Dax Raad
86f7cc17ae
tui: pass dynamic port to frontend
...
Frontend now receives the server port via window.__OPENCODE__.port,
allowing it to connect when using a random free port instead of hardcoded 4096
2025-12-10 16:17:36 -05:00
Adam
91d743ef9a
wip(desktop): progress
2025-12-10 15:17:03 -06:00
Dax Raad
9ad828dcd0
tui: use random free port and enable icon discovery by default
...
- Tauri app now automatically finds an available port instead of defaulting to 4096
- Icon discovery feature is now enabled by default in the Tauri app
- Prevents port conflicts when multiple OpenCode instances are running
2025-12-10 16:13:11 -05:00
opencode
ee4190aa41
release: v1.0.143
2025-12-10 13:53:21 +00:00