Skip to content
This repository was archived by the owner on Aug 10, 2024. It is now read-only.

Releases: leonwind/cli2cloud

Fix windows environment issue #27

05 May 14:05
4458735

Choose a tag to compare

Fixes the issue reported in #27 , where windows close the channels before we can read from them.

Add delay option to commandline client

06 Apr 22:21
5374c95

Choose a tag to compare

Solves #14 by adding a -delay option to manually set the timeout before printing the command output to the terminal.

Move key in query parameter to hash parameter

21 Mar 20:15
eb30c5d

Choose a tag to compare

Fixes #10 e2ee vulnerability since the query parameter gets sent to the webserver as well and thus the password to encrypt the data.
Moves ?key=123 to #key=123.

v1.0.0

18 Mar 14:52

Choose a tag to compare

Initial working version.