8000 Comparing main...3.3 · ebitengine/oto · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: ebitengine/oto
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: ebitengine/oto
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.3
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 6 files changed
  • 1 contributor

Commits on Sep 23, 2024

  1. all: release v3.3.0

    hajimehoshi committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    4a83e9f View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. oto: ensure resuming on browsers

    AudioContext.resume might fail in theory. This change addresses the
    issue where resuming fails by ensuring the promise result.
    
    Updates hajimehoshi/ebiten#3122
    hajimehoshi committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    43a79a4 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2024

  1. Configuration menu
    Copy the full SHA
    fbc178a View commit details
    Browse the repository at this point in the history
  2. internal/mux: remove duplicated code

    Updates #254
    hajimehoshi committed Dec 23, 2024
    Configuration menu
    Copy the full SHA
    51fef06 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2025

  1. Configuration menu
    Copy the full SHA
    b371626 View commit details
    Browse the repository at this point in the history
  2. internal/mux: add tests

    Updates #258
    hajimehoshi committed Mar 23, 2025
    Configuration menu
    Copy the full SHA
    ca25364 View commit details
    Browse the repository at this point in the history
  3. .github/workflows: skip tests on Linux CI

    This change also enables CI tests on release branches.
    
    Closes #259
    hajimehoshi committed Mar 23, 2025
    Configuration menu
    Copy the full SHA
    6b9bbc1 View commit details
    Browse the repository at this point in the history
  4. internal/mux: do not put back an old buffer

    Theoretically, it is possible to put an old-sized buffer to the pool.
    
    Closes #258
    hajimehoshi committed Mar 23, 2025
    Configuration menu
    Copy the full SHA
    12990bb View commit details
    Browse the repository at this point in the history
Loading
0