* 94 - Some terminal emulators set the window title based on the `cwd` of the running program. ChromaTerm now updates its own `cwd` to match that of the child process. Thanks LouisDuVerdier for raising the issue and working with me on it.
> Upgrade with `pip3 install -U chromaterm`
0.7.4
* Improved highlighting accuracy on slow input (*i.e.* remote connections or commands with significant latency). Thanks to ciscohack for helping with this. * Minor code cleanup.
> Upgrade with `pip3 install -U chromaterm`
0.7.3
* 93 - Fixed a rare crash with fast output when a program configures `stdout` as non-blocking. Thanks ciscohack for raising the issue.
> Upgrade with `pip3 install -U chromaterm`
0.7.2
* 91 - Default configuration file can now be placed in other common locations, like `$XDG_CONFIG_HOME/chromaterm/chromaterm.yml`. Thanks to scheatkode for the PR! * Minor cleanup with regards to reading the configuration file.
> Upgrade with `pip3 install -U chromaterm`
0.7.1
* Update the window size for the spawned program when the terminal size changes. Previously, this only happened on start up (once).
> Upgrade with `pip3 install -U chromaterm`
0.7.0
* Simplified the codebase by removing the API (other modules, like `colorama`, are more suitable for such use-cases).