Releases: GGJdevelope/warpd
Releases · GGJdevelope/warpd
Release list
v1.3.8
warpd 1.3.8
Highlights
- Added configurable cursor styles.
- Fixed macOS helper keyboard recovery after lock, sleep, wake, and unlock.
Changes
- Added cursor style configuration support, with docs and tests.
- Added macOS lifecycle handling for sleep/wake and session active/inactive events.
- Restores stale keyboard grab/input-source state before macOS suspension.
- Re-enables or recreates the macOS event tap after wake/session reactivation.
- Cancels active modes cleanly when lifecycle recovery interrupts input.
- Releases held drag button state when normal mode is interrupted.
- Fixed macOS app bundle signing path handling for
bin/warpd.app.
Validation
- Added tests for cursor styles.
- Added tests for input interrupt detection.
- Added tests for active-mode interrupt cleanup.
- Verified
make test,make, andcodesign --verify --deep --strict bin/warpd.app.
Commits
a2a5de1feat: add configurable cursor styles1a6d883fix: recover macOS helper input after wake
Comparison base: v1.3.7...1.3.8
Change color for better visibility
v1.3.7 feat: change to visible color
v1.3.6
Fix: When keyboard is changed to other language, the keyboard typing was freezed.
Fix: Mac OS 26.2 compatibility.