Skip to content

Releases: ttalvitie/browservice

v0.9.2.0

13 Feb 21:22
2f4d43c
Compare
Choose a tag to compare
  • Upgrade to CEF 88.2.6.
  • Add support for file uploads.
  • Define plugin API and reorganize the code into two reusable and replaceable parts that communicate through the API: Browservice (manages browser using CEF) and Retrojsvice plugin (serves clients).
  • Major refactoring and reimplementation of parts of the code as a byproduct of the reorganization.

v0.9.1.2

21 Nov 11:14
Compare
Choose a tag to compare
  • Upgrade to CEF 87.1.6.
  • Switch to using our own logging system as CEF logging should not be used before CEF is initialized.

v0.9.1.1

30 Aug 17:01
Compare
Choose a tag to compare
  • Upgrade to CEF 84.4.1.

v0.9.1.0

10 Jul 14:10
f3cc544
Compare
Choose a tag to compare
  • Upgrade to CEF 83.4.4.
  • Rewrite JavaScript client such that it is more robust to IE quirks (running uncleared timeouts etc.) that caused spurious "Connection lost" errors.
  • Send MouseMove event after each MouseDown/MouseUp event to the embedded browser to make clicking work correctly in some web video player UIs.

v0.9.0.0

21 Jun 15:43
Compare
Choose a tag to compare
Switch to latest CEF release.