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: sindresorhus/open
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v10.2.0
Choose a base ref
...
head repository: sindresorhus/open
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v11.0.0
Choose a head ref
  • 17 commits
  • 7 files changed
  • 2 contributors

Commits on Jul 20, 2025

  1. Configuration menu
    Copy the full SHA
    2778ac6 View commit details
    Browse the repository at this point in the history
  2. Minor tweak (#365)

    Richienb authored Jul 20, 2025
    Configuration menu
    Copy the full SHA
    514a691 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2025

  1. Fix PowerShell argument escaping

    Fixes #318
    Fixes #319
    Fixes #202
    sindresorhus committed Nov 12, 2025
    Configuration menu
    Copy the full SHA
    274d704 View commit details
    Browse the repository at this point in the history
  2. Document wait limitation with browsers

    Closes #18
    sindresorhus committed Nov 12, 2025
    Configuration menu
    Copy the full SHA
    fb5e3f1 View commit details
    Browse the repository at this point in the history
  3. Fix spawn handling

    Fixes #144
    Fixes #189
    sindresorhus committed Nov 12, 2025
    Configuration menu
    Copy the full SHA
    966239c View commit details
    Browse the repository at this point in the history
  4. Fix WSL2 local file opening

    Fixes #174
    Fixes #360
    sindresorhus committed Nov 12, 2025
    Configuration menu
    Copy the full SHA
    269b5fd View commit details
    Browse the repository at this point in the history
  5. Link to related project

    Closes #183
    sindresorhus committed Nov 12, 2025
    Configuration menu
    Copy the full SHA
    281be7d View commit details
    Browse the repository at this point in the history
  6. Ignore stdio on Windows when not waiting for process

    Previously, when using PowerShell on Windows to open URLs or files without the `wait` option, the parent Node.js process would not exit naturally. Users had to press Ctrl+C to terminate the script. This happened because PowerShell kept stdio streams open, preventing the parent process from exiting even though `subprocess.unref()` was called.
    
    Fixes #197
    sindresorhus committed Nov 12, 2025
    Configuration menu
    Copy the full SHA
    e1af0ee View commit details
    Browse the repository at this point in the history
  7. Suppress PowerShell progress messages on Windows

    PowerShell outputs progress information to stderr which caused tools like VSCode to interpret successful process launches as failures.
    
    Fixes #348
    sindresorhus committed Nov 12, 2025
    Configuration menu
    Copy the full SHA
    2283000 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8ce0f7d View commit details
    Browse the repository at this point in the history
  9. Fix WSL access via remote SSH

    Fixes #209
    sindresorhus committed Nov 12, 2025
    Configuration menu
    Copy the full SHA
    8821bf7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    67109f8 View commit details
    Browse the repository at this point in the history
  11. Require Node.js 20

    sindresorhus committed Nov 12, 2025
    Configuration menu
    Copy the full SHA
    e789eec View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2025

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

Commits on Nov 14, 2025

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

Commits on Nov 15, 2025

  1. Refactor

    sindresorhus committed Nov 15, 2025
    Configuration menu
    Copy the full SHA
    b8d8107 View commit details
    Browse the repository at this point in the history
  2. 11.0.0

    sindresorhus committed Nov 15, 2025
    Configuration menu
    Copy the full SHA
    8815330 View commit details
    Browse the repository at this point in the history
Loading