Skip to content

v0.3.2

Choose a tag to compare

@github-actions github-actions released this 11 Jun 16:57
· 11 commits to main since this release

What's fixed

Outlook stores multi-line addresses in the calendar event's location.displayName field as Street\nCity, ST Zip\nCountry. The today view rendered those as three lines in the location column, breaking the layout. This release normalizes meeting subjects and locations to a single line at parse time, so the today view and the dashboard's "next meeting" line both show clean strings.

Subjects join multi-line input with spaces; locations join with , so postal addresses come out properly punctuated.

Upgrading

No new permissions, no config changes:

sudo apt update && sudo apt install --only-upgrade checkin

Changelog

  • 792cd75: Collapse multi-line meeting subjects and locations to one line (@anderix)