Releases: bazukas/obs-linuxbrowser
Releases · bazukas/obs-linuxbrowser
0.6.1
- Fixes #100 (Add buttons to reset CSS/JS file paths)
This version ships with CEF 3.3578-1866 and works with OBS Studio Versions 23.0.2 and above.
0.6.0
- Add support for custom JavaScript files to be inserted into webpages.
- Fix #98
- Fix #97
- Fix #82
Ships with CEF version 3.3578.1864.
0.5.2
- Ignore Chrome's autoplay policies M66+ (April 2018)
0.5.1 — NEW CMAKE SYNTAX
- Added missing resource
v8_context_snapshot.bin
from CEF
- Refactored CMakeLists using Find modules for OBS and CEF. This breaks compatibility with old CMake variables
CEF_DIR
(renamed to CEF_ROOT_DIR
), OBS_INCLUDE
(renamed to OBS_INCLUDE_SEARCH_DIR
) and OBS_LIB
(renamed to OBS_LIBRARY_SEARCH_DIR
)!
- Refactored the codebase to prevent possible unwanted string truncation and to use modern C++11 code instead of old-fashioned C++ and C-style code.
0.5.0
- Implement option to stop the browser while hidden (#48)
0.4.1
- Bugfix release, enabling support for unlimited URL lengths (#70)
0.4.0
- Implement JS bindings for scene activation, source visibility, plugin version and a binding to recognize obs-linuxbrowser as browser source plugin.
0.3.1
- Fix bug with widget systems not initializing when using multiple browser sources
- Fix compatibility with latest CEF releases
Now shipping with CEF version 3202 (corresponds to Chromium 62).
0.2.0
- fix loading local files with path containing utf characters
- implement custom command-line arguments to chromium engine
- local files auto reload on file change
Binary releases are now built with mp3 support!
0.1.2
- Remove some hard-coded path manipulation to allow installation to global directories for multi-user systems
- Store cache data in /tmp
Binary releases for obs version 16.0.2 are no longer provided, since official obs ppa repository has been updated.