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/code-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.99.4
Choose a base ref
...
head repository: coder/code-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 10 commits
  • 28 files changed
  • 4 contributors

Commits on May 5, 2025

  1. Release v4.99.4

    code-asher committed May 5, 2025
    Configuration menu
    Copy the full SHA
    3f2e334 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2025

  1. Allow setting trusted domains for links at run-time

    It can be set either:
    
    1. In the product.json (normally the product.json is embedded during the
       build and not read at run-time).
    2. With the --link-protection-trusted-domains flag.
    code-asher committed May 6, 2025
    Configuration menu
    Copy the full SHA
    ea2caf0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c72b20 View commit details
    Browse the repository at this point in the history
  3. Fix repeatable flags in config

    Fixes #6149.
    code-asher committed May 6, 2025
    Configuration menu
    Copy the full SHA
    c8257a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e5b8d44 View commit details
    Browse the repository at this point in the history
  5. chore: bump eslint from 9.23.0 to 9.25.1 (#7332)

    Bumps [eslint](https://github.com/eslint/eslint) from 9.23.0 to 9.25.1.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v9.23.0...v9.25.1)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-version: 9.25.1
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 6, 2025
    Configuration menu
    Copy the full SHA
    8b55b50 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7af90ea View commit details
    Browse the repository at this point in the history

Commits on May 8, 2025

  1. Configuration menu
    Copy the full SHA
    2c9b4e7 View commit details
    Browse the repository at this point in the history
  2. Fix port parseInt error handling

    parseInt returns NaN rather than throwing.
    code-asher committed May 8, 2025
    Configuration menu
    Copy the full SHA
    9bd3b83 View commit details
    Browse the repository at this point in the history
  3. Update devcontainer feature link

    I think we meant to link to the feature readme rather than the general
    repo readme.
    code-asher committed May 8, 2025
    Configuration menu
    Copy the full SHA
    d0e20d5 View commit details
    Browse the repository at this point in the history
Loading