Skip to content

Releases: KenKundert/avendesora

v1.26

29 Aug 02:31
Compare
Choose a tag to compare
  • added Base58 secrets class
  • improved error checking

v1.25

23 Apr 05:27
Compare
Choose a tag to compare
  • minor refinements.

v1.24

04 Nov 18:32
Compare
Choose a tag to compare
  • minor refinements.

v1.23

01 Sep 04:50
Compare
Choose a tag to compare
  • enhanced bw-export scripts.
  • with value command, only the first few characters of the field name need be specified.
  • when ? is passed as field to the value command, the list of available fields is displayed.
  • added additional_account_templates setting.

v1.22

11 Nov 05:25
Compare
Choose a tag to compare
  • allow remind commands in Script

v1.21

10 Aug 03:37
Compare
Choose a tag to compare
  • added fold_level to Account.export().
  • Added paste attribute to scripts that might help avoid captchas.

v1.20

14 Feb 07:44
Compare
Choose a tag to compare
  • added hidden_fields setting.

v1.19

04 Jan 07:50
Compare
Choose a tag to compare
  • Make OTP less persnickety about form of shared secrets.
  • Automatically fix file permission issues when found.

v1.18

13 Nov 08:03
Compare
Choose a tag to compare
  • Deprecate Python 2.7 and Python 3.5.
  • Add PasswordGenerator.get_value(), a method of getting an account value from a string that includes the account and field names.
  • Add hidden account attributes.
  • Require secondary arguments on secrets to be passed by name.
  • Renamed alphabet argument to Passphrase and Question to dictionary.
  • This release requires secrets_hash to be updated.

v1.17

16 Apr 01:30
Compare
Choose a tag to compare

1.17 (2020-04-15):

  • Enhance conceal command so that it can read text from a file.
  • Add WriteFile; allows the contents of a file to be held as an account field. When requested, the contents are written to the file system.