Skip to content

Releases: millotp/vaultwalker

0.4.4

28 May 23:28
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Better error messages on init
  • Adapt crossterm to windows
  • Adapt message to narrow terminal
  • Make the clipboard optional

⚙️ Miscellaneous Tasks

  • Add unit tests
  • Make the http client mockable
  • Add mock
  • Add more unit test (coverage 20%)

0.4.3

28 May 09:13
7eaee02
Compare
Choose a tag to compare

[0.4.3] - 2024-05-28

🐛 Bug Fixes

  • Better error messages

⚙️ Miscellaneous Tasks

  • Add install link for binaries
  • Update README with all features

0.4.2

27 May 22:26
39edfce
Compare
Choose a tag to compare

🐛 Bug Fixes

  • (delete) Move up the path when deleting the last entry
  • Add set_selected_item helper

⚙️ Miscellaneous Tasks

  • (ci) Add create-release need

0.4.1

27 May 22:28
576e2f6
Compare
Choose a tag to compare

🚀 Features

  • Add rename key feature

🐛 Bug Fixes

  • Support arbitrary fields, not only secret
  • Align update for top element
  • Better creation and update
  • Remove flicker on delete

⚙️ Miscellaneous Tasks

  • Switch from termion to crossterm
  • Better messages
  • Add CI
  • Add dependencies for ubuntu
  • (ci) Add cache and release to crates.io