Releases: ttalvitie/browservice
Releases · ttalvitie/browservice
v0.9.2.0
- 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
v0.9.1.1
v0.9.1.0
- 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.