Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 747 Bytes

CHANGELOG.md

File metadata and controls

32 lines (18 loc) · 747 Bytes

0.0.7

  • Moved getInputStream before channel connect on Android.
  • Set minimum SDK version to 2.1.0.

0.0.6

  • Set compileSdkVersion to 28, fixing build error "Execution failed for task ':ssh:verifyReleaseResources'"
  • Set uuid plugin version to ^2.0.0.

0.0.5

  • Fixed download exception on Android due to this issue.

0.0.4

  • Changed disconnect() method to sync.
  • Fixed Android crash issue "Methods marked with @UiThread must be executed on the main thread.".

0.0.3

  • Fixed invokeMethod missing indirection.
  • Add note about OpenSSH keys, add passphrase to key example.

0.0.2

  • Check if client is null before getting session in Android.

0.0.1

  • Initial release.