# Chawan 0.3.1
(Addendum: I forgot to bump the version string for v0.3.1, so I've now tagged v0.3.2 which is the same as v0.3.1 but with the correct version string. Apologies for the confusion.)
Version 0.3.1 of the Chawan TUI browser has been released.
This is a patch release aimed at fixing various issues discovered in version 0.3.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 cached images not being cleared when a buffer is deleted
- fix NULL deref in jebp (my bad)
- fix y/n being truncated out of long ask() prompts
- fix load info not being set on cycling between buffers
- fix color blending over body bgcolor
- fix glitched error handling in DOM reflection functions
## Post scriptum
Thanks to all users who reported bugs since the previous release. Further patch releases of this branch may happen before the next major version if new critical issues are discovered, so make sure to report any bugs you encounter.