Skip to content

Commit

Permalink
use unicode-16
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed Jan 3, 2025
1 parent 756d10c commit ff419f4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ sugarloaf = { path = "sugarloaf", version = "0.2.2" }
raw-window-handle = { version = "0.6.2", features = ["std"] }
parking_lot = { version = "0.12.3", features = ["nightly", "hardware-lock-elision"] }
rustc-hash = "2.1.0"
unicode-width = "0.2.0"
unicode-width = { package = "unicode-width-16", version = "0.1.0" }
base64 = "0.22.1"
image_rs = { package = "image", version = "0.25.5", default-features = false, features = ["gif", "jpeg", "ico", "png", "pnm", "webp", "bmp"] }
regex = "1.11.1"
Expand Down
1 change: 1 addition & 0 deletions docs/docs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ language: 'en'
## 0.2.3 (unreleased)

- Fixed: Nix build [#853](https://github.com/raphamorim/rio/pull/853).
- Support for Unicode 16 characters.
- Support to line height.
- Fixed: Unremovable bottom padding when using line-height [#449](https://github.com/raphamorim/rio/issues/449).
- On macOS, fixed undocumented cursors (e.g. zoom, resize, help) always appearing to be invalid and falling back to the default cursor.
Expand Down

0 comments on commit ff419f4

Please sign in to comment.