Skip to content

Releases: vimiix/ssx

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

v0.0.2

10 Dec 10:38
d5eb903
Compare
Choose a tag to compare

Changelog

  • d5eb903 chore:bump version to v0.0.2
  • 3832d3a feat:support remove tag, login by id and refactor db