Skip to content

Releases: trparky/Bitwarden-Vault-Export-Script

Version 1.37

17 Jan 01:51
Compare
Choose a tag to compare

Reverted all changes in versions 1.35 and 1.36.

Version 1.34

17 Jan 00:57
Compare
Choose a tag to compare

Includes instructions to update the module when it's installed as a Powershell module.

Version 1.33

17 Jan 00:55
Compare
Choose a tag to compare

Made it so that escaping out of the script by pressing Control-C the shell goes back to your original path.

Version 1.32

16 Jan 20:33
Compare
Choose a tag to compare

Updated the version to package the module to be published on the Powershell Gallery web site.

Version 1.30

15 Jan 16:47
Compare
Choose a tag to compare

Included a check for update routine, it won't update the script for you but at least it will tell you that there's an update to be had.

Version 1.29

Version 1.28

Version 1.27

11 Jan 20:06
Compare
Choose a tag to compare

Fixed a bug, apparently the OutputPath flag for Expand-Archive is a Windows only thing.

Version 1.26

10 Jan 23:46
Compare
Choose a tag to compare

Fixed a bug in which I forgot the OutputPath for the Expand-Archive command.

Version 1.25

09 Jan 20:08
883e780
Compare
Choose a tag to compare
  • Fixed a small text formatting bug in the install module script.
  • Forgot to tell the user that we installed the module if the profile file didn't exist and we had to create one.
  • Added code to the module installer to check for the correct path and if it detects the wrong path to the PSD1 file, it will correct it for you.
  • Added instructions to tell the user that they need to restart Powershell.
  • Renamed some variables in the module installer script.