Skip to content

v0.5.8

Compare
Choose a tag to compare
@abrichr abrichr released this 25 Jul 14:08
· 339 commits to main since this release

v0.5.8 (2023-07-25)

Fix

  • fix(install): improve powershell script (Issue #372) (#409)

  • fix: git reinstallation even if it si present

  • fix: Error Message:

Remove-Item : Cannot remove the item at 'C:\Users\Krish Patel\hi' because it is in
use.
At line:1 char:9

  •     Remove-Item -LiteralPath $setupdir -Force -Recurse
    
  •     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : InvalidOperation: (:) [Remove-Item], PSInvalidOperation
      Exception
    • FullyQualifiedErrorId : InvalidOperation,Microsoft.PowerShell.Commands.RemoveIt
      emCommand
  • fix: issue that poetry shell gives
    "..runnning scripts is disabled on the command line"

  • fix: bug #4 issue
    to support multiple version of python (acc. to OpenAdapt standards)

  • add start mesage to know
    why sometimes the installtion command exits

  • fix the edge case where the new terminal PWD
    is not set to the OpenAdapt folder that was installed

  • Update install/install_openadapt.ps1


Co-authored-by: Richard Abrich <[email protected]> (fb3ae1e)