Skip to content

Latest commit

 

History

History
58 lines (37 loc) · 2.7 KB

CHANGELOG.md

File metadata and controls

58 lines (37 loc) · 2.7 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.

0.11.0 - 2024-08-29

Added

  • New compile-time options for controlling WEBVIEW_API (#893)
  • Support for WebKitGTK API 4.1 (#1022)
  • Support for WebKitGTK API 6.0 and GTK 4 (#1125)
  • CMake build system (#1130)

Changed

  • Disable status bar (Windows/WebView2) (#1028)
  • Reworked handling and reporting of errors (#1099)

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