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: Tyrrrz/YoutubeExplode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6.4
Choose a base ref
...
head repository: Tyrrrz/YoutubeExplode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.4.2
Choose a head ref
  • 20 commits
  • 32 files changed
  • 4 contributors

Commits on Aug 1, 2024

  1. Bump the nuget group with 6 updates (#802)

    Bumps the nuget group with 7 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [xunit](https://github.com/xunit/xunit) | `2.8.1` | `2.9.0` |
    | [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) | `2.8.1` | `2.8.2` |
    | [Avalonia](https://github.com/AvaloniaUI/Avalonia) | `11.0.11` | `11.1.1` |
    | [Avalonia.Desktop](https://github.com/AvaloniaUI/Avalonia) | `11.0.11` | `11.1.1` |
    | [Avalonia.Diagnostics](https://github.com/AvaloniaUI/Avalonia) | `11.0.11` | `11.1.1` |
    | [Material.Avalonia](https://github.com/AvaloniaCommunity/Material.Avalonia) | `3.6.0` | `3.7.2` |
    | [Avalonia](https://github.com/AvaloniaUI/Avalonia) | `11.0.11` | `11.1.0` |
    
    
    Updates `xunit` from 2.8.1 to 2.9.0
    - [Commits](xunit/xunit@2.8.1...2.9.0)
    
    Updates `xunit.runner.visualstudio` from 2.8.1 to 2.8.2
    - [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
    - [Commits](xunit/visualstudio.xunit@2.8.1...2.8.2)
    
    Updates `Avalonia` from 11.0.11 to 11.1.1
    - [Release notes](https://github.com/AvaloniaUI/Avalonia/releases)
    - [Commits](AvaloniaUI/Avalonia@11.0.11...11.1.1)
    
    Updates `Avalonia.Desktop` from 11.0.11 to 11.1.1
    - [Release notes](https://github.com/AvaloniaUI/Avalonia/releases)
    - [Commits](AvaloniaUI/Avalonia@11.0.11...11.1.1)
    
    Updates `Avalonia` from 11.0.11 to 11.1.1
    - [Release notes](https://github.com/AvaloniaUI/Avalonia/releases)
    - [Commits](AvaloniaUI/Avalonia@11.0.11...11.1.1)
    
    Updates `Avalonia.Diagnostics` from 11.0.11 to 11.1.1
    - [Release notes](https://github.com/AvaloniaUI/Avalonia/releases)
    - [Commits](AvaloniaUI/Avalonia@11.0.11...11.1.1)
    
    Updates `Avalonia` from 11.0.11 to 11.1.1
    - [Release notes](https://github.com/AvaloniaUI/Avalonia/releases)
    - [Commits](AvaloniaUI/Avalonia@11.0.11...11.1.1)
    
    Updates `Material.Avalonia` from 3.6.0 to 3.7.2
    - [Release notes](https://github.com/AvaloniaCommunity/Material.Avalonia/releases)
    - [Commits](AvaloniaCommunity/Material.Avalonia@v3.6.0...v3.7.2)
    
    Updates `Avalonia` from 11.0.11 to 11.1.0
    - [Release notes](https://github.com/AvaloniaUI/Avalonia/releases)
    - [Commits](AvaloniaUI/Avalonia@11.0.11...11.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: xunit
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: nuget
    - dependency-name: xunit.runner.visualstudio
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: nuget
    - dependency-name: Avalonia
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: nuget
    - dependency-name: Avalonia.Desktop
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: nuget
    - dependency-name: Avalonia
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: nuget
    - dependency-name: Avalonia.Diagnostics
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: nuget
    - dependency-name: Avalonia
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: nuget
    - dependency-name: Material.Avalonia
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: nuget
    - dependency-name: Avalonia
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: nuget
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    d64a1d2 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    6900912 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    932502a View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

  1. Update FFmpeg in tests to v7.0

    Tyrrrz committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    38855ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6427bd2 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. Don't use AppDomain

    Tyrrrz committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    8ca92bb View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. Bump the nuget group with 7 updates (#807)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 1, 2024
    Configuration menu
    Copy the full SHA
    a52ecbb View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    ffc887a View commit details
    Browse the repository at this point in the history
  2. Fix formatting

    Tyrrrz committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    119e21f View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    15ae69b View commit details
    Browse the repository at this point in the history
  2. More questionable formatting

    Tyrrrz committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    a28ddba View commit details
    Browse the repository at this point in the history
  3. Formatting

    Tyrrrz committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    e467006 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3513192 View commit details
    Browse the repository at this point in the history
  5. Proper fallback for skip-tests

    Tyrrrz committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    1c66110 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    f1038b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e03edfc View commit details
    Browse the repository at this point in the history
  3. Skip the pessimistic HLS test

    Tyrrrz committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    6d1fb0b View commit details
    Browse the repository at this point in the history
  4. Clarify comments

    Tyrrrz committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    9a5ba50 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e343d44 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    40cf581 View commit details
    Browse the repository at this point in the history
Loading