From a2ae67b0fb818438c228a81f40f755439026a8a1 Mon Sep 17 00:00:00 2001 From: Andi Dittrich Date: Wed, 26 Apr 2017 06:38:21 +0000 Subject: [PATCH] updates changelog --- CHANGES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 04227cd..434ab1b 100755 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,6 @@ ### 2.1.0 ### -* Added: Support for native [encode](http://nodemcu.readthedocs.io/en/master/en/modules/encoder/) module to use **base64** as transfer encoding (speed up the transfer by factor 4) - suggested by [MickaelGuilloux on GitHub](https://github.com/AndiDittrich/NodeMCU-Tool/pull/34) #32 +* Added: Support for native [encode](http://nodemcu.readthedocs.io/en/master/en/modules/encoder/) module to use **base64** as transfer encoding (speed up the transfer by factor 4..10) - suggested by [MickaelGuilloux on GitHub](https://github.com/AndiDittrich/NodeMCU-Tool/pull/34) #32 +* Changed: Progress bar appearance (shades_classic theme of **cli-progress v1.4** is used) * Bugfix: By uploading multiple files the transfer-encoder functions where uploaded each time ### 2.0.4 ###