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.4.0
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.5.0
Choose a head ref
  • 7 commits
  • 20 files changed
  • 4 contributors

Commits on May 22, 2025

  1. fix: change dummy workspace logic to include starting and stopping (#107

    ) fixes#104 Includes starting, stopping, pending and unknown (rare!) workspaces as "dummy" grayed workspaces. TBD what we want to do with failed or canceled workspaces.
    @spikecurtis
    spikecurtis authored May 22, 2025
    Configuration menu
    Copy the full SHA
    204f0e3View commit details
    Browse the repository at this point in the history

Commits on May 28, 2025

  1. Configuration menu
    Copy the full SHA
    2301c75View commit details
    Browse the repository at this point in the history
  2. feat: enabled sign out and animated window resize (#109)

    Closes: #96 --------- Co-authored-by: Dean Sheather <[email protected]>
    @ibetitsmike@deansheather
    ibetitsmike and deansheather authored May 28, 2025
    Configuration menu
    Copy the full SHA
    d6cbf71View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    22c9bcdView commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2025

  1. feat: removed external dependencies (VPN, mutagen) connection managem…

    …ent (#111) Closes: #68 --------- Co-authored-by: Dean Sheather <[email protected]>
    @ibetitsmike@deansheather
    ibetitsmike and deansheather authored Jun 2, 2025
    Configuration menu
    Copy the full SHA
    5afd747View commit details
    Browse the repository at this point in the history
  2. feat: added icon to installer's bootstrap application (#112)

    Closes: #38 WiX 5 introduced a bug that stopped respecting the icon file on the theme's Window. This is described in this issue: wixtoolset/issues#8104 This PR introduces: - an additional option in our `build-bootstrapper` to allow optional setting of the `theme xml`, - adds a copy of the `RtfLargeTheme.xml` from WiX `5.0.2` with the added attribute of `IconFile` ![image](https://github.com/user-attachments/assets/cb73e9a9-7227-49ae-b5bd-b82423133f51)
    @ibetitsmike
    ibetitsmike authored Jun 2, 2025
    Configuration menu
    Copy the full SHA
    23f7819View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2025

  1. Configuration menu
    Copy the full SHA
    0b27367View commit details
    Browse the repository at this point in the history
Loading