Merge pull request #625 from mahmoudashraf93/fix/whatsapp-contact-cards-multi

fix: include numbers for WhatsApp contact arrays
This commit is contained in:
Peter Steinberger
2026-01-10 00:04:00 +00:00
committed by GitHub
4 changed files with 123 additions and 18 deletions

View File

@@ -3,6 +3,7 @@
## Unreleased
- WhatsApp: refactor vCard parsing helper and improve empty contact card summaries. (#624) — thanks @steipete
- WhatsApp: include phone numbers when multiple contacts are shared. (#625) — thanks @mahmoudashraf93
- Pairing: cap pending DM pairing requests at 3 per provider and avoid pairing replies for outbound DMs. — thanks @steipete
- macOS: replace relay smoke test with version check in packaging script. (#615) — thanks @YuriNachos
- macOS: avoid clearing Launch at Login during app initialization. (#607) — thanks @wes-davis