Skip to content

Releases: vimiix/ssx

v0.4.0

10 Jul 10:11
ca3b05b
Compare
Choose a tag to compare

Changelog

v0.3.1

18 Jun 04:04
bd77d12
Compare
Choose a tag to compare

Changelog

  • bd77d12 Merge pull request #46 from MiracleLau/add-version-compare
  • 95c6ad2 feat: Check if the version is the latest before upgrading.
  • a37b6cc fix(upgrade): skip init ssx instance when upgrade

v0.3.0

12 Jun 07:52
993b348
Compare
Choose a tag to compare

Changelog

  • 993b348 chore: bump version to v0.3.0
  • 1c05f17 fix(utils): avoid zip slip vulnerability
  • bb268b4 feat: mark --server and --tag as deprecated
  • 9e7d1be fix: update keyfile if -k specified
  • 9986ee6 chore: tidy go.mod
  • b33cb84 feat(upgrade): support upgrade ssx online

v0.2.0

11 Jun 14:54
fbe02a0
Compare
Choose a tag to compare

New Feature

  • support -p to specify ssh port
  • encrypt entry password with machineid defaultly
  • support login with proxy server by -J flag
  • change default user from current user to root

Changelog

  • fbe02a0 chore: bump version to v0.2.0
  • 5eab08e Merge pull request #44 from vimiix/feat/43
  • 34fd274 feat!: encrypt secret info with machine id
  • fd69945 chore: add not stale tags
  • 4a7796c Merge pull request #42 from vimiix/dependabot/go_modules/golang.org/x/crypto-0.24.0
  • 6c5490b Create stale.yml
  • efcc115 build(deps): bump golang.org/x/crypto from 0.23.0 to 0.24.0
  • 0ddcbc3 Merge pull request #39 from vimiix/feature/38
  • 56ad9d2 feat: support connect through jump server(#38)
  • bae45ac Merge pull request #35 from vimiix/dependabot/go_modules/go.etcd.io/bbolt-1.3.10
  • 0642d7d build(deps): bump go.etcd.io/bbolt from 1.3.9 to 1.3.10
  • d92ab18 Merge pull request #36 from vimiix/dependabot/go_modules/golang.org/x/crypto-0.23.0
  • 648bf4b Merge pull request #37 from vimiix/dependabot/go_modules/github.com/fatih/color-1.17.0
  • 89b23c8 build(deps): bump github.com/fatih/color from 1.16.0 to 1.17.0
  • fee63cf build(deps): bump golang.org/x/crypto from 0.22.0 to 0.23.0
  • 1510da7 Merge pull request #30 from vimiix/dependabot/go_modules/golang.org/x/crypto-0.22.0
  • 2613c9e refactor: set defaul user to root if user not given
  • a9be721 build(deps): bump golang.org/x/crypto from 0.21.0 to 0.22.0
  • 70aef5d Merge pull request #27 from vimiix/dependabot/go_modules/github.com/skeema/knownhosts-1.2.2
  • a547b74 build(deps): bump github.com/skeema/knownhosts from 1.2.1 to 1.2.2
  • 45adc1f Merge pull request #23 from vimiix/dependabot/go_modules/github.com/stretchr/testify-1.9.0
  • d25b2ec build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0
  • fa71e81 Merge pull request #26 from vimiix/dependabot/go_modules/golang.org/x/crypto-0.21.0
  • f594da3 build(deps): bump golang.org/x/crypto from 0.18.0 to 0.21.0
  • aaea26b fix(info): returns error if not match any entry by keyword

v0.1.0

29 Feb 02:32
e032734
Compare
Choose a tag to compare

Changelog

  • e032734 chore:Swap the readme document
  • fa638c4 feat: search entry with case-insensitive mode
  • ce05d04 Merge pull request #21 from vimiix/dependabot/go_modules/go.etcd.io/bbolt-1.3.9
  • 95a0811 build(deps): bump go.etcd.io/bbolt from 1.3.8 to 1.3.9
  • 019622a Merge pull request #20 from vimiix/dependabot/go_modules/github.com/containerd/console-1.0.4
  • 186c6a0 build(deps): bump github.com/containerd/console from 1.0.3 to 1.0.4
  • 93088b9 chore:add goreport badge

v0.0.7

30 Jan 09:39
64e37a0
Compare
Choose a tag to compare

Changelog

  • 64e37a0 fix(bbolt):decode entry when get entry by id
  • 7ff01b7 chore:bump version to v0.0.7
  • 530c017 doc:add chinese readme and make it as default(#12)
  • 78b2504 feat:validate tags with reserved words(#14)
  • 4186336 feat:support info command(#13)

v0.0.6

26 Jan 06:35
58ce4ef
Compare
Choose a tag to compare

Changelog

  • 58ce4ef chore:bump version to v0.0.6
  • 533cb1f chore(README):add 'Execute command' section
  • abaa2d1 feat:support execute command
  • 719886a test:add unittests for entry module
  • 6b96a41 perf:make candidate entries order stable(#11)
  • e2a4444 Merge pull request #10 from vimiix/dependabot/go_modules/golang.org/x/crypto-0.18.0
  • 7dad1af build(deps): bump golang.org/x/crypto from 0.17.0 to 0.18.0
  • b6a9005 feat:encrypt secret fields of entry before store to db(#5)
  • b0fe228 Merge pull request #8 from vimiix/dependabot/go_modules/golang.org/x/term-0.16.0
  • 6349007 build(deps): bump golang.org/x/term from 0.15.0 to 0.16.0
  • 896735b refactor:move cleaner module out of internal(#7)

v0.0.5

20 Dec 10:20
e1b782c
Compare
Choose a tag to compare

Changelog

  • e1b782c chore:bump version to v0.0.5
  • 5ffa33a fix:support login with passphrase protected keyfile(#4)
  • 8109257 Merge pull request #3 from vimiix/dependabot/go_modules/golang.org/x/crypto-0.17.0
  • d5eab6d build(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0
  • 4cafadf fix(terminal):support cancel with ctrl-c when reading password
  • eb5f3cb feat:enhance keyword search capability

v0.0.4

17 Dec 15:02
9a77945
Compare
Choose a tag to compare

Changelog

  • 9a77945 chore:bump version to v0.0.4
  • 105ddce chore(Makefile):add test target
  • d46590a fix:arrow keys donot work on windows(#2)
  • 6b28483 Merge pull request #1 from vimiix/dependabot/go_modules/github.com/stretchr/testify-1.8.4
  • fff4a59 build(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.4
  • 8e4eb89 Create dependabot.yml
  • 6947061 fix:use lg instead of log module
  • e863b79 fix(entry):use secure hostkey callback
  • ee6c016 update readme

v0.0.3

14 Dec 01:45
585f8ce
Compare
Choose a tag to compare

Changelog

  • 585f8ce chore:bump version to v0.0.3
  • 75f2ecd feat:support quick login without flags
  • b2d049f feat(cmd):support aliases
  • 5be237f chore:format readme content
  • 64594a0 chore:fix README format