Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 2.25 KB

CHANGELOG.md

File metadata and controls

51 lines (31 loc) · 2.25 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

  • New compile-time options for controlling WEBVIEW_API (#893)

Changed

  • Disable status bar (Windows/WebView2) (#1028)

Breaking Changes

  • WEBVIEW_API is now inline by default for C++ (#893)
  • Treat result of binding function as JSON, not JS (#1002)
  • App lifecycle separation (#1005)

0.10.0 - 2023-09-16

This is the first release since the library rewrite by zserge (#315), and is a necessary one that allows us to prepare for future changes in the library.

Due to the vast amount of contributions that are in this release on top of the changes and removals introduced in the library rewrite, we've picked a few contributions aside from the rewrite that had a significant impact compared to the previous release.

Added

Windows:

  • Microsoft Edge WebView2 backend (#315)
  • Custom WebView2Loader implementation (#783)
  • DPI scaling for Windows 10 and later (#982)
  • Add support for dark title bar on Windows 10 and later (#996)

Removed

0.1.1 - 2020-01-21

0.1.0 - 2018-05-09