Skip to content

Commit

Permalink
support unicode 16
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed Jan 4, 2025
1 parent 57d9f0f commit e4dcc18
Show file tree
Hide file tree
Showing 3 changed files with 10 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.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ 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 = "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.
- On macOS, fixed undocumented cursors (e.g. zoom, resize, help) always appearing to be invalid and falling back to the default cursor.
- Introduce `SwitchCurrentTabToPrev` and `SwitchCurrentTabToNext` actions [#854](https://github.com/raphamorim/rio/pull/854/files) by [@agjini](https://github.com/agjini).
- On X11, Wayland, Windows and macOS, improved scancode conversions for more obscure key codes.
Expand Down

0 comments on commit e4dcc18

Please sign in to comment.