Skip to content

Latest commit

 

History

History
151 lines (99 loc) · 2.57 KB

CHANGELOG.md

File metadata and controls

151 lines (99 loc) · 2.57 KB

Buttercup importer changelog

v3.1.0

2020-10-26

  • Native Node FS promises over pify library
  • Bugfix
    • Undefined entry metadata in Bitwarden and 1Password imports
    • #69 Empty custom fields are imported in Buttercup CSV

v3.0.1

2020-07-12

  • Prevent hard failure when importing Buttercup vaults when parent/child relationships are broken

v3.0.0

2020-07-12

  • Remove support for KDBX imports

v2.0.3

2020-07-07

  • Bugfix:
    • ButtercupCSVImporter not importing correctly
      • CSV item type (group/entry) not detected
      • Group ID not set
      • Group parent not set

v2.0.2

2020-07-06

  • Bugfix
    • ButtercupCSVImporter not exported correctly

v2.0.1

2020-07-06

  • Bugfix
    • package.json main points to incorrect location

v2.0.0

2020-05-30

  • Major rebuild
  • Buttercup vault importer (.bcup)
  • All importers use classes
  • Buttercup core version 4

v1.3.0

2020-03-31

  • Update all dependencies
  • Bugfix:
    • #54 Fix argon2 Windows builds

v1.2.0

2020-02-11

  • Generic CSV importer

v1.1.0

2019-11-14

  • KDBX key file support

v1.0.0

2019-10-02

  • Removed Node 6 support
  • Upgrade kdbxweb to latest version (1.5.3)
  • Support argon2 for kdbxweb and KDBX version 4

v0.15.0

2019-07-11

  • Bitwarden import support

v0.14.1

2018-07-28

  • Add Buttercup import support (CSV)

v0.13.0

2018-03-15

  • Move buttercup to peerDependency

v0.12.0

2018-03-03

  • Upgrade kdbxweb to latest version (1.2.2)

v0.11.0

2018-02-27

  • Adds support for more 1password entry types and categories

v0.10.0

2018-02-26

  • Update all dependencies

v0.9.3

2018-02-26

  • Fix 1Password import of empty items (unset fields)

v0.9.2

2017-06-18

  • Fix Lastpass multiline values (CSV importing)

v0.9.1

2017-05-27

  • Fix Lastpass empty/non-existent notes creating blank meta values

v0.9.0

2017-05-27

  • Added support for exported Lastpass archives (csv)

v0.8.0

2017-05-05

  • Added support for exported 1password archives (1pif)

v0.7.0

2017-03-13

  • Core update to 0.35.0
    • Fix importing for special characters
    • Archives created using encoded entry values feature

v0.6.1

2017-01-07

  • Bugfix: No error thrown if Keepass export password is wrong

v0.6.0

2017-01-07

  • Core @ 0.33.0
    • Archive getHistory command

v0.5.0

2017-01-07

  • Update Buttercup-core to 0.32.0
  • Remove file-output for importing KDBX archives