Releases: GamePowerX/KekUploadCLIClient
Version 1.2.0
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
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
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
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
Added Progressbar and changed Argument parsing.
Also moved the actual functional code to KekUploadLibrary
Full Changelog: v1.0.0.1...build_10
76f5faa
build_9 Create LICENSE
c433450
build_8 Now ignoring ChunkSize if the given int is negative
8f3dd1d
build_7 Added silent argument
acdf954
build_6 Merge remote-tracking branch 'origin/master'
v1.0.0.1
A few changes including a progressbar and bugfixes