Release Calendar Tools 0.2.0
Verify / verify (push) Canceled after 0s

This commit is contained in:
2026-09-02 11:20:48 +02:00
parent 47fbaba0b7
commit 1a741d6802
25 changed files with 1499 additions and 137 deletions
+10 -2
View File
@@ -7,10 +7,18 @@ Calendar Tools is a standalone local-first application in the [add·ideas Toolbo
## Version 0.1 scope
- RFC 5545 parsing and inspection for events, recurrence, attendees, calendar metadata, and embedded VTIMEZONE definitions
- Bounded RRULE/RDATE/EXDATE occurrence preview and overlap/duplicate diagnostics
- VTODO tasks, VJOURNAL entries, VFREEBUSY intervals, and nested VALARM
inventory with focused diagnostics
- Bounded RRULE/RDATE/EXDATE occurrence preview, including moved or cancelled
RECURRENCE-ID instances, changed durations, and RANGE=THISANDFUTURE, plus
overlap/duplicate diagnostics
- Merge and deduplication by UID plus RECURRENCE-ID, preferring SEQUENCE and then DTSTAMP
- Conservative canonical repair: BOM/NUL removal, CRLF serialization, VERSION and PRODID normalization
- Browser-IANA timezone offset/transition reports and explicit DST gap/overlap classification
- Agenda and month occurrence views, bounded event/task authoring, and a local
working-hours/free-slot planner over event and VFREEBUSY intervals
- Lossless iCalendar component-tree import/export through RFC 7265 jCal, plus a
focused RFC 8984 JSCalendar Event/Task adapter with explicit loss warnings
- Relocatable offline PWA, local-only processing, and deterministic release packaging
Input is limited to 4 MiB, 100,000 physical lines, 10,000 components, and 5,000 events. Recurrence is limited to 500 occurrences per series, a 3,650-day horizon, and 5,000 displayed occurrences. See [docs/ARCHITECTURE.md](docs/ARCHITECTURE.md) and [docs/PRIVACY-SECURITY.md](docs/PRIVACY-SECURITY.md).
@@ -27,7 +35,7 @@ npm run test:browser
## Release
`npm run release:artifact` creates a deterministic `release/calendar-tools-0.1.0.zip` and checksum sidecar.
`npm run release:artifact` creates a deterministic `release/calendar-tools-0.2.0.zip` and checksum sidecar.
## Licence