Files
abcddb2vcard/CHANGELOG.md
2026-01-18 14:45:24 +01:00

1.9 KiB
Raw Blame History

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project does adhere to Semantic Versioning.

1.2.2 2026-01-18

Changed

  • Update readme

1.2.1 2025-12-03

Fixed

  • Soft-fail on unknown social service types. (continue export even if a service field fails)
  • SQL sanitize respects INNER JOIN. Fixes an error introduced in v1.1.0 which would prohibit export of contacts with at least one social service.

1.2.0 2025-06-09

Added

  • Support for external images (referenced only by id within db)
  • Warning for missing -wal & -shm files
  • Warning for missing (and hidden) .AddressBook-v22_SUPPORT image storage folder

Removed

  • Warning for missing column ZSERVICENAME (column is not that important anyway)

1.1.1 2025-06-09

Fixed

  • Escape newline character in x520

1.1.0 2024-01-27

Added

  • Multi-file output. Use a formatter string to export each vcard individually.

Fixed

  • Continue processing of remaining entries if a single contact card fails to process
  • Ignore table columns that do not exist (e.g., ZTHUMBNAILIMAGEDATA)

1.0.1 2023-02-21

Added

  • Types
  • abcddb2vcard is now available on PyPi (pip3 install abcddb2vcard, then use abcddb2vcard or vcard2img in your shell)

Fixed

  • Crash when processing data fields with no corresponding Contact record