Releases: trparky/Bitwarden-Vault-Export-Script
Releases · trparky/Bitwarden-Vault-Export-Script
Version 1.37
Reverted all changes in versions 1.35 and 1.36.
Version 1.34
Includes instructions to update the module when it's installed as a Powershell module.
Version 1.33
Made it so that escaping out of the script by pressing Control-C the shell goes back to your original path.
Version 1.32
Updated the version to package the module to be published on the Powershell Gallery web site.
Version 1.30
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
Fixed a bug, apparently the OutputPath flag for Expand-Archive is a Windows only thing.
Version 1.26
Fixed a bug in which I forgot the OutputPath for the Expand-Archive command.
Version 1.25
- 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.