# Chawan 0.2.1
Version 0.2.1 of the Chawan TUI browser has been released.
This is a patch release aimed at fixing various issues discovered in version 0.2.0. No new features are present.
A tarball of the source tree is available here. Please refer to the README file for compilation instructions.
A static binary distribution for
amd64 Linux
also exists.
To install it, extract the archive somewhere and run make install
as root. (To uninstall, run make uninstall
.)
The same distribution is also available as a .deb package.
## Changelog
- fix buffer cloning on musl
- fix crash when saving cookies
- fix possible crash in CanvasRenderingContext2D#closePath
- fix mystery miscompilation bug on macOS
- fix reading from stdin in interactive mode on macOS
## Post scriptum
Thanks to all users who reported bugs in the past week. Further patch releases of this branch may happen before the next major version if new critical issues are discovered, so please make sure to report any bugs you encounter.