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: obsproject/obs-websocket
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: obsproject/obs-websocket
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release/5.5.5
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Feb 28, 2025

  1. utils: Use u8path to fix possible string conversion crashes on Windows

    All other path operations in the code base already use u8path to ensure
    that the strings provided by libobs (which will either be ASCII or
    UTF-8 byte sequences) are correctly converted into UTF-16 strings.
    PatTheMav authored and RytoEX committed Feb 28, 2025
    Configuration menu
    Copy the full SHA
    6f1b4fc View commit details
    Browse the repository at this point in the history
  2. base: Update version to 5.5.5

    Changes:
     - Fix possible crashes if config path has unicode characters
    RytoEX committed Feb 28, 2025
    Configuration menu
    Copy the full SHA
    63e04d2 View commit details
    Browse the repository at this point in the history
Loading