Skip to content
This repository was archived by the owner on Oct 4, 2023. It is now read-only.

Releases: Skarafaz/mercury

Mercury-SSH v1.2.3

01 Nov 19:14

Choose a tag to compare

Upgrade to target 29.

I've been very busy lately; fixes and new features will come soon! Stay tuned.

Mercury-SSH v1.2.2

02 Aug 13:33

Choose a tag to compare

New features:

  • Added support to command concatenation (using ";" , "&&" ecc);
  • added support to many previously unsupported encryption algorithms;
  • added support to sudo without password (see sudoNoPasswd command config property);
  • added support to run a command with a specific shell (see shellPath server config property);

Fixes

  • fixed an issue with passwords containing quotes;
  • fixed an issue with connection timeout;

Minors

  • export/send public key moved to settings menu;
  • minor fixes and improvements.

Mercury-SSH v1.2.1

24 Sep 12:59

Choose a tag to compare

Mercury-SSH v1.2.0

24 Sep 12:58

Choose a tag to compare

New features:

  • optional password;
  • public key authentication;
    • export public key to sdcard;
    • send public key to server.

Other:

  • bugfixes;
  • improvements;
  • upgrade to Android 7.0.

Mercury-SSH v1.1.3

14 Jul 14:25

Choose a tag to compare

Typo correction.

Mercury-SSH v1.1.2

14 Jul 13:59

Choose a tag to compare

New features:

  • ask for confirmation before sending command option;
  • configurable nohup and sudo paths.

Mercury-SSH v1.1.1

21 Feb 14:56

Choose a tag to compare

Bugfixes.

Mercury-SSH v1.1.0

20 Feb 10:17

Choose a tag to compare

New features:

  • in-app help.

Internals:

  • upgrade to Marshmallow.

Mercury-SSH v1.0.1

10 Jun 17:39

Choose a tag to compare

Internals

Mercury-SSH v1.0.0

14 Feb 10:38

Choose a tag to compare

Basic features:

  • read configs from JSON files;
  • send commands asynchronously.

Limitations:

  • no output handling;
  • no interactive commands support.