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: streamlink/streamlink
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6.7.2
Choose a base ref
...
head repository: streamlink/streamlink
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.7.3
Choose a head ref
  • 19 commits
  • 22 files changed
  • 3 contributors

Commits on Mar 26, 2024

  1. tools: bump ruff to 0.3.4

    bastimeyer committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    caf6976 View commit details
    Browse the repository at this point in the history
  2. tools: bump mypy to 1.9.0

    bastimeyer committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    33879e2 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

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

Commits on Mar 29, 2024

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

Commits on Mar 31, 2024

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

Commits on Apr 1, 2024

  1. plugin.api: update useragents

    streamlinkbot authored and bastimeyer committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    39961a5 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

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

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    4abb9ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54803f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eecf609 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

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

Commits on Apr 6, 2024

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

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    0466622 View commit details
    Browse the repository at this point in the history
  2. webbrowser: fix propagation of BaseException

    - Fix `KeyboardInterrupt`/`SystemExit` exceptions
      not being propagated in nested `ExceptionGroup`s
    - Fix compatibility with `exceptiongroup<=1.1.1`
      by avoiding their `catch()` context manager
    - Add missing test for (re-)raising different exception types
    bastimeyer committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    d5aa26f View commit details
    Browse the repository at this point in the history
  3. tests: fix test_onbuild when executed from build directory

    When executing tests from the build directory (generated by bdist),
    the location of the Streamlink source is directly at the root directory
    and not in a `src` subdirectory.
    
    This is what Debian does when building python packages to ensure newly
    built files are tested instead of source files.
    amurzeau authored and bastimeyer committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    a906592 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

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

Commits on Apr 12, 2024

  1. tools: bump ruff to 0.3.7

    bastimeyer committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    c8be958 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. release: 6.7.3

    bastimeyer committed Apr 14, 2024
    1 Configuration menu
    Copy the full SHA
    abf230f View commit details
    Browse the repository at this point in the history
Loading