You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Phone numbers in Contacts are now shown formatted (national for your household's country, international otherwise), call links use the full international number, and the edit form offers a live formatting preview plus a non-blocking "looks incomplete" hint. Numbers you type are always saved and displayed exactly as entered; anything the formatter cannot parse falls back to the raw text. This is powered by a self-hosted libphonenumber-js bundle (no CDN, no new configuration).
Changed
CardDAV contact sync now matches existing contacts by normalized phone number, so the same number stored in different formats (for example "+49 30 12345678" and "030 12345678") no longer creates duplicate contacts. Stored numbers are never rewritten, and the previous exact-match comparison remains as a fallback.