Explorar el Código

chore(readme): update list of features for Q3 (#819)

nothingismagick hace 5 años
padre
commit
a0a2d86565
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  1. 9 0
      README.md

+ 9 - 0
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 |