Skip to content

v0.1.17

Choose a tag to compare

@Daniel-Robbins Daniel-Robbins released this 22 Feb 07:22
· 34 commits to main since this release

What's New

macOS Native App

  • SwiftUI + WKWebView app shell loading production web app
  • OAuth popup handling (Google/GitHub/Apple)
  • Native UNUserNotificationCenter notifications via JS bridge
  • macOS-standard squircle app icon with transparency

Bug Fixes

  • IME composition: Prevent Enter key from triggering send when confirming Chinese IME input (WKWebView capture-phase fix)
  • Notification click navigation: SW notificationclick now passes sessionKey via postMessage for correct session deep-linking
  • Gateway rate limiting: Worker cache TTL now aligns with DO cooldown (Retry-After propagation), preventing reconnection loops after deployments
  • Plugin reconnect: Exponential backoff no longer reduced by server's short Retry-After; added ±25% jitter to prevent thundering herd