# Chawan 0.4.3
Version 0.4.3 of the Chawan TUI browser has been released.
This is a patch release aimed at fixing various issues discovered in version 0.4.2. 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 parsing of config files without EOL at EOF
- fix missing siteconf regex not being reported at EOF
- fix mailcap error message display
- fix crash on some Window functions when called from pager
- fix incorrect positioning of absolute boxes with bottom/right borders
- fix an OOB in nanosvg
- fix parsing of var() nested into another var()'s fallback
- fix CDATASection not being derived from Text
- fix exceptions being swallowed for JS getters called on the wrong interface
## 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.