From a0a2d86565212abee206141ed8a8a2b4f18fc6ce Mon Sep 17 00:00:00 2001 From: nothingismagick Date: Sun, 12 Jul 2020 20:52:31 +0200 Subject: [PATCH] chore(readme): update list of features for Q3 (#819) --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 388f47a7b..21875339c 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ If you are interested in making a tauri-app, please visit the [documentation web - [x] Device Notifications (toast) - [ ] Self Updater (in progress) - [ ] deeplink RPC (in progress) +- [ ] One-Time commands (coming soon) - [ ] App Signing (coming soon) - [ ] Frameless Mode (coming soon) - [ ] Transparent Mode (coming soon) @@ -73,6 +74,7 @@ If you are interested in making a tauri-app, please visit the [documentation web - [x] writeBinaryFile - write binary file to local filesystem - [x] readBinaryFile - read binary file from local filesystem - [x] readTextFile - read text file from local filesystem +- [ ] channel - stream constant data to the webview ### Security Features - [x] localhost-free mode (:fire:) @@ -82,6 +84,13 @@ If you are interested in making a tauri-app, please visit the [documentation web - [x] CSP Injection - [ ] Frida-based harness for Post-Binary Analysis (in progress) +### Utilities +- [x] GH Action for creating binaries for all platforms +- [x] VS Code Extension +- [x] Tauri Core Plugins +- [ ] Update core dependencies automatically from the command line +- [ ] Rust-based CLI with deno binding + ### Comparison between Tauri and Electron | Detail | Tauri | Electron |