Skip to content
This repository was archived by the owner on Mar 23, 2025. It is now read-only.

Releases: termius/termius-cli

1.2.15

Choose a tag to compare

@ivankudinov-termius ivankudinov-termius released this 08 Dec 07:42

The release contains:

1.2.14

Choose a tag to compare

@ivankudinov-termius ivankudinov-termius released this 03 Dec 10:20

The release contains:

  • Fixed dependencies for Python 2.7, 3.5

1.2.13

Choose a tag to compare

@ivankudinov-termius ivankudinov-termius released this 30 Nov 12:06

The release contains:

Bugfix:
  • Fixed building on CI
  • Added handling of HTTP status indicating about using an outdated version
Security:
  • Removed storing of passwords and passphrases locally

1.2.12

Choose a tag to compare

@Maxbey Maxbey released this 23 Nov 10:45

The release contains:

  • Updated API version for login API endpoint

1.2.11

Choose a tag to compare

@Maxbey Maxbey released this 17 Aug 07:58

The release contains:

  • Removed Google Analytics from the project.

1.2.6

Choose a tag to compare

@Maxbey Maxbey released this 13 Sep 06:22

The release contains:

Bugfix:
  • Fixed hosts creation
  • Fixed sync for users with enabled two-factor authentication
  • Fixed sync for port forwarding rules
  • Improved validation of user's input
  • Improved tables displaying
New features:
  • Implemented import of SecureCRT sessions via import-hosts command

1.1.2

Choose a tag to compare

@Maxbey Maxbey released this 16 Jul 09:38

Fixed issues in sync process.

v1.1.1

Choose a tag to compare

@Maxbey Maxbey released this 06 Jun 05:13

API host changed to api.termius.com.

v1.1.0

Choose a tag to compare

@Maxbey Maxbey released this 06 Jun 02:55

The release contains:

Bugfix:
  • Fixed issues with bad encrypted data
  • Fixed the disappearance of the user authentication data after ssh configs merging
  • Improved text for help messages
New features:
  • Added support of two-factor authentication
New commands:
  • termius init (login, pull, import-ssh-config, push)
  • termius import-ssh-config (Import hosts from ssh config to local storage)
  • termius export-ssh-config (Export hosts from local storage to ./termius/sshconfig)

v1.0.2

Choose a tag to compare

@EvgeneOskin EvgeneOskin released this 09 Dec 15:58

This release contains several fixes:

  • a fix of hosts command – it list hosts as Termius app doing it;
  • a fix of groups command;
  • a fix of quoting a identity file path, when using connect command.