Skip to content

Releases: monfa-red/wayland-mouse

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 04 Jul 18:42
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

Choose a tag to compare

@github-actions github-actions released this 04 Jul 18:01
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

Choose a tag to compare

@github-actions github-actions released this 04 Jul 17:53
v0.7.0: harden install/upgrade against silently reinstalling a stale …

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 04 Jul 17:42
v0.6.0: discrete-step scroll accel so per-notch apps honor it (App Ce…

v0.5.3

Choose a tag to compare

@github-actions github-actions released this 28 Jun 21:14
wayland-mouse 0.5.3 — README refresh

v0.5.2

Choose a tag to compare

@github-actions github-actions released this 28 Jun 02:59
wayland-mouse 0.5.2 — GNOME accel check + dependency updates (evdev 0…

v0.5.1

Choose a tag to compare

@github-actions github-actions released this 28 Jun 02:43
wayland-mouse 0.5.1 — quiet installer, README install-path fix, strip…

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 28 Jun 02:20
wayland-mouse 0.5.0 — first release