Skip to content

Tags: NullPointerDepressiveDisorder/MiddleDrag

Tags

v1.4.3

Toggle v1.4.3's commit message
Release v1.4.3

v1.4.2.5

Toggle v1.4.2.5's commit message
Release v1.4.2.5

v1.4.2.4

Toggle v1.4.2.4's commit message
Release v1.4.2.4

v1.4.2.3

Toggle v1.4.2.3's commit message
Release v1.4.2.3

v1.4.2.2

Toggle v1.4.2.2's commit message
Release v1.4.2.2

v1.4.2.1

Toggle v1.4.2.1's commit message
Fix: Add Sentry and Sparkle as package product dependencies in projec…

…t configuration

v1.4.2

Toggle v1.4.2's commit message

Verified

This commit was signed with the committer’s verified signature.
Fix: Restore Upload Debug Symbols & Source Context build phase in pro…

…ject configuration

v1.4.1.4

Toggle v1.4.1.4's commit message
Bug/double tab (#99)

* Fix: Prevent double middle-clicks during multitouch gestures

* Fix: Prevent double middle-clicks by skipping gesture tracking check

* Fix: Implement click deduplication to prevent double middle-clicks from multiple sources

* Fix: Implement force-click deduplication to prevent double middle-clicks from trackpad gestures

* Fix: Enhance click deduplication with internal click count and reset functionality

* Fix: Implement thread-safe access for lastForceClickTime to enhance click deduplication

v1.4.1.3

Toggle v1.4.1.3's commit message
Merge pull request #96 from NullPointerDepressiveDisorder/seer/fix/mu…

…ltitouch-stability

Fix: Multitouch stability during rapid system changes

v1.4.1.2

Toggle v1.4.1.2's commit message
Fix/use after free (#93)

* Fix use-after-free issue by copying touch data synchronously in DeviceMonitorDelegate

* Fix race conditions in restart handling by ensuring thread-safe access to restart state and work items

* Ensure thread safety in UI animations by using MainActor in MenuBarController

* Improve touch processing in MultitouchManager to handle zero touches and ensure gesture recognizer stability