Skip to content

2024.02.29.0

Compare
Choose a tag to compare
@ksandom ksandom released this 29 Feb 21:41
· 82 commits to main since this release

Intro

This is another big release, squashing many of the most frustrating bugs. There's still plenty more to do, but this release has improved things so much that I have noticed that my expectations have raised a lot.

TL;DR

  • Pointer acceleration
    • should now behave consistently across all system configurations and conditions.
    • is now much more intuitive to configure to get the results that you want.
    • Inconsistent frame spacing should now have little-no affect on pointer acceleration.
  • Moved from abusing Events to Macros. This
    • makes the syntax much easier to read.
    • makes it much easier to make gestureLayouts.
    • makes it much easier to re-use code, and apply fixes globally.
    • make it easy to override code where needed to achieve something special in a gestureLayout.
  • Lots of fine-tuning, and tweaks to make it honour the intention of what you're trying to do.

What's Changed

Full Changelog: 2024.01.06.0...2024.02.29.0