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: karma-runner/karma-chrome-launcher
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.1.1
Choose a base ref
...
head repository: karma-runner/karma-chrome-launcher
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.2.0
Choose a head ref
  • 5 commits
  • 4 files changed
  • 3 contributors

Commits on Apr 20, 2023

  1. Configuration menu
    Copy the full SHA
    3f0cd99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1c05e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d193ef3 View commit details
    Browse the repository at this point in the history
  4. feat: add process.env.ProgramW6432 as root location for binaries

    On Windows systems, depending on the installed software (32 bit or 64 bit), querying process.env.PROGRAMFILES might yield 'C:\Program Files (x86)' even on a 64 bit system. That is why process.env.ProgramW6432 needs to be added as a root location, which holds 'C:\Program Files'.
    sbley authored and pmvald committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    12a73db View commit details
    Browse the repository at this point in the history
  5. chore(release): 3.2.0 [skip ci]

    # [3.2.0](v3.1.1...v3.2.0) (2023-04-20)
    
    ### Features
    
    * add process.env.ProgramW6432 as root location for binaries ([12a73db](12a73db))
    semantic-release-bot committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    e92a2b4 View commit details
    Browse the repository at this point in the history
Loading