2022.04.29
Update-GhcmanVersionFile
overwrites a file.
2022.04.27
Bug fix #19.
2022.01.17
Internal changes. New version.yaml file and logic.
2021.11.06
Rename.
Support installing 7-Zip.
Support downloading versions data file.
2021.08.19
Support GHC 8.10.6.
2021.06.07
Support GHC 8.10.5.
2021.05.19
Fix a bug that Install-Ghc
adds an unexpected “)”.
2021.05.19
Support Cabal 3.4.0.0.
2021.02.07
Support GHC 8.10.4.
2021.02.05
Support 9.0.1.
2020.12.31
Remove PowerShell Desktop support.
Add tab completion for Set-Ghc
and Set-Cabal
.
2020.12.31
Support 8.10.3.
2020.09.30
Fix an issue about configs merging.
2020.08.09
Support 8.10.2.
Show-Ghc
and Show-Cabal
will be renamed to Get-Ghc
and Get-Cabal
respectively.
-OnlySupported
and -OnlyInstalled
options are added to Get-Ghc
and Get-Cabal
.
2020.07.18
Support 8.8.4.
Remove Microsoft.PowerShell.Core module from required modules.
Add Microsoft.PowerShell.Archive, Microsoft.PowerShell.Management and Microsoft.PowerShell.Utility modules to required modules. #13
The -Set
option error of Install-*
is fixed.
The unintentional bumping of the required PowerShell version is fixed.
The error on Install-Module
may be fixed.
The version sorting bug is fixed.
Show-*
returns objects. For humans, use the -HumanReadable
option.
A bug about configuration merging is fixed
Show-GhcupsConfig
is added.
The ghcups ≧ 3.0 cannot uninstall apps which is installed with the ghcups < 3.0. Please uninstall apps before upgrading the ghcups, or use the Chocolatey manually.
-Ghc
and -Cabal
options are renamed to -Name
or -Version
.
Now no dependencies on the Chocolatey.
Gets to depend on the 7-Zip.
Supports 32-bit Windows.
Fix the problem that Show-*
and Clear-*
ignore configurations other than the local one.
Add the feature of installation of the Chocolatey.
Fix README about #3.
Rename Remove-Ghc and Remove-Cabal to Uninstall-Ghc and Uninstall-Cabal respectively. #2
The global configuration file's name is changed from ghcups.yaml to config.yaml.
The configuration search algorithm is changed. #1
Add the user global configuration. #3
Remove the files not to publish.
First release.