Skip to content

Release 2.2.1

Choose a tag to compare

@Voltstro Voltstro released this 06 Oct 12:00
· 115 commits to master since this release

Changelog

Added

  • Added Incognito mode

Changed

  • Updated CEF to 129.0.11
  • CachePath can only be set before HasInitialized
  • LogPath can only be set before HasInitialized
  • Change some path building to use Path.Combine instead

Deprecated

  • Cache control is no longer used. A cache path will always be used now. To use a incognito/private mode, where no profile-specific data is persisted to disk, set incognito mode to true.

Fixed

  • Do not pass proxy settings if ProxyServer is false
  • Fix missing icudtl.dat on Linux cef (#346)