-
released this
2026-06-22 16:18:37 +02:00 | 0 commits to master since this releaseFix
Calendar (and the entire sidebar) disappeared for existing users after updating to v1.5.0.
Root cause:
Object.assigndoes a shallow merge on settings. The savedrecentFilesobject replaced the entire default, so the newfilterTagsfield wasundefined. Accessing.lengthon it threw an exception, killingrenderRecentFiles()and preventingrenderCalendar()from ever running.Fixed with:
- Defensive
|| []fallback onfilterTags - Deep merge on
loadSettingsforrecentFiles,calendar, anddisplayobjects so future new fields also survive gracefully
Downloads
- Defensive
-
released this
2026-06-22 16:15:54 +02:00 | 1 commits to master since this releaseWhat's New
- Configurable filter tags — new "Filter tags" setting in the Recent Files tab. Enter tag names one per line to pin specific tags as filter pills above the recent files list. Leave empty to auto-detect from frontmatter
typeproperty (existing behavior). Configured tags always show, even when count is 0.
Previous Changes (v1.4.x)
- Persistent recent files (survives restarts)
- About tab in settings
- Fixed limit enforcement and settings data loss bug
Downloads
- Configurable filter tags — new "Filter tags" setting in the Recent Files tab. Enter tag names one per line to pin specific tags as filter pills above the recent files list. Leave empty to auto-detect from frontmatter
-
released this
2026-06-22 16:07:22 +02:00 | 2 commits to master since this releaseWhat's New
- Persistent recent files — your recent files history now survives Obsidian restarts. Stored alongside bookmarks in the plugin data file.
- About tab — new settings tab showing the current version and a short description of what Waypoint does.
Bug Fixes
- Limit enforcement — the max items setting now works everywhere: on file open, on plugin load, and immediately when you change the setting. Omitted paths regex filtering is also wired up now.
- Settings data loss — changing any setting was silently wiping your bookmarks. Fixed
saveAndRefresh()to properly merge data instead of overwriting.
Downloads
-
released this
2026-06-22 16:00:45 +02:00 | 4 commits to master since this releaseWhat's New
- Persistent recent files — your recent files history now survives Obsidian restarts. Stored alongside bookmarks in the plugin data file.
Bug Fixes
- Limit enforcement — the max items setting now actually works. It's applied on open (in case you reduced the limit) and on every file add. Omitted paths regex filtering is also wired up now.
- Settings data loss — changing any setting was silently wiping your bookmarks. Fixed
saveAndRefresh()to properly merge data instead of overwriting.
Downloads
-
v1.0.0 Stable
released this
2026-06-04 13:48:45 +02:00 | 24 commits to master since this releaseDownloads