Releases: CR0CKER/logseq-calendars-plugin
Releases · CR0CKER/logseq-calendars-plugin
Release list
v3.2.0
chore(release): 3.2.0 (#10) Bump version to 3.2.0 and consolidate the audit's [Unreleased] changelog entries into the 3.2.0 release section (Security/Added/Changed/Removed/Fixed). Maintenance + hardening release; no breaking changes. package.json version matches the v3.2.0 tag for Logseq update detection. Claude-Session: https://claude.ai/code/session_019cVCdCtNzUJmy1yen3JyBk Co-authored-by: CR0CKER <6056387+CR0CKER@users.noreply.github.com> Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
v3.1.0
Add meeting-participant variables and inline SVG toolbar icon (v3.1.0)
- New template variables: {ConfirmedParticipants}, {TentativeParticipants},
{PendingParticipants}, {Participants}, usable in template and templateLine2.
Named attendees render as [[links]]; nameless attendees fall back to email.
- New setting participantEmailFallback to omit nameless attendees instead of
showing their email.
- Detect email-shaped CN (Google writes CN=<email> when no display name) and
treat as nameless so it isn't turned into a broken link.
- Replace ti-* font toolbar icon with inline Tabler calendar-down SVG, removing
dependency on Logseq's older bundled icon set.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
v3.0.1
Rename toolbar key to logseq-ical-sync, use refresh icon (v3.0.1) - Toolbar registerUIItem key changed from "open-calendar2" to "logseq-ical-sync" so the entry in Logseq's plugin menu matches the published plugin ID. - Toolbar icon changed from ti-notebook to ti-refresh to emphasize the sync action over a calendar/notes metaphor. - Bump package.json to 3.0.1.
v3.0.0
Fix CI: upgrade parcel to 2.12+ for Node 20 compatibility lmdb 2.1.6 (shipped with parcel 2.2.1) has no prebuilt Node 20 binaries and can't compile on it. Parcel 2.12+ ships lmdb with prebuilt binaries. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>