Releases: ttalvitie/browservice
Releases · ttalvitie/browservice
v0.9.10.0
v0.9.9.2
v0.9.9.1
v0.9.9.0
- Upgrade to CEF 120.2.7 (Chromium 120.0.6099.234).
- Add support for specifying SSL/TLS certificate checking exceptions using the
--certificate-check-exceptions
command line option. - Add support for controlling the control bar visibility (useful for kiosk software) using the
--show-control-bar
command line option. - Add support for disabling client forward/back button forwarding that may cause compatibility issues with some clients using the
--vice-opt-navigation-forwarding
Retrojsvice plugin command line option.
v0.9.8.0
- Upgrade to CEF 119.4.3 (Chromium 119.0.6045.159).
- Implement support for page zooming through the
--initial-zoom
command line argument and hotkeys Ctrl+K/J/M for zoom in/out/reset. - Implement support for setting font render parameters for the browser view using the
--browser-font-render-mode
command line option.- Set the default font render mode to antialiased without subpixel rendering (previously, the system default was used, which typically includes subpixel rendering).
v0.9.7.1
v0.9.7.0
- Upgrade to CEF 114.2.12 (Chromium 114.0.5735.199).
- Add two new vice plugin API extensions (
PluginNavigationControlSupportQuery
andWindowTitle
) which are useful for alternative vice plugins (for example servers for native clients); the behavior with the default Retrojsvice plugin does not change.