Skip to content

Releases: GGJdevelope/warpd

v1.3.8

Choose a tag to compare

@GGJdevelope GGJdevelope released this 08 Jul 00:18

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, and codesign --verify --deep --strict bin/warpd.app.

Commits

  • a2a5de1 feat: add configurable cursor styles
  • 1a6d883 fix: recover macOS helper input after wake

Comparison base: v1.3.7...1.3.8

Change color for better visibility

Choose a tag to compare

@GGJdevelope GGJdevelope released this 11 Jan 07:13
v1.3.7

feat: change to visible color

v1.3.6

Choose a tag to compare

@GGJdevelope GGJdevelope released this 11 Jan 06:20
25387c1

Fix: When keyboard is changed to other language, the keyboard typing was freezed.
Fix: Mac OS 26.2 compatibility.