roadmap: current 0.13 plans

This commit is contained in:
Oj 2023-02-02 16:25:54 +00:00
parent 65b31bb203
commit 55fd414a19

View File

@ -15,11 +15,18 @@
- Automatically remember window position/size between starts (disableable)
## v0.13.0
## v0.14.0
- [ ] Initial system tray API (Windows only for WIP)
- [ ] Frameless windows (Windows only for WIP)
- [ ] Hide window completely (Windows only for WIP)
## v0.13.0
- [X] Browser extension API
- [X] Security revamp:
- [X] Completely block HTTP (by default)
- [ ] Add easy CSP options (with default) when using Local
- [ ] Restrict navigation when using Local to Local only (by default)
## v0.12.0
- [X] Add new freezing API to Idle API
- [X] Minor stability/edge-case improvements