Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: coder/coder-desktop-windows
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.2
Choose a base ref
...
head repository: coder/coder-desktop-windows
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.3
Choose a head ref
  • 3 commits
  • 7 files changed
  • 2 contributors

Commits on Jun 25, 2025

  1. Configuration menu
    Copy the full SHA
    dbb8d76 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2025

  1. Configuration menu
    Copy the full SHA
    cb62556 View commit details
    Browse the repository at this point in the history
  2. fix: use custom user data dir for updater WebView2 (#138)

    The default location was in the install directory, which is not
    writeable by regular users. We now store the WebView2 data directory in
    our AppData/Local folder.
    
    This is what it looked like when broken:
    
    ![image](https://github.com/user-attachments/assets/f6d241d7-9341-4c70-9e7f-b8230dc5c9d4)
    deansheather authored Jun 26, 2025
    Configuration menu
    Copy the full SHA
    29943c8 View commit details
    Browse the repository at this point in the history
Loading