Skip to content

v0.1.20.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Nov 13:54
· 276 commits to master since this release
v0.1.20.0
a5d228b

New features

  • support TUI on windows thanks to the work from vty and brick maintainers (Chris Hackett, Timofey Zakrevskiy, Jonathan Daugherty, ...), wrt #912
  • support JS and wasm cross compilers wrt #838, thanks to Sylvain Henry and IOG
  • Support stacks installation strategy and metadata wrt #892
    • you can now enable stacks installation method via ghcup config set url-source '["GHCupURL", "StackSetupURL"]'... for more information, check the documentation

Improvements and bug fixes

  • fix segfault in TUI when hitting enter early wrt #887
  • Improve key handling in TUI, fixes #875
  • add explicit support for Void Linux and Rocky Linux (this requires a metadata version bump to ghcup-0.0.8.yaml)
  • optparse cli interface now has a test suite thanks to Lei Zhu, wrt #862