Releases: monfa-red/wayland-mouse
Releases · monfa-red/wayland-mouse
Release list
v0.8.0
v0.8.0: smoother wheel accel — slow-speed floor + speed-gated notches Two new [wheel] knobs, tuned into the mac-like default (min_multiplier 0.9, steps_above 1.5): - min_multiplier: multiplier floor at slow speed. Below 1.0 it de-amplifies slow scrolling for finer control in magnitude apps (Chrome/Firefox). - steps_above: only emit discrete notches once the multiplier passes this. Below it a single fine hi-res event keeps smooth apps gliding; above it, notches so fixed-step apps (Flutter/Electron, e.g. Ubuntu App Center) still accelerate on fast flicks. Wired through the daemon curve, config parse/validate/print, and the live tune UI (two new rows on the Wheel tab). Defaults for the other presets are neutral (1.0/1.0), reproducing the prior curve.
v0.7.1
v0.7.1: softer default wheel accel (strength 0.06, max 6x) Ease the mac-like preset's wheel ramp: strength 0.10 -> 0.06 and max multiplier 8x -> 6x, so the slow->fast transition is gentler. Other knobs unchanged. Updates the config template and the default-preset test to match.
v0.7.0
v0.7.0: harden install/upgrade against silently reinstalling a stale …
v0.6.0
v0.6.0: discrete-step scroll accel so per-notch apps honor it (App Ce…
v0.5.3
wayland-mouse 0.5.3 — README refresh
v0.5.2
wayland-mouse 0.5.2 — GNOME accel check + dependency updates (evdev 0…
v0.5.1
wayland-mouse 0.5.1 — quiet installer, README install-path fix, strip…