From d0f94e7c70598e9e3a4b7ca138250b936b4155cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20A=2E=20Ortega?= Date: Sun, 16 Jul 2017 21:13:29 -0500 Subject: [PATCH] Get the checkboxes working. --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index a0b2569..1cfcdbc 100644 --- a/README.md +++ b/README.md @@ -23,21 +23,21 @@ Roadmap What follows is a list roadmap of features and the (approximate) versions in which they will be implemented. - v0.1-alpha: - - [ ] Node connectivity - - [ ] Messages properly sent and received +
Node connectivity +
Messages properly sent and received - v0.1: - - [ ] Channel functionality - - [ ] Message encryption - - [ ] Sample nodes for testing +
Channel functionality +
Message encryption +
Sample nodes for testing - v0.2: - - [ ] Private messages +
Private messages - v1.0: - - [ ] Special snowflake (Winblows) socket support - - [ ] SOCKS4a/SOCKS5 proxy implementation - - [ ] HTTP proxy implementation +
Special snowflake (Winblows) socket support +
SOCKS4a/SOCKS5 proxy implementation +
HTTP proxy implementation - v1.1: - - [ ] File transfer - - [ ] Memos (with TTL) +
File transfer +
Memos (with TTL) API Documentation -----------------