diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a6c77c..0b9d3bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,11 +47,11 @@ As of [iced_aw#209](https://github.com/iced-rs/iced_aw/pull/209), `iced_aw` is o ### Added -- Button to clear the pressed keys list in case of emergencies. [ef7bd95](https://github.com/justdeeevin/commit/ef7bd95608701274f3c1125e7f292de8df6f1eb9) +- Button to clear the pressed keys list in case of emergencies. [ef7bd95](https://github.com/justdeeevin/nuhxboard/commit/ef7bd95608701274f3c1125e7f292de8df6f1eb9) ### Fixed -- Certain characters not rendering. [dfa8f08](https://github.com/justdeeevin/commit/dfa8f08d577b4296bc0f8a478bcbc4349c5ed8f8) +- Certain characters not rendering. [dfa8f08](https://github.com/justdeeevin/nuhxboard/commit/dfa8f08d577b4296bc0f8a478bcbc4349c5ed8f8) ## [v0.5.1](https://github.com/justdeeevin/nuhxboard/releases/v0.5.1) - 2024-2-20 @@ -77,7 +77,7 @@ On launch, you'll be prompted to load a keyboard and select its style through a ### Changed -- No longer captures inputs when window is focused. [93aa6d0](https://github.com/justDeeevin/NuhxBoard/commit/93aa6d08bd9a002a472f58ec9cb90b1b41cab91c +- No longer captures inputs when window is focused. [93aa6d0](https://github.com/justDeeevin/NuhxBoard/commit/93aa6d08bd9a002a472f58ec9cb90b1b41cab91c) ## [v0.4.0](https://github.com/justDeeevin/NuhxBoard/releases/v0.4.0) - 2024-2-13 @@ -89,7 +89,7 @@ On launch, you'll be prompted to load a keyboard and select its style through a - Missing iced keycodes `LWin` and `RWin`. [13951ab](https://github.com/justDeeevin/NuhxBoard/commit/13951ab8190ce8f93b1372219a87d65262a74b77) -## [v0.3.2](https://github.com/justDeevin/NuhxBoard/releases/v0.3.2) - 2024-2-13 +## [v0.3.2](https://github.com/justdeeevin/NuhxBoard/releases/v0.3.2) - 2024-2-13 ### Fixed @@ -97,31 +97,31 @@ On launch, you'll be prompted to load a keyboard and select its style through a - Crash when caps lock was pressed with window focused. [ca073ab](https://github.com/justDeeevin/NuhxBoard/commit/ca073ab4739a75f974e153d6c8a8a029fa271b1b) - Shift text behaving incorrectly. [a677332](https://github.com/justDeeevin/NuhxBoard/commit/a677332c34b92c7f935272dd041ec65bf3116c20) -## [v0.3.1](https://github.com/justDeevin/NuhxBoard/releases/v0.3.1) - 2024-2-2 +## [v0.3.1](https://github.com/justdeeevin/NuhxBoard/releases/v0.3.1) - 2024-2-2 ### Fixed -- Window size under Wayland. [6af88ac](https://github.com/justDeevin/NuhxBoard/commit/6af88ac0ec2c390a60ce4f1a2648284dd271be9c) -- Occasional duration_since error while window is focused. [f0ef286](https://github.com/justDeevin/NuhxBoard/commit/f0ef286c50a18dec68cf8395c97c20f97799356a) +- Window size under Wayland. [6af88ac](https://github.com/justdeeevin/NuhxBoard/commit/6af88ac0ec2c390a60ce4f1a2648284dd271be9c) +- Occasional duration_since error while window is focused. [f0ef286](https://github.com/justdeeevin/NuhxBoard/commit/f0ef286c50a18dec68cf8395c97c20f97799356a) -## [v0.3.0](https://github.com/justDeevin/NuhxBoard/releases/v0.3.0) - 2024-2-1 +## [v0.3.0](https://github.com/justdeeevin/NuhxBoard/releases/v0.3.0) - 2024-2-1 ### Added -- Function to list keyboards and keyboard groups. [67e5308](https://github.com/justDeevin/NuhxBoard/commit/67e5308a3b7b76253bef1b7de5dd8d830190d35c) -- Warning when running under Wayland. [b389725](https://github.com/justDeevin/NuhxBoard/commit/b3897255979f55006802939eee9dab4bcc03c478) +- Function to list keyboards and keyboard groups. [67e5308](https://github.com/justdeeevin/NuhxBoard/commit/67e5308a3b7b76253bef1b7de5dd8d830190d35c) +- Warning when running under Wayland. [b389725](https://github.com/justdeeevin/NuhxBoard/commit/b3897255979f55006802939eee9dab4bcc03c478) ### Changed -- Help message tagline now matches NuhxBoard's cross-platform capability. [d300ee9](https://github.com/justDeevin/NuhxBoard/commit/d300ee9f8902d8c745b47662c9319061c317b7e7) +- Help message tagline now matches NuhxBoard's cross-platform capability. [d300ee9](https://github.com/justdeeevin/NuhxBoard/commit/d300ee9f8902d8c745b47662c9319061c317b7e7) ### Fixed -- Occasional panic on window close. [aad1d09](https://github.com/justDeevin/NuhxBoard/commit/aad1d0997be01f58092feb43fcc81625b717c450) -- Events not being handled when NuhxBoard is focused. [#4](https://github.com/justDeevin/NuhxBoard/issues/4) +- Occasional panic on window close. [aad1d09](https://github.com/justdeeevin/NuhxBoard/commit/aad1d0997be01f58092feb43fcc81625b717c450) +- Events not being handled when NuhxBoard is focused. [#4](https://github.com/justdeeevin/NuhxBoard/issues/4) ## [v0.2.1](https://github.com/thepyrotf2/nuhxboard/releases/v0.2.1) - 2024-01-31 ### Added -- Cross-platform functionality with [`rdev`](https://crates.io/crates/rdev). [#3](https://github.com/thepyrotf2/nuhxboard/pull/3) +- Cross-platform functionality with [`rdev`](https://crates.io/crates/rdev). [#3](https://github.com/justdeeevin/nuhxboard/pull/3)