Skip to content
This repository has been archived by the owner on Mar 27, 2020. It is now read-only.

Releases: bazukas/obs-linuxbrowser

0.6.1

06 Apr 16:49
Compare
Choose a tag to compare
  • 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

19 Jan 14:07
Compare
Choose a tag to compare
  • 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

22 Aug 13:38
Compare
Choose a tag to compare
  • Ignore Chrome's autoplay policies M66+ (April 2018)

0.5.1 — NEW CMAKE SYNTAX

21 Aug 00:02
Compare
Choose a tag to compare
  • 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

28 Jul 12:36
Compare
Choose a tag to compare
  • Implement option to stop the browser while hidden (#48)

0.4.1

28 Jul 10:01
Compare
Choose a tag to compare
  • Bugfix release, enabling support for unlimited URL lengths (#70)

0.4.0

09 Jun 19:25
Compare
Choose a tag to compare
  • Implement JS bindings for scene activation, source visibility, plugin version and a binding to recognize obs-linuxbrowser as browser source plugin.

0.3.1

11 Dec 19:38
Compare
Choose a tag to compare
  • 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

08 May 14:24
Compare
Choose a tag to compare
  • 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

17 Apr 11:36
Compare
Choose a tag to compare
  • 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.