- Notifications
You must be signed in to change notification settings - Fork10
Comparing changes
Open a pull request
base repository:coder/coder-desktop-windows
Uh oh!
There was an error while loading.Please reload this page.
base:v0.6.0
head repository:coder/coder-desktop-windows
Uh oh!
There was an error while loading.Please reload this page.
compare:main
- 18commits
- 38files changed
- 3contributors
Commits on Jun 24, 2025
feat: ui improvements & style unification (#124)
Fixes:#120 <table><thead> <tr> <th colspan="2">Dark mode</th> </tr></thead><tbody> <tr><td><imgsrc="https://github.com/user-attachments/assets/31a9fb6c-0f2f-4ad6-b8ae-8f63e736128c"alt="traywindow_dark" width="250"></td><td><imgsrc="https://github.com/user-attachments/assets/cacb0d7e-f366-4126-a4eb-e4e1936c6a93"alt="traywindow_dark" width="250"></td> </tr> <tr><td colspan="2"><imgsrc="https://github.com/user-attachments/assets/f34bb089-f80e-4ba0-b89e-91da4e56d493"alt="traywindow_dark" width="500"></td> </tr></tbody></table><table><thead> <tr> <th colspan="2">Light mode</th> </tr></thead><tbody> <tr><td><imgsrc="https://github.com/user-attachments/assets/8d26512c-af92-4e02-b06d-51579a27b60c"alt="traywindow_dark" width="250"></td><td><imgsrc="https://github.com/user-attachments/assets/33de692f-3dcc-4dff-b3e7-3c96cb139336"alt="traywindow_dark" width="250"></td> </tr> <tr><td colspan="2"><imgsrc="https://github.com/user-attachments/assets/ebe25c8f-78c9-4309-8726-a86abf6e3197"alt="traywindow_dark" width="500"></td> </tr></tbody></table>---------Co-authored-by: Dean Sheather <dean@deansheather.com>
Commits on Jun 25, 2025
Commits on Jun 26, 2025
fix: use custom user data dir for updater WebView2 (#138)
The default location was in the install directory, which is notwriteable by regular users. We now store the WebView2 data directory inour AppData/Local folder.This is what it looked like when broken:
Commits on Jul 1, 2025
Commits on Jul 7, 2025
Commits on Jul 28, 2025
fix: stop vpn binary on startup failure (#150)
The vpn binary doesn't exit by itself on failure to avoid messing up RPC calls, so the parent process is expected to stop it.
fix: opt-in tailscale vpn loop prevention (#148)
Co-authored-by: Dean Sheather <dean@deansheather.com>
Commits on Jul 30, 2025
chore: revert network isolation UI (#152)
We're always going to be enabling the soft isolation mode now.
Commits on Sep 22, 2025
Commits on Sep 23, 2025
Commits on Oct 20, 2025
fix: add scrollviewer around the connect error display (#158)
Long error messages when connecting to a Coder deployment could causethe window to overflow. Simmilar issue as:#146.Errors are now limited to 500px by the ScrollViewer component.<img width="325" height="913" alt="image"src="https://github.com/user-attachments/assets/571503c5-9c6f-4d33-b9f8-1ae3530f72fa"/>---------Co-authored-by: Dean Sheather <dean@deansheather.com>
Commits on Oct 28, 2025
chore: fix TestHttpServer test flake (#159)
Reworks the TestHttpServer threading to:- Use an async method instead (so we can wait with a cancellation token)- Use a cancellation token while awaiting the listener to return arequest- `GetContext()` doesn't take a CTS directly, so we call`Task.WaitAsync(CancellationToken ct)` instead- Adds some exception handling and discarding where necessary to ignoreexpected errors during shutdownClosescoder/internal#603
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff v0.6.0...main
Uh oh!
There was an error while loading.Please reload this page.