All release notes

v1.43.2

1 fix

Improve note creation and TipTap editor experience

  • Fix PWA note creation error by wrapping response.json() in try-catch
  • Add submit mutex to prevent duplicate note creation from double-clicks
  • Fix double letter issue by using post-input auto-capitalize instead of
  • Fix toolbar jitter by consolidating position updates with 100ms debounce
  • Fix toolbar covering text by using instant scroll and 40px padding
  • Fix double-tap space to period by increasing pill creation delay to 350ms
  • Fix scripture pill duplication by tracking pending pill creation in a Set
  • Add debounced auto-save (2s) for content recovery