Shantur Rathore
6961efde0b
Merge pull request #224 from Pagecran/upstream/tauri-prebuild-sync
...
fix(tauri): sync server UI bundle during prebuild
2026-03-18 20:39:22 +00:00
Pascal André
fcebcb0174
fix(tauri): sync server UI bundle during prebuild
...
Ensure the Tauri prebuild step refreshes packages/server/public from the current UI renderer bundle so the packaged desktop app does not serve a stale folder-selection UI.
2026-03-18 20:45:08 +01:00
Shantur Rathore
eaab5e2e9f
fix(tauri): stop CLI process group on exit
2026-03-18 19:43:41 +00:00
Pascal André
8245f474b8
fix(tauri): avoid non-Windows spawn warning
2026-03-18 20:21:40 +01:00
Pascal André
3a15b311a8
fix(tauri): hide taskkill during Windows cleanup
2026-03-18 20:19:10 +01:00
Pascal André
6cb6c0af32
fix(tauri): align desktop bundle identifier
2026-03-18 20:19:10 +01:00
Pascal André
7f631611fd
fix(tauri): hide Windows CLI console window
...
Set CREATE_NO_WINDOW on the spawned local CLI process so the packaged Windows Tauri app does not flash an extra console window when it launches Node.
2026-03-18 20:19:10 +01:00
Pascal André
9d91ecc649
fix(tauri): kill Windows CLI process trees on shutdown
...
Use taskkill /T /F for the local server process on Windows so child Node/Bun processes do not survive app shutdown or startup timeouts.
2026-03-18 20:19:10 +01:00
Pascal André
87afb06d34
fix(tauri): restore Windows app identity
...
Set the same explicit AppUserModelID that the legacy Electron app used so Windows taskbar grouping and notification attribution stay consistent in the Tauri desktop build.
2026-03-18 20:18:59 +01:00
Pascal André
4402d9afb0
fix(tauri): align desktop version metadata
...
Match the Tauri package, Cargo, and bundle version metadata to the current legacy desktop version so About dialogs and installer artifacts stop reporting 0.1.0.
2026-03-18 20:18:07 +01:00
Shantur Rathore
a59e929b12
Release v0.12.3
2026-03-13 20:04:20 +00:00
Shantur Rathore
ff94c9714e
fix(tauri): align dev CLI args with electron
2026-03-10 22:23:38 +00:00
Shantur Rathore
429825f434
feat(desktop): unify folder drag-and-drop across runtimes
2026-03-10 22:12:23 +00:00
Shantur Rathore
d836d2e62d
fix(tauri): remove Windows-only CLI dependency
2026-03-10 20:15:16 +00:00
Pascal André
beb14ea0a2
fix(tauri): restore Windows desktop startup
2026-03-08 16:20:31 +01:00
Shantur Rathore
6a4e548d2c
Bump to v0.12.2
2026-03-04 11:08:25 +00:00
Shantur Rathore
ad943b2bd4
Bump v0.12.1
2026-03-04 10:25:20 +00:00
Shantur Rathore
15f362e8b5
Bump v0.11.5
2026-02-23 23:55:52 +00:00
Shantur Rathore
a06884ebce
Bump to v0.11.4
2026-02-22 16:53:51 +00:00
Shantur Rathore
d45a1ff078
Bump to v0.11.3
2026-02-18 19:59:54 +00:00
Shantur Rathore
6de6ef5a4a
Bump to v0.11.2
2026-02-17 18:47:21 +00:00
Shantur Rathore
d948ad8e35
Bump version to 0.11.1
2026-02-15 23:34:26 +00:00
Shantur Rathore
e30ff6358d
feat(settings): move config/state to owner buckets
...
Add generic /api/storage config/state endpoints with merge-patch, migrate legacy YAML/JSON layout, and update UI/server to read and write owner-scoped settings. Replace config SSE events and drop /api/config routes.
2026-02-13 14:34:33 +00:00
Shantur Rathore
d3484ec3af
feat(config): migrate to YAML config and state.yaml
2026-02-12 23:53:16 +00:00
Shantur Rathore
2c24402742
Bump v0.10.3 and min server 0.10.3
2026-02-11 13:16:23 +00:00
Shantur Rathore
0d96a9f9ff
refactor(build): share Monaco public asset copy helper
2026-02-10 10:49:05 +00:00
Shantur Rathore
9e3dbc5dfb
Bump v0.10.2
2026-02-09 00:57:30 +00:00
Shantur Rathore
5bde55f8d4
feat(ui): add session status notifications
2026-02-09 00:42:33 +00:00
Shantur Rathore
338a88fb5a
feat(server): add HTTPS with self-signed certs
...
Default to HTTPS with optional loopback HTTP, generate/rotate self-signed certs via node-forge, and surface Local/Remote connection URLs. Update /api/meta schema, UI remote access overlay, and desktop shells to follow the new startup output.
2026-02-08 15:48:00 +00:00
Shantur Rathore
0414f924e6
Bump version to 0.10.1
2026-02-07 23:39:39 +00:00
Shantur Rathore
5b4edef785
feat(desktop): prevent sleep while instances busy
2026-02-07 22:53:46 +00:00
Shantur Rathore
f1520be777
Bump version to 0.9.5
2026-02-03 22:01:41 +00:00
Shantur Rathore
8a91e04ff9
Bump to v0.9.4
2026-02-03 20:22:17 +00:00
Shantur Rathore
929e79befd
chore(license): add MIT license
...
Clarifies usage and redistribution terms across the monorepo.
2026-02-02 11:22:49 +00:00
Shantur Rathore
67f5f830a3
Bump to v0.9.3
2026-01-29 22:37:34 +00:00
Shantur Rathore
ba61ab79e2
fix(tauri): prevent quit deadlock and exit loop
2026-01-28 20:19:57 +00:00
Shantur Rathore
37d075fbb3
fix(tauri): allow tauri.localhost internal navigation
2026-01-28 19:41:39 +00:00
Shantur Rathore
c1052b36dc
bump version to 0.9.2
2026-01-26 13:15:02 +00:00
Shantur Rathore
b83c69f002
chore(shutdown): log CLI kill timeout
...
Log when Electron/Tauri force-kill the CLI during shutdown so orphaned instance reports are easier to diagnose.
2026-01-25 11:03:16 +00:00
Shantur Rathore
c74e0b89f7
fix(shutdown): stop instances before app exit
...
Prevent desktop wrappers from SIGKILLing the CLI during shutdown, which could orphan OpenCode workspace processes. Shut down workspaces earlier/in parallel and increase the quit grace period.
2026-01-25 11:01:50 +00:00
Shantur Rathore
74a21d6418
Bump version to 0.9.1 for UI release
2026-01-25 00:27:37 +00:00
Shantur Rathore
0c9284e57e
Bump version to 0.9.0
2026-01-24 16:17:14 +00:00
Shantur Rathore
292f695395
Bump version to 0.8.1
2026-01-22 22:32:52 +00:00
Shantur Rathore
2530cd4fc8
Bump to v0.8.0
2026-01-22 18:17:23 +00:00
Shantur Rathore
dfd397803f
Bump version to 0.7.6
2026-01-22 17:14:28 +00:00
Shantur Rathore
0bf22a323f
Bump version to 0.7.5
2026-01-21 12:26:22 +00:00
Shantur Rathore
c9b5bb1b7a
Release 0.7.4
2026-01-20 19:20:41 +00:00
Shantur Rathore
ec6428702b
Bump version to 0.7.3
2026-01-20 18:49:18 +00:00
Shantur Rathore
bd2a0d1bec
Bump version to 0.7.2
2026-01-15 20:55:59 +00:00
Shantur Rathore
69f221942c
Bump version to 0.7.1
2026-01-15 08:39:06 +00:00