A fresh new patch release of ABS: always be shipping! 🚢
REPL irresponsive to ctrl+c
There's more to fix in the way commands are handled / interrupted, but for now we've made it so that the REPL will not hang when wanting to interrupt a command via ctrl+c
. The command will still be executed in background, but at least you gain control of the REPL back -- the long term fix will be in #519.
More build architectures
Architectures added:
- windows/amd64
- windows/arm
- darwin/arm64
Removed:
- linux/ppc64
- linux/ppc64le