# Chawan 0.4.4
Version 0.4.4 of the Chawan TUI browser has been released.
This is a patch release aimed at fixing various issues discovered in version 0.4.3. 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 division by 0 on tables specifying rowspan=0
- fix green component calculation in VP8 YUV image conversion
- fix broken radio button checkedness with the `checked' attribute specified
- fix charset override not working on piped documents
- fix CSSStyleDeclaration#removeProperty not updating the style attribute
- fix closed menu not being hidden when the first buffer is still being loaded
- fix regression where URLs were not being added to the history in some cases
- fix dropping of cookies with tab and ignore empty Domain in Set-Cookie
## 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.