Index News Docs Issues Source

# Chawan 0.3.0

Version 0.3.0 of the Chawan TUI browser has been released.

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.

## Important notice

For XDG base directory users, 0.3.0 has changed the place for storing cookies, history, known hosts and bookmarks. In previous versions, Chawan had put these in $XDG_CONFIG_HOME/chawan, but now it uses $XDG_DATA_HOME/chawan.

Affected users should either:

Users who store their configuration in $HOME/.chawan are not affected.

## What's new

0.3.0 is focused on improving the UI and the browser engine. Some highlights:

This is far from an exhaustive list of all changes. For a full changelog, see the NEWS file.

## What's next

It took a lot of work, but I'm finally satisfied with the performance of the layout module. So while I still have ideas for improving it, the next version will probably focus on other bottlenecks, in particular persistent connections.

Other than that, I still have many ideas about improving the UI that haven't made it into this version.