This repository has been archived by the owner on Jul 5, 2021. It is now read-only.
Releases: MoriTanosuke/glacieruploader
Releases · MoriTanosuke/glacieruploader
0.1.1
0.1.1-beta2
- Fixed #60
0.1.1-beta1
This is a pre-release with only one slightly larger feature:
- Progress updates for uploads (see #56 )
uploader-0.1.0
AbstractCommand
can now return anOptional<CommandResult>
.CommandResult
can be printed as JSON or plain text.- Artifacts are available via Maven central
uploader-0.0.8
ListVaultCommand
available via--list-vaults
or-s
. See #44