File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 22The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
33and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
44
5+ ## [ 0.9.3] — 2026-02-16
6+
7+ - Fix: allow font formatting tokens to break text runs (#128 )
8+ - Fix: break text runs after horizontal tabs (` \t ` ) (#128 )
9+
510## [ 0.9.2] — 2026-02-03
611
712- Fix: do not match chars which are not not by default presented as emojis as emojis (#125 )
Original file line number Diff line number Diff line change 11[package ]
22name = " kas-text"
3- version = " 0.9.2 "
3+ version = " 0.9.3 "
44authors = [" Diggory Hardy <git@dhardy.name>" ]
55edition = " 2024"
66license = " Apache-2.0"
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ More on what Kas-text does do:
1313- [x] Font discovery via [ Fontique] ( https://github.com/linebender/parley?tab=readme-ov-file#fontique )
1414- [x] Font loading and management
1515- [x] Script-aware font selection and glyph-level fallback
16+ - [x] Emoji support
1617- [x] Text layout via a choice of [ rustybuzz] ( https://github.com/harfbuzz/rustybuzz ) or a simple built-in shaper
1718- [ ] Vertical text support
1819- [x] Supports bi-directional texts
You can’t perform that action at this time.
0 commit comments