-
Notifications
You must be signed in to change notification settings - Fork 3
Comparing changes
Open a pull request
base repository: coder/coder-desktop-macos
base: v0.7.1
head repository: coder/coder-desktop-macos
compare: v0.7.2
- 8 commits
- 15 files changed
- 1 contributor
Commits on Jul 10, 2025
-
fix: allow creating directories in file sync local file picker (#199)
Closes #198. I just assumed this was on by default 😭 In fact, the documentation says it is, but it's very clearly not! ``` /** `NSSavePanel`/`NSOpenPanel`: Set to `YES` to show the "New Folder" button. Default is `YES`. */ open var canCreateDirectories: Bool ```
Configuration menu - View commit details
-
Copy full SHA for ff0bea0 - Browse repository at this point
Copy the full SHA ff0bea0View commit details
Commits on Jul 23, 2025
-
fix: fix panic deleting file sync session via right click (#202)
Also configures the linter to pick up on unused arguments, and configures the formatter to not format them out (by setting them to _). If this was the case prior, this bug wouldn't have happened.
Configuration menu - View commit details
-
Copy full SHA for ebcb698 - Browse repository at this point
Copy the full SHA ebcb698View commit details
Commits on Jul 24, 2025
-
fix: prompt for sign in when toggling coder connect on (#204)
I undid the work of #114 in #158, by disabling the VPN toggle when the network extension was unconfigured. When signed out, the network extension is unconfigured. This PR adds a special exception to make the VPN toggle always clickable when signed out, as it has special behaviour when signed out. It also adds a proper regression test. A slightly different regression test existed, but it didn't account for cases where the VPN state is one that would normally disable the toggle.
Configuration menu - View commit details
-
Copy full SHA for faaa0af - Browse repository at this point
Copy the full SHA faaa0afView commit details -
fix: trim whitespace and newlines from access url and token textfields (
#207) Prevents scenarios like the following, where newlines are pasted in by accident: <img width="555" height="246" alt="image" src="/api/flow.js?q=https%3A%2F%2Fgithub.com%2Fcoder%2Fcoder-desktop-macos%2Fcompare%2F%253Ca%2520href%3D"https://github.com/user-attachments/assets/5f473dd4-dc11-4a28-a3b2-9e7bc57d033f">https://github.com/user-attachments/assets/5f473dd4-dc11-4a28-a3b2-9e7bc57d033f" /> The Windows app has trimming in the same places.
Configuration menu - View commit details
-
Copy full SHA for 5da2698 - Browse repository at this point
Copy the full SHA 5da2698View commit details -
feat: make workspaces list scrollable on overflow (#197)
Closes #188. If the workspaces view exceeds 400px in height, it'll become scrollable. The diff without whitespace changes is like 4 lines. https://github.com/user-attachments/assets/5bdd0369-c882-4085-9513-7594bd100475 I think the `View more`/`View less` very much still makes sense, so I'm keeping it.
Configuration menu - View commit details
-
Copy full SHA for d5bc158 - Browse repository at this point
Copy the full SHA d5bc158View commit details
Commits on Aug 4, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 5affac0 - Browse repository at this point
Copy the full SHA 5affac0View commit details -
chore: bring app to front when an update is available (#194)
Supposedly users are missing the notification because it's just silently appearing in the background.
Configuration menu - View commit details
-
Copy full SHA for e2e49a0 - Browse repository at this point
Copy the full SHA e2e49a0View commit details
Commits on Aug 6, 2025
-
chore: improve vpn configuration errors (#208)
Some flakey OS operation has been reported by two different users after installation: <img width="215" height="415" alt="image" src="/api/flow.js?q=https%3A%2F%2Fgithub.com%2Fcoder%2Fcoder-desktop-macos%2Fcompare%2F%253Ca%2520href%3D"https://github.com/user-attachments/assets/e632071d-02a3-45d3-bbef-f1bce9139974">https://github.com/user-attachments/assets/e632071d-02a3-45d3-bbef-f1bce9139974" /> <img width="247" height="191" alt="image" src="/api/flow.js?q=https%3A%2F%2Fgithub.com%2Fcoder%2Fcoder-desktop-macos%2Fcompare%2F%253Ca%2520href%3D"https://github.com/user-attachments/assets/dcd4b39b-5be4-4630-a4c8-dc45fe06bb77">https://github.com/user-attachments/assets/dcd4b39b-5be4-4630-a4c8-dc45fe06bb77" /> I don't know what's happening because the error handling here isn't very good. This PR fixes that by always including the operation that failed in the UI message.
Configuration menu - View commit details
-
Copy full SHA for ab44e4a - Browse repository at this point
Copy the full SHA ab44e4aView commit details
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.7.1...v0.7.2