5.4 KiB
5.4 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
unreleased
Added
- Ability to edit & remove by name (not index only) (
d8350e6
) - Ability to enter password via stdin
add
&edit
(#15) (5f357b8
) - Ability to pass the master password as option (
62d4060
) - Add
--json
flag to thelist
command (a7ad8b4
) - Add
get
command (f9fbf1a
) - Encrypt the hole vault file (
6f6966d
)- BC: The previous format is not supported after this commit, so you must export your vaults in bit-warden format (before this commit) and then re-invoke them (after this commit)
- Force flag for
edit
andadd
commands (#42) (add0084
) - Lprs docs (#49) (
f9d36a2
) - Make the
name
option inedit
&add
as argument (#29) (127f377
)- BC: Change the
name
option to argument inname
andedit
commands
- BC: Change the
- Make the username & password optional in the vault (#12) (
af6664d
) - Support TOTP (
6f83bcc
) - Support
--verbose
flag (#23) (31a68b9
) - Support
rm
andls
aliases (#22) (791d390
) - Support changing master password (#50) (
ced363a
) - Support completion generating (
f022574
) - Support custom fields (
da568ab
) - Support export and import with different password (
a6483cf
) - Validate args before ask for the master password (#17) (
b4bcaa9
)
Changed
- Change 'password manager' to 'vault manager' (
bae0cf1
) - Rename just file (
e231352
) - Add a ecryption state to the vault (
4def4aa
)- BC: Moving from password to vault
- Move from GitHub to Forgejo (
6163c3f
) - Rename
Password
sVault
s (f6aaecb
) - Use select for vaults listing (#19) (
83c7296
)
Fixed
- Merge rust ci jobs into one job (#2) (
34eb9d1
) - Overflow in utils::vault_by_index_or_name function (
40e49bf
) - Show the totp code in
get
command (38f6447
) - Validate all fields in
add
&edit
(02bf53b
)
Removed
- Remove
--get
option fromlist
command (44b5b3e
)- BC: The deletion was in favor
get
command, which is better
- BC: The deletion was in favor
1.2.1 - 2024-01-07
1.2.0 - 2024-01-07
1.1.0 - 2024-01-03
1.0.0 - 2023-12-31
0.1.0 - 2023-12-23
This changelog was generated by git-cliff