- IMPROVE: Updated Init.ps1 to not throw an error at startup time if JAVA_HOME is not set. This will allow users to download the JDK during operation of the tool.
- IMPROVE: The new version now prints a warning message at startup that JAVA_HOME is unset and that other tools may malfunction until this is remedied.
- IMPROVE: Pointed update url for module and GetPoshGvm.ps1 to my own repo instead of Florian's.
- BUGFIX: update url to API endpoint
- BUGFIX: support for symlink handling in Win10
- IMPROVE: use 7zip for archive extraction if available on path
- BUGFIX: walkaround for rare ACCESS_DENIED error on SDK installation
- BUGFIX: always show correct download file sizes
- BUGFIX: explicitly handle a missing version definition for uninstall
- BUGFIX: added -Force for Remove-Item in the uninstall process
- BUGFIX: fixed wrong url construction for broadcast api
- IMPROVE: update to the new broadcast api for GVM
- IMPROVE: version check requests where executed on module import and took some time, these checks will now be executed on first gvm-call
- IMPROVE: the new version messaging
- BUGFIX: installation routine in GetPoshGvm.ps1 broken
- BUGFIX: default of $Global:PGVM_AUTO_SELFUPDATE was $true but should have been $false
- FEATURE: use unzip.exe if available on path for better install performance
- FEATURE: self-update
- FEATURE: automatic check for new posh-gvm versions
- posh-gvm before it has self-update functionality