Commit 89d144d
authored
Release v0.15.0 - Git operations, Remote servers with self signed, Markdown previews, Apps don't need Node installed and more (#387)
## Thanks for contributions
- [@pascalandr](https://github.com/pascalandr):
[#333](#333),
[#334](#334),
[#336](#336),
[#337](#337),
[#341](#341),
[#342](#342),
[#351](#351),
[#352](#352),
[#360](#360),
[#361](#361),
[#362](#362),
[#366](#366)
- [@VooDisss](https://github.com/VooDisss):
[#302](#302),
[#304](#304),
[#311](#311)
- [@jollyxenon](https://github.com/jollyxenon):
[#386](#386)
## Highlights
- **Remote HTTPS is much easier to trust and use**: Connect to
self-hosted CodeNomad instances over HTTPS more smoothly, including
setups that use self-signed certificates.
- **Git changes are much more capable inside the app**: Review diffs
with a redesigned Monaco-based experience and a stronger Git Changes
workflow that makes working with modified files and worktrees feel more
natural.
- **File viewing is more useful out of the box**: Markdown files can now
be previewed directly, so notes, docs, and READMEs are easier to inspect
without leaving CodeNomad.
- **Desktop setup is simpler**: CodeNomad no longer depends on a
separate Node install in the same way, reducing setup friction and
making desktop usage easier to get running.
- **Remote and local workflows are more upgrade-friendly**: There is now
a dedicated CLI upgrade command, making it easier to keep the underlying
tooling current.
## What’s Improved
- **Better remote-server integration**: Remote proxy configuration is
more flexible, OpenCode authentication is respected more consistently,
and remote session handling is easier to reason about.
- **Stronger workspace and folder flows**: Folder picking is smoother,
selected workspace roots are preserved more reliably, and
workspace-scoped session behavior is clearer.
- **More polished desktop packaging**: Linux AppImage distribution,
Linux icon integration, Windows ARM64 build support, and WSL/Windows
path handling all received improvements.
- **Cleaner prompt and file tooling UI**: Prompt composer actions are
laid out more clearly, file filters behave more predictably, and
apply-patch diagnostics are easier to understand.
## Fixes
- **More reliable live updates**: Closed SSE streams reconnect more
reliably, helping sessions recover more gracefully.
- **Less disruptive scrolling while replies stream**: Long responses and
streaming output are held more predictably so the view does not jump
around as much.
- **Better worktree behavior**: Delete-worktree failures now surface
clearer diagnostics, and Git/worktree state handling is more dependable
overall.
- **More stable desktop startup**: Managed server startup, shell
environment loading, package/runtime app IDs, and missing-runtime
reporting were all tightened up.
- **Better power behavior during long sessions**: Wake-lock handling now
allows the display to sleep while active work continues, avoiding a more
intrusive always-awake experience.
## Docs
- **Updated supporting docs**: README and internal documentation were
refreshed, including SideCars notes and wake-lock behavior
documentation.
### Contributors
- [@pascalandr](https://github.com/pascalandr)
- [@VooDisss](https://github.com/VooDisss)
- [@shantur](https://github.com/shantur)
- [@jollyxenon](https://github.com/jollyxenon)
**Full Changelog**:
[v0.14.0...dev](v0.14.0...dev)
## Merged Pull Requests
### @pascalandr
- PR [#333](#333)
“feat(tauri): support self-signed remote HTTPS via server-backed proxy”
- PR [#334](#334)
“fix(desktop): improve Linux desktop icon integration”
- PR [#336](#336)
“fix(desktop): show explicit missing Node errors”
- PR [#337](#337)
“fix(build): align Rollup native packages with supported platforms”
- PR [#341](#341) “Fix
WSL UNC OpenCode binaries on Windows”
- PR [#342](#342)
“fix(desktop): align Electron package and runtime app ids”
- PR [#351](#351)
“feat(server): expose opencode server proxy url env”
- PR [#352](#352)
“feat(ui): add markdown preview to file viewer”
- PR [#360](#360)
“fix(config): install opencode plugin workspace deps”
- PR [#361](#361)
“fix(server): preserve selected workspace root”
- PR [#362](#362)
“fix(ui): reconnect closed SSE streams”
- PR [#366](#366)
“fix(server): respect configured OpenCode auth”
### @VooDisss
- PR [#302](#302)
“improve delete worktree failure diagnostics”
- PR [#304](#304) “Git
diff monaco redesign”
- PR [#311](#311)
“Refactor Git Changes workflow and diff handling”
### @jollyxenon
- PR [#386](#386)
“fix(ui): scope session list by workspace folder”156 files changed
Lines changed: 22521 additions & 5547 deletions
File tree
- .github/workflows
- .nomadworks
- agent-additions
- agents
- generated
- agents
- policies
- policies
- runtime
- discussions/archive
- .opencode
- docs
- features/wake-lock
- scrs
- packages
- cloudflare
- electron-app
- electron
- main
- preload
- opencode-config
- server
- src
- filesystem
- server
- __tests__
- routes
- workspaces
- __tests__
- tauri-app
- scripts
- src-tauri
- gen/schemas
- icons/linux
- src
- ui
- src
- components
- file-viewer
- instance
- shell
- right-panel
- tabs
- prompt-input
- session
- tool-call
- renderers
- lib
- hooks
- i18n/messages
- en
- es
- fr
- he
- ja
- ru
- zh-Hans
- native
- settings
- stores
- styles
- components
- messaging
- panels
- types
- tasks
- discussions
- todo
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
215 | | - | |
| 215 | + | |
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
| |||
313 | 313 | | |
314 | 314 | | |
315 | 315 | | |
316 | | - | |
| 316 | + | |
317 | 317 | | |
318 | 318 | | |
319 | 319 | | |
| |||
324 | 324 | | |
325 | 325 | | |
326 | 326 | | |
327 | | - | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
328 | 330 | | |
329 | 331 | | |
330 | 332 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| |||
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
62 | | - | |
63 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
64 | 72 | | |
65 | 73 | | |
66 | | - | |
| 74 | + | |
67 | 75 | | |
68 | 76 | | |
69 | | - | |
| 77 | + | |
70 | 78 | | |
71 | 79 | | |
72 | | - | |
| 80 | + | |
73 | 81 | | |
74 | 82 | | |
75 | 83 | | |
| |||
83 | 91 | | |
84 | 92 | | |
85 | 93 | | |
86 | | - | |
| 94 | + | |
87 | 95 | | |
88 | 96 | | |
89 | 97 | | |
| |||
107 | 115 | | |
108 | 116 | | |
109 | 117 | | |
110 | | - | |
| 118 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
0 commit comments