Releases: EliuX/MEGAcmd4J
Releases · EliuX/MEGAcmd4J
v1.6.11
v1.6.10-SNAPSHOT
v1.6.10-SNAPSHOT
v1.6.2
v1.6.0
v1.5.0
v1.4.0
v1.3.0
Added
- Added CODEOWNERS
- Added github templates for issues and PRs
- Added command to start and stop Mega local server
- Added support for command "version"
- Added support for MegaCmdInvalidArgumentException (different MegaWrongArgumentsException)
Changed
- All exit codes are converted always to positive to comply with POSIX standard.
- Commands instead of being passed as a String to the process builder are now
passed as an array: It avoids problems related to the use of spaces on paths and parameters.
It also makes more sense to get the parameters as a list.
Fixed
- Fixed #13 so local and dest paths can support whitespaces.
- Fixed #11, so remotePath was changed in code.
- Fixed #8, so when Mega.init is called the MEGAcmdServer is started.
- Fixed #10, uploading issue: Related to the use of whitespaces.
- Fixed #9, When the first call never ended because the server had not started.
v1.2.2
megacmd4j-1.0.2-alpha
[maven-release-plugin] copy for tag megacmd4j-1.0.2-alpha
v1.0.1.Alpha
Change travis gh api_key to env var