A patch release: pairing-code linking, a Chromium crash-dumps fix, and dark-mode native controls.
Added
- Pairing-code linking —
POST /sessions/:id/pairing-codereturns an 8-character code so a
session can be linked via WhatsApp's "Link with phone number" instead of scanning the QR (useful
for single-device / mobile onboarding). The session must be started and not yet authenticated. (#252)
Fixed
- Chromium is now given an explicit writable
--crash-dumps-dirso its crashpad handler always
receives a--database, avoidingchrome_crashpad_handler: --database is requiredbrowser-launch
failures on some hardened/container hosts. (#254) - Dashboard native controls (select option popups, scrollbars) now follow the explicit app theme via
color-scheme, instead of only the OS preference. (#249)