Releases: vimiix/ssx
Releases · vimiix/ssx
v0.0.7
v0.0.6
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
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
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