File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.9.1] - 2023-04-10
4
+ ### Fixed
5
+ - Fixed broken line spacing for some fonts with the HarfBuzz backend.
6
+
3
7
## [ 0.9.0] - 2023-04-09
4
8
### Added
5
9
- 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.
267
271
## [ 0.1.0] - 2022-06-27
268
272
Initial release. Good enough to use, but still some jank.
269
273
274
+ [ 0.9.1 ] : https://github.com/philj56/tofi/compare/v0.9.0...v0.9.1
270
275
[ 0.9.0 ] : https://github.com/philj56/tofi/compare/v0.8.1...v0.9.0
271
276
[ 0.8.1 ] : https://github.com/philj56/tofi/compare/v0.8.0...v0.8.1
272
277
[ 0.8.0 ] : https://github.com/philj56/tofi/compare/v0.7.0...v0.8.0
Original file line number Diff line number Diff line change 1
1
project (
2
2
' tofi' ,
3
3
' c' ,
4
- version : ' 0.9.0 ' ,
4
+ version : ' 0.9.1 ' ,
5
5
license : ' MIT' ,
6
6
meson_version : ' >=0.61.0' ,
7
7
default_options : [
You can’t perform that action at this time.
0 commit comments