Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.62 KB

CHANGELOG.md

File metadata and controls

41 lines (31 loc) · 1.62 KB

Version 1.3.2

  • 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.

Version 1.3.0

  • 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

Version 1.2.2

  • BUGFIX: explicitly handle a missing version definition for uninstall
  • BUGFIX: added -Force for Remove-Item in the uninstall process

Version 1.2.1

  • BUGFIX: fixed wrong url construction for broadcast api

Version 1.2.0

  • IMPROVE: update to the new broadcast api for GVM

Version 1.1.4

  • IMPROVE: version check requests where executed on module import and took some time, these checks will now be executed on first gvm-call

Version 1.1.3

  • IMPROVE: the new version messaging

Version 1.1.2

  • BUGFIX: installation routine in GetPoshGvm.ps1 broken

Version 1.1.1

  • BUGFIX: default of $Global:PGVM_AUTO_SELFUPDATE was $true but should have been $false

Version 1.1.0

  • FEATURE: use unzip.exe if available on path for better install performance
  • FEATURE: self-update
  • FEATURE: automatic check for new posh-gvm versions

Version 1.0.0

  • posh-gvm before it has self-update functionality