From cc570053c6d5ddb06a7abed04bbb0bf511721f28 Mon Sep 17 00:00:00 2001 From: Prome Date: Thu, 25 May 2023 22:48:02 +0800 Subject: [PATCH] bump ver to 0.1.0 --- CHANGELOG.md | 5 +++++ README.md | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46c2a94..6de1384 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.1.0 +- JS bridge support (Thanks to @SinyimZhi) +- Cookie manipulation support (Thanks to @SinyimZhi) +- [Windows] fix compile error after upgrade from a lower version + ## 0.0.9 - [Windows] Fixed crash caused by frame buffer lock. diff --git a/README.md b/README.md index 47ac2f8..cc23fd1 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,8 @@ When building the project for the first time, a prebuilt cef bin package (200MB, - [ ] Multi instance support - [ ] IME support - [x] Mouse events support -- [ ] JS bridge support +- [x] JS bridge support +- [x] Cookie manipulation support - [x] Release to pub - [x] Trackpad support - [ ] Better macOS binary distribution