Releases: KenKundert/avendesora
Releases · KenKundert/avendesora
v1.16
- Added ms_per_char setting that allows user to slow autotyping.
- Added rate attribute to scripts that allows user to slow autotyping.
- Added command_aliases setting to allow user to define their own command short-cuts. As part of this the built-in short cuts were removed. See description of command_aliases in configuring_avendesora to get them back.
- interactive command now accepts '*'.
v1.15
- Add remind script command.
v1.14
- Allow title recognizers to be functions.
- Add --all option to values command.
- Add vs alias to values command.
- Add instructions on how to mimic Symantec VIP authentication app.
v1.13
- Added interactive command.
- Added looping to questions command.
- Retargeted i and I command aliases.
- Use natural sort order by default.
- Refactored code to speed up start up with account discovery.
v1.12
- Updated the networth API example.
- Incorporated shlib package into Avendesora for better security.
- Added questions command.
- Refactored code to speed up start up.
Version 1.11
- Added is_secret argument to Secret classes.
- Added support for dmenu as alternative to built-in selection utility.
- Added --delete option to log command.
- Rename master and seed Account attributes to master_seed and account_seed.
- Improve portmortem and networth api examples.
- Improve the account value formatting.
Version 1.10
Added support for Qutebrowser.
Version 1.9
- Adds one-time passwords (an alternative to Google Authenticator).
- Added 'vc' command as an alias for 'value --clipboard'.
Version 1.8
- Created the manual.
- Use keyboard writer if there is no access to TTY.
- Shifted to skinny config file.
- Warn the user if the archive is missing or stale.
- Improved get_value(), added add get_values(), add get_fields().
- Canonicalize names.
- Allow account name to be given even if TTY is not available.
- Allow default_field to be a list.
- Add render method to AccountValue.
- Changed the way multiple gpg ids are specified.
- Improved browse command.
- Added shift_sort to password generators.
- Added log command.
Version 1.7
Added credentials command.