Multi-day and ongoing events now show up correctly on every day they span. This release also closes out a batch of Obsidian community plugin review findings and dependency security advisories.
What changed for you
- Multi-day/ongoing events fixed — events spanning multiple days were sometimes skipping interior days or incorrectly appearing on a day they didn't reach. They now show up consistently across their actual span.
- Correct author listing — the plugin now shows "Open Horizon Labs" (with a working link) instead of the outdated "Cloud Atlas" name and dead URL.
- Dependency security fixes — resolved known ReDoS advisories in build tooling.
Under the hood
Aligned with Obsidian's community plugin review guidelines (DOM API usage, inline styles, release asset hygiene, moment import path) so future scans stay clean, and added eslint-plugin-obsidianmd to catch these locally going forward.