Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Releases: broizter/BitwardenBackup

2.2

08 May 11:20
7714ea7
Compare
Choose a tag to compare

(Release 2.1 removed because of a minor error)

Improved the code and updated it to make it work better with newer releases of bitwarden-cli.
No breaking changes. Just replace your old script with the new version and update the configuration section with your settings.

Full Changelog: 2.0...2.2

2.0

22 Aug 09:48
Compare
Choose a tag to compare
2.0

This update includes breaking changes!

To prevent attachments with identical filenames to overwrite eachother, the script will now put each attachment into unique folders. "ITEM-ID" and "ATTACHMENT-ID" are shortened so only the first 8 characters are used.

Old folder structure:
/backupdestination/ATTACHMENT

New folder structure:
/backupdestination/ITEM-ID/ATTACHMENT-ID/ATTACHMENT

1.0

19 Feb 19:57
190af1a
Compare
Choose a tag to compare
1.0

Improved error handling

v0.0.2

09 Aug 21:24
Compare
Choose a tag to compare
  • Removed sed, awk and grep as dependencies
  • Added error handling
  • Code cleanup