From 682f607f6b79adfc07c950bc2690d2e888849c03 Mon Sep 17 00:00:00 2001 From: Daniel LaCosse <3759828+daniellacosse@users.noreply.github.com> Date: Wed, 27 Sep 2023 10:17:19 -0400 Subject: [PATCH] update readme todos --- README.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index f0f8bc1a..a34bf790 100644 --- a/README.md +++ b/README.md @@ -125,17 +125,11 @@ Beta features: - For Mobile apps - [x] Library to run a local SOCKS5 or HTTP-Connect proxy ([source](./x/mobileproxy/mobileproxy.go), [example Go usage](./x/examples/fetch-proxy/main.go), [example mobile usage](./x/examples/mobileproxy)). (v0.0.6) - [x] Documentation on how to integrate the SDK into mobile apps (v0.0.6) - - [ ] Connectivity Test mobile app using [Capacitor](https://capacitorjs.com/) (coming soon) + - [x] Connectivity Test iOS mobile app using [Capacitor](https://capacitorjs.com/) + - [ ] Connectivity Test Android app using [Capacitor](https://capacitorjs.com/) (coming soon) - For Go apps - - [ ] Connectivity Test example [Wails](https://wails.io/) graphical app (coming soon) + - [x] Connectivity Test example [Wails](https://wails.io/) graphical app - [x] Connectivity Test example command-line app ([source](./x/examples/outline-connectivity/)) (v0.0.6) - [ ] Outline Client example command-line app (coming soon) - [x] Page fetch example command-line app ([source](./x/examples/outline-fetch/)) (v0.0.6) - [x] Local proxy example command-line app ([source](./x/examples/http2transport/)) (v0.0.6) - -- Server-side libraries - - [ ] To be defined (coming soon) - -- Other Resources - - [ ] Website (coming soon) - - [ ] Bindings (coming soon)