Skip to content

Releases: GamePowerX/KekUploadCLIClient

Version 1.2.0

24 Jan 22:26
192c78b
Compare
Choose a tag to compare

Version 1.2.0

  • Changed to using websockets for uploading files
  • Added option for disabling websockets
  • Now cancelling the upload/download when pressing Ctrl+C (and not just letting the process getting terminated)
  • Now sharing the same version number as KekUploadServer

Full Changelog: v1.0.0.5...v1.2.0

v1.0.0.5

05 Jul 13:43
3987b90
Compare
Choose a tag to compare

Upgraded to the newest KekUploadLibrary, to allow users to also upload files without chunk hashing.

Full Changelog: https://github.com/CraftingDragon007/KekUploadCLIClient/commits/v1.0.0.5

Additional Changes: KekUploadLibrary

v1.0.0.4

25 May 23:26
8a516ca
Compare
Choose a tag to compare

Upgraded to the newest KekUploadLibrary, to allow users to also upload files with names.

Full Changelog: https://github.com/CraftingDragon007/KekUploadCLIClient/commits/v1.0.0.4

Additional Changes: KekUploadLibrary

v1.0.0.3

10 May 10:13
a7c7882
Compare
Choose a tag to compare

What's Changed

  • Upgraded to the newest KekUploadServer Version
  • Other things... (Look in the Full Changelog)

Full Changelog: https://github.com/CraftingDragon007/KekUploadCLIClient/commits/v1.0.0.3

v1.0.0.2

02 Mar 16:09
13f46d0
Compare
Choose a tag to compare

Added Progressbar and changed Argument parsing.
Also moved the actual functional code to KekUploadLibrary

Full Changelog: v1.0.0.1...build_10

76f5faa

02 Mar 14:58
76f5faa
Compare
Choose a tag to compare
76f5faa Pre-release
Pre-release
build_9

Create LICENSE

c433450

01 Mar 15:43
c433450
Compare
Choose a tag to compare
c433450 Pre-release
Pre-release
build_8

Now ignoring ChunkSize if the given int is negative

8f3dd1d

28 Feb 21:48
8f3dd1d
Compare
Choose a tag to compare
8f3dd1d Pre-release
Pre-release
build_7

Added silent argument

acdf954

26 Feb 08:57
acdf954
Compare
Choose a tag to compare
acdf954 Pre-release
Pre-release
build_6

Merge remote-tracking branch 'origin/master'

v1.0.0.1

20 Feb 13:25
692cddd
Compare
Choose a tag to compare

A few changes including a progressbar and bugfixes