From cbc26e3466a641837ff892d7d7c735cf99c7c40b Mon Sep 17 00:00:00 2001 From: sirjonasxx <36828922+sirjonasxx@users.noreply.github.com> Date: Thu, 14 Jun 2018 02:06:50 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e32a4f9..395f349 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,10 @@ FEATURES: * Responsive UI * Encoding/decoding * Auto detect hotel +* Scheduler DOING: -* Scheduler (packetsending not consistent yet) +* Scheduler (save & load functionality) TO-DO: * Block specific packets from displaying in the logger (in Logger tab) From 3ec19a83edbfd63f084f8574f8edd4d860024f26 Mon Sep 17 00:00:00 2001 From: sirjonasxx <36828922+sirjonasxx@users.noreply.github.com> Date: Thu, 14 Jun 2018 02:07:26 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 395f349..3c89113 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,6 @@ FEATURES: * Client & server side packet logging & injection * Easily blocking & replacing packets (not yet in the UI) * Packet expressions -* Responsive UI * Encoding/decoding * Auto detect hotel * Scheduler From fb1b738f2e652a5601cac3d6b17b992bfc7864ed Mon Sep 17 00:00:00 2001 From: sirjonasxx <36828922+sirjonasxx@users.noreply.github.com> Date: Thu, 14 Jun 2018 02:09:22 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3c89113..81deb44 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,9 @@ Execute this command if you get the following error: FEATURES: -* Client & server side packet logging & injection -* Easily blocking & replacing packets (not yet in the UI) +* Log outgoing and incoming packets +* Injection, both sides +* Blocking & replacing packets functionality * Packet expressions * Encoding/decoding * Auto detect hotel