From e3ae5a48b9c38013142dae4ad83ecd47e979a5c9 Mon Sep 17 00:00:00 2001 From: CanadaHonk Date: Fri, 27 Jan 2023 23:50:22 +0000 Subject: [PATCH] roadmap: update --- roadmap.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/roadmap.md b/roadmap.md index 2f7c883..c757310 100644 --- a/roadmap.md +++ b/roadmap.md @@ -15,6 +15,11 @@ - Automatically remember window position/size between starts (disableable) +## v0.13.0 +- [ ] Initial system tray API (Windows only for WIP) +- [ ] Frameless windows (Windows only for WIP) +- [ ] Hide window completely (Windows only for WIP) + ## v0.12.0 - [X] Add new freezing API to Idle API - [X] Minor stability/edge-case improvements @@ -22,9 +27,6 @@ - [X] Experimental V8 Cache API - [X] Massive startup time speedup (~1s -> ~0.4s) - [X] Tweak and add to Page API -- [ ] Initial system tray API (Windows only for WIP) -- [ ] Frameless windows (Windows only for WIP) -- [ ] Hide window completely (Windows only for WIP) ## v0.11.0 - [X] Page title API