**Released 2022-12-25**
Added
- Added a simple "rainbow" highlight mode, turned off by default.
- Added support for dark/light mode toggling.
- Added the ability to open a new file to view (albeit using a directory
browser and only one that can currently see files in the current directory
and all children -- a more comprehensive file opening system will follow).
Changed
- Updated to [Textual 0.8.1](https://github.com/Textualize/textual/releases/tag/v0.8.1).
- The source highlight update on changing the selected node is delayed by a
fraction of a second (currently 0.2 seconds), and is cancelled if the node
changes within that time. The idea being that it should be faster to move
through large files if holding a direction key down.
([6](https://github.com/davep/textual-astview/issues/6)).