diff options
author | Phil Jones <philj56@gmail.com> | 2023-04-10 09:05:32 +0100 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2023-04-10 09:05:32 +0100 |
commit | 71a4801d20d8904cfcfa5e92c96d53ee06a2c69f (patch) | |
tree | f809c68a434480646c96b612fce3c7f19d68455b /CHANGELOG.md | |
parent | ae8c8e36b93bfaf7120d99a6109998553eccfbcd (diff) |
Version 0.9.1.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 17ef8fa..84bd4f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [0.9.1] - 2023-04-10 +### Fixed +- Fixed broken line spacing for some fonts with the HarfBuzz backend. + ## [0.9.0] - 2023-04-09 ### Added - Added support for a text cursor. This can be enabled with the `text-cursor` @@ -267,6 +271,7 @@ is how it should have been done from the start. ## [0.1.0] - 2022-06-27 Initial release. Good enough to use, but still some jank. +[0.9.1]: https://github.com/philj56/tofi/compare/v0.9.0...v0.9.1 [0.9.0]: https://github.com/philj56/tofi/compare/v0.8.1...v0.9.0 [0.8.1]: https://github.com/philj56/tofi/compare/v0.8.0...v0.8.1 [0.8.0]: https://github.com/philj56/tofi/compare/v0.7.0...v0.8.0 |