Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.5](https://github.com/jondkinney/hyprcorrect/compare/v0.2.4...v0.2.5) - 2026-06-04

### Fixed

- *(prefs)* enable vsync to cap the kinetic-scroll render rate

### Other

- update Cargo.lock dependencies
- bump kanso to 0.1.3 (over-scroll fixes + final tune)

## [0.2.4](https://github.com/jondkinney/hyprcorrect/compare/v0.2.3...v0.2.4) - 2026-06-04

### Other
Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ members = [
]

[workspace.package]
version = "0.2.4"
version = "0.2.5"
edition = "2024"
authors = ["Jon Kinney <jon@headway.io>"]
license = "MIT OR Apache-2.0"
Expand All @@ -18,9 +18,9 @@ rust-version = "1.85"
[workspace.dependencies]
# Internal crates. Used directly (no `package = ` rename) — unlike
# vernier, the bare `hyprcorrect-*` names are free on crates.io.
hyprcorrect-core = { path = "crates/hyprcorrect-core", version = "0.2.4" }
hyprcorrect-platform = { path = "crates/hyprcorrect-platform", version = "0.2.4" }
hyprcorrect-ui = { path = "crates/hyprcorrect-ui", version = "0.2.4" }
hyprcorrect-core = { path = "crates/hyprcorrect-core", version = "0.2.5" }
hyprcorrect-platform = { path = "crates/hyprcorrect-platform", version = "0.2.5" }
hyprcorrect-ui = { path = "crates/hyprcorrect-ui", version = "0.2.5" }
thiserror = "2"
env_logger = "0.11"

Expand Down
Loading