Skip to content

Releases: EliuX/MEGAcmd4J

v1.6.11

24 Apr 23:52
Compare
Choose a tag to compare

v1.6.10-SNAPSHOT

24 Apr 20:48
Compare
Choose a tag to compare
v1.6.10-SNAPSHOT

v1.6.2

30 Jun 23:30
Compare
Choose a tag to compare
  • Fixes parsing of files/directories with whitespaces
  • Ignores optional banner at the beginning of the console output

v1.6.0

14 Sep 05:48
Compare
Choose a tag to compare

Add option to set the expiration date or duration before expiration for the command export.

v1.5.0

22 Jul 04:47
Compare
Choose a tag to compare

Added

  • Added support for command import
  • Added option password to export

v1.4.0

24 May 06:29
Compare
Choose a tag to compare
v1.4.0

v1.3.0

20 Jan 21:51
7ef609a
Compare
Choose a tag to compare

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

16 Dec 20:13
Compare
Choose a tag to compare

Use new Unix/POSIX compliant error codes to create exceptions.

megacmd4j-1.0.2-alpha

21 Jun 22:40
Compare
Choose a tag to compare
[maven-release-plugin] copy for tag megacmd4j-1.0.2-alpha

v1.0.1.Alpha

21 May 06:21
Compare
Choose a tag to compare
v1.0.1.Alpha Pre-release
Pre-release
Change travis gh api_key to env var