Skip to content

Commit 71a4801

Browse files
committed
Version 0.9.1.
1 parent ae8c8e3 commit 71a4801

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [0.9.1] - 2023-04-10
4+
### Fixed
5+
- Fixed broken line spacing for some fonts with the HarfBuzz backend.
6+
37
## [0.9.0] - 2023-04-09
48
### Added
59
- 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.
267271
## [0.1.0] - 2022-06-27
268272
Initial release. Good enough to use, but still some jank.
269273

274+
[0.9.1]: https://github.com/philj56/tofi/compare/v0.9.0...v0.9.1
270275
[0.9.0]: https://github.com/philj56/tofi/compare/v0.8.1...v0.9.0
271276
[0.8.1]: https://github.com/philj56/tofi/compare/v0.8.0...v0.8.1
272277
[0.8.0]: https://github.com/philj56/tofi/compare/v0.7.0...v0.8.0

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'tofi',
33
'c',
4-
version: '0.9.0',
4+
version: '0.9.1',
55
license: 'MIT',
66
meson_version: '>=0.61.0',
77
default_options: [

0 commit comments

Comments
 (0)