bump ver to 0.1.0

This commit is contained in:
Prome
2023-05-25 22:48:02 +08:00
parent 7f0a957d20
commit cc570053c6
2 changed files with 7 additions and 1 deletions

View File

@@ -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.

View File

@@ -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