summaryrefslogtreecommitdiffhomepage
path: root/packages/tauri
AgeCommit message (Collapse)Author
2025-12-17tauri: dev icons + separate prod config (#5691)Brendan Allan
Co-authored-by: GitHub Action <[email protected]>
2025-12-16release: v1.0.164opencode
2025-12-16core: ensure desktop app loads user shell environment variablesDax Raad
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-16chore: update opencode plugin dependencies and fix tauri sidecar pathDax Raad
2025-12-16tui: fix autocomplete file loading and update dependenciesDax Raad
2025-12-16Keep release a draft until all builds are finished (#5632)Brendan Allan
Co-authored-by: opencode <[email protected]> Co-authored-by: GitHub Action <[email protected]>
2025-12-16tauri: explicitly kill sidecar before updater relaunchBrendan Allan
2025-12-16chore: format codeGitHub Action
2025-12-16tauri: macos-only app menuBrendan Allan
2025-12-16release: v1.0.162opencode
2025-12-16release: v1.0.161opencode
2025-12-15release: v1.0.160opencode
2025-12-15release: v1.0.159opencode
2025-12-15release: v1.0.158opencode
2025-12-15release: v1.0.157opencode
2025-12-15ci: add app bundle target to fix macOS updater by generating .app.tar.gz filesDax Raad
2025-12-15release: v1.0.156opencode
2025-12-15fix: image attachments in desktopAdam
2025-12-15release: v1.0.155opencode
2025-12-15release: v1.0.154opencode
2025-12-15ci: update publish workflow concurrency to include version inputs and ↵Dax Raad
upgrade ubuntu runner to 24.04
2025-12-15ci: fix AppImage build hanging by using portable appimage formatDax Raad
- 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-15tauri: use correct sidecar nameBrendan Allan
2025-12-15tauri: rename sidecar to opencode-cliBrendan Allan
2025-12-14fix desktop updaterDax Raad
2025-12-14disable app imageDax Raad
2025-12-14release: v1.0.153opencode
2025-12-14tauri: change mainBinaryName to just OpenCodeBrendan Allan
2025-12-14tauri: bring back appimageBrendan Allan
2025-12-12release: v1.0.152opencode
2025-12-12desktop: fix build on Linux and Windows by making macOS title bar styling ↵Dax Raad
conditional
2025-12-12release: v1.0.151opencode
2025-12-12tauri: add basic custom titlebar (#5438)Brendan Allan
2025-12-12tauri: create window with full screen sizeBrendan Allan
2025-12-12chore: format codeGitHub Action
2025-12-12tauri: initialise store and window-state pluginsBrendan Allan
2025-12-11core: add client identification to user agent and request headers for better ↵Dax Raad
tracking
2025-12-11release: v1.0.150opencode
2025-12-11ciDax Raad
2025-12-11release: v1.0.149opencode
2025-12-11temporarily remove undo/redo keybindsDax Raad
2025-12-11release: v1.0.148opencode
2025-12-11release: v1.0.147opencode
2025-12-11tauri: always build cli in predevBrendan Allan
2025-12-11write typescript artifacts to node_modules/.ts-distBrendan Allan
2025-12-11release: v1.0.146opencode
2025-12-11release: v1.0.145opencode
2025-12-11release: v1.0.144opencode
2025-12-11tauri: update iconsBrendan Allan
2025-12-10desktop: enable zoom hotkeys in Tauri appDax Raad