Rodney
Rodney
### Description This PR significantly improves search performance in the hotkey settings tab. The original author had the right idea with disabling updates so the list would not be continuously...
### Description Waits with loading hotkeys until the user clicks on the settings tab. The user sees a message while the tab is still loading:  ### Motivation and Context...
### Description Adds support for delta patches created with Zstandard rather than bsdiff. ToDo: - [x] Add support to [bouf](https://github.com/obsproject/bouf) + Supported added in [v0.4.0](https://github.com/obsproject/bouf/releases/tag/v0.4.0) - [x] Add Zstandard to...
### Description Changes the config file implementation to save default values in case no user-provided value has been set. ### Motivation and Context Migrations make life diffcult when we change...
### Description Makes Windows builds *mostly* reproducible using undocumented (but working) MSVC compiler/linker options and dropping the Qt Resource Compiler version to 1 (since 2+ includes last-modified timestamps). PDBs won't...
### Description This PR merges nix-update and win-update, upgrades OBS to Sparkle 2.3.1, and adds support for update channels on macOS. Closes #7869 if merged first. ToDo: - [x] Figure...
### Description Adds text warnings with optional URLs to window and game capture to notify users about incompatibilities using the new text labels introduced in #5160. The update mechanism for...
### Description When checking for running OBS instance ensure the executable of an OBS process is actually residing the the directory we want to update. Based on an old WIP...
### Description Removes remaining support for updating a 32 bit OBS build from the updater. (Ideally this should be merged after * #8070 * #8114 * #8115 so I only...
### Description - Disables beta/rc tags being published to live page - Runs version update step for `workflow_dispatch` as well - Sphinx output is now created without `.html` suffix in...