This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Topics
+4 more
Summary
AI summaryFixed CardDAV contact import issues: unescaped vCard fields, missing primary phone/email/address data, and inconsistent category mapping.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Bugfix | Medium |
Unescape vCard escape sequences in imported CardDAV contacts. Unescape vCard escape sequences in imported CardDAV contacts. Source: llm_adapter@2026-07-19 Confidence: high |
— |
| Bugfix | Medium |
Populate primary phone, email, and address fields from multi-value tables for imported CardDAV contacts. Populate primary phone, email, and address fields from multi-value tables for imported CardDAV contacts. Source: llm_adapter@2026-07-19 Confidence: high |
— |
| Bugfix | Medium |
Standardize unmapped CardDAV contact categories to `misc` instead of localized `Sonstiges`. Standardize unmapped CardDAV contact categories to `misc` instead of localized `Sonstiges`. Source: llm_adapter@2026-07-19 Confidence: high |
— |
| Bugfix | Medium |
Run migration on upgrade to heal existing CardDAV contacts: unescape names, convert `Sonstiges` → `misc`, add missing primary fields. Run migration on upgrade to heal existing CardDAV contacts: unescape names, convert `Sonstiges` → `misc`, add missing primary fields. Source: llm_adapter@2026-07-19 Confidence: high |
— |
Full changelog
Fixed
- CardDAV contacts synced from servers such as mailbox.org were imported but displayed incorrectly (follow-up to #529). Three issues are fixed: (1) names and other fields kept literal vCard escapes such as
Surname\, Given— values are now unescaped (\,,\;,\\,\n) and structured fields (N, ADR) are split only on unescaped separators; (2) phone numbers, email addresses and postal addresses were missing in the list and edit dialog because sync only populated the multi-value tables — the primary phone/email/address are now also written to the base contact fields the list reads; (3) contacts with no mapped category were stored under the localized fallbackSonstigesinstead of the stable keymisc, causing them to group under "Other" while the edit dialog fell back to its first option — unmapped categories now consistently resolve tomisc. A migration heals already-synced contacts on upgrade (escaped names,Sonstiges→misc, missing primary phone/email); manually created contacts are left untouched. (#531)
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
Related context
Related tools
Earlier breaking changes
- v0.71.3 Changes WebDAV backup default path from "/oikos/backups/" to "/yuvomi/backups/".
- v0.66.0 Repository URL changed to `https://github.com/ulsklyc/yuvomi`.
- v0.66.0 Docker image moved to `ghcr.io/ulsklyc/yuvomi`.
- v0.66.0 Project renamed from Oikos to Yuvomi.
- v0.62.0 Changes event dialog to unified sync target picker across Google and CalDAV calendars.
Beta — feedback welcome: [email protected]