@@ -6,15 +6,18 @@ Contact Tools is a standalone local-first application in the [add·ideas Toolbox
|
||||
|
||||
## Version 0.1 scope
|
||||
|
||||
- Unfolding and bounded parsing of vCard 3.0 and 4.0 contact sets
|
||||
- Unfolding and bounded parsing of vCard 2.1, 3.0 and 4.0 contact sets
|
||||
- Editable core names, organizations, titles, emails, phones, addresses, URLs, birthdays, notes, UIDs and categories
|
||||
- Canonical vCard 3.0/4.0 export with UTF-8-aware 75-octet line folding
|
||||
- Canonical vCard 2.1/3.0/4.0 export with UTF-8-aware 75-octet line folding
|
||||
- Quoted-printable and bounded Base64 decoding, grouped-property support, and loss-preserving retention of unmapped IANA/X properties and parameters
|
||||
- Loss-preserving RFC 7095 jCard import/export and a focused JSContact
|
||||
import/export adapter with unmapped-field evidence
|
||||
- RFC 4180-style CSV import with inferred, reviewable column mapping and spreadsheet-formula-safe CSV export
|
||||
- Explainable exact duplicate candidates and a conflict-reporting, left-biased merge preview
|
||||
- Explicit, local vCard QR generation with a conservative payload bound and SVG download
|
||||
- Masked overview fields, one-click memory clearing, and no persistence or telemetry
|
||||
|
||||
Text input is limited to 2 MiB, 50,000 physical lines and 2,000 contacts. Binary and quoted-printable properties are diagnosed but not decoded, and unsupported properties are reported rather than silently round-tripped. See [docs/ARCHITECTURE.md](docs/ARCHITECTURE.md) and [docs/PRIVACY-SECURITY.md](docs/PRIVACY-SECURITY.md).
|
||||
Text input is limited to 2 MiB, 50,000 physical lines and 2,000 contacts. Encoded values are limited to 64 KiB per property; malformed encodings are diagnosed while their raw values remain preserved. See [docs/ARCHITECTURE.md](docs/ARCHITECTURE.md) and [docs/PRIVACY-SECURITY.md](docs/PRIVACY-SECURITY.md).
|
||||
|
||||
## Development
|
||||
|
||||
@@ -28,7 +31,7 @@ npm run test:browser
|
||||
|
||||
## Release
|
||||
|
||||
`npm run release:artifact` creates a deterministic `release/contact-tools-0.1.0.zip` and checksum sidecar.
|
||||
`npm run release:artifact` creates a deterministic `release/contact-tools-0.2.0.zip` and checksum sidecar.
|
||||
|
||||
## Licence
|
||||
|
||||
|
||||
Reference in New Issue
Block a user