1.0.0
Release Notes: Version 1.0.0 (Initial Release)
Welcome to the first official release of Memento! 🚀
This initial release establishes the core foundation of the plugin, introducing deep calendar integration, a dedicated timeline sidebar, and automated note scaffolding.
Features:
- Calendar Plugin Integration: Events are automatically highlighted on the Obsidian Calendar. You can right-click any date cell in the calendar to instantly create a new event for that day.
- Interactive Timeline Sidebar: A dedicated, chronologically sorted sidebar view that tracks all your upcoming events. You can configure the timeline to show all future events indefinitely, or restrict it to only show events for the current month to reduce visual clutter.
- Recurring Schedules: Full support for recurring events including Daily, Weekly, Monthly, and Yearly intervals.
- Automated Event Notes: Clicking on any event card in the timeline will prompt you to create a dedicated note. Memento automatically scaffolds the note and injects clean YAML frontmatter properties containing the event's Title, Date (with exact time), and Context.
- Localization: Full support for both English and Spanish property generation (e.g.,
DatevsFecha), with bulletproof localized date parsing directly from the Svelte calendar UI. - Fully Automated Releases: For developers, GitHub Actions are fully configured to automatically lint, format, and compile release assets upon publishing a tag.