Skip to content

Commit

Permalink
Version 0.9.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
philj56 committed Apr 10, 2023
1 parent ae8c8e3 commit 71a4801
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'tofi',
'c',
version: '0.9.0',
version: '0.9.1',
license: 'MIT',
meson_version: '>=0.61.0',
default_options: [
Expand Down

0 comments on commit 71a4801

Please sign in to comment.