Skip to content

Releases: Driver-C/tryssh

v0.3.15

26 Jun 03:07
22f5d0a

Choose a tag to compare

Changelog

  • 22f5d0a Upd: Update go.sum (#56)
  • 4feb98e Upd: Convert all line endings to LF (#55)
  • 63d22d0 Upd: update dependeccies (#54)
  • 01d0879 Bump golang.org/x/crypto from 0.17.0 to 0.31.0
  • 7f63dbf Upd: Hide sensitive information in output logs
  • 38cc939 Opt: Code quality optimization
  • a6ef6d4 Upd: update goreleaser.yml (#50)

v0.3.14

11 Jul 10:32
58bad4c

Choose a tag to compare

Changelog

v0.3.13

17 Jan 07:43

Choose a tag to compare

Changelog

v0.3.12

27 Dec 04:03

Choose a tag to compare

Changelog

  • 088f8f0 Upd: Dependency update
  • f666e3f Bump golang.org/x/crypto from 0.14.0 to 0.17.0
  • 269dcbd Upd: Readme documents

v0.3.11

30 Oct 09:31

Choose a tag to compare

Changelog

  • fb705a8 Upd: Change the release file form

v0.3.10

17 Oct 11:04

Choose a tag to compare

Changelog

  • bc333ce Fix: After cache prune, aliases are lost
  • 69dce8e Opt: Deduplication of configuration during addition
  • 24db9a8 Add: One-click functionality to check the availability of the current cache

v0.3.8

13 Oct 10:14

Choose a tag to compare

Changelog

  • ff4fb6d Opt: Release publishing
  • 6f84d81 Opt: Release stuff and the goreportcard
  • ee40099 Opt: correct the spelling

v0.3.7

13 Oct 09:25

Choose a tag to compare

Changelog

v0.3.6

12 Oct 07:39

Choose a tag to compare

Changelog

  • dd9bd34 Opt: Change the parameter for deleting caches to IP address
  • ca474fd Add: ssh client's HostKeyCallback implementation
  • 0902202 Opt: sync outdated cache's alias

v0.3.5

10 Oct 10:52

Choose a tag to compare

Changelog

  • cef9781 Opt: build and release
  • fc57002 Create build-and-release.yml
  • 72f8f68 Opt: directory slash, home directory symbol, file permissions
  • 52d9b52 Add: the function of scp command to transfer directories
  • 0c7542d Opt: change config path for adapt to various context
  • b1cdb2f Opt: optimize exit logic
  • 2c3148a Add: delete and get functions
  • 3a1f05f Add: create command functions
  • f7be524 Opt: Add progress bar and solve the problem of slow transmission speed
  • 72f68f7 Opt: concurrency optimize
  • e261cb7 Add: concurrency function
  • dc08d73 Add: alias functions
  • a2b2df6 Opt: Cache deletion logic optimization
  • 4b338eb Add: Specify a username to attempt to login to the server
  • b0e8bb2 Add: Refactoring Command Line Logic
  • f364e14 Add: Global logger
  • ab53a56 Initial commit