Logo
Explore Help
Sign In
olivier/waypoint
1
0
Fork 0
You've already forked waypoint
Code Issues Pull Requests Actions Packages Projects Releases 8 Wiki Activity

8 Releases 8 Tags

RSS Feed
  • v1.5.1 3c7b6741f5
    Compare

    v1.5.1 — Fix calendar disappearing Stable

    olivier released this 2026-06-22 16:18:37 +02:00 | 0 commits to master since this release

    Fix

    Calendar (and the entire sidebar) disappeared for existing users after updating to v1.5.0.

    Root cause: Object.assign does a shallow merge on settings. The saved recentFiles object replaced the entire default, so the new filterTags field was undefined. Accessing .length on it threw an exception, killing renderRecentFiles() and preventing renderCalendar() from ever running.

    Fixed with:

    • Defensive || [] fallback on filterTags
    • Deep merge on loadSettings for recentFiles, calendar, and display objects so future new fields also survive gracefully
    Downloads
    • main.js
      48 KiB
      2026-06-22 16:18:50 +02:00
    • manifest.json
      228 B
      2026-06-22 16:18:51 +02:00
    • styles.css
      8.1 KiB
      2026-06-22 16:18:51 +02:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v1.5.0 abf4d6ccf7
    Compare

    v1.5.0 — Configurable Filter Tags Stable

    olivier released this 2026-06-22 16:15:54 +02:00 | 1 commits to master since this release

    What'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 type property (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
    • main.js
      48 KiB
      2026-06-22 16:16:04 +02:00
    • manifest.json
      228 B
      2026-06-22 16:16:05 +02:00
    • styles.css
      8.1 KiB
      2026-06-22 16:16:05 +02:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v1.4.1 141121878f
    Compare

    v1.4.1 — Persistent Recent Files + About Tab Stable

    olivier released this 2026-06-22 16:07:22 +02:00 | 2 commits to master since this release

    What'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
    • main.js
      47 KiB
      2026-06-22 16:07:41 +02:00
    • manifest.json
      228 B
      2026-06-22 16:07:42 +02:00
    • styles.css
      8.1 KiB
      2026-06-22 16:07:42 +02:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v1.4.0 44c2dd2abc
    Compare

    v1.4.0 — Persistent Recent Files Stable

    olivier released this 2026-06-22 16:00:45 +02:00 | 4 commits to master since this release

    What'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
    • main.js
      45 KiB
      2026-06-22 04:36:28 +02:00
    • manifest.json
      228 B
      2026-06-22 04:36:28 +02:00
    • styles.css
      8.1 KiB
      2026-06-22 04:36:29 +02:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v1.3.0 993017f669
    Compare

    v1.3.0 — Chevron right, tabbed settings, drag-into, display customization Stable

    olivier released this 2026-06-12 20:54:28 +02:00 | 6 commits to master since this release

    Downloads
    • README.md
      1.1 KiB
      2026-06-12 20:54:40 +02:00
    • main.js
      44 KiB
      2026-06-12 20:54:39 +02:00
    • manifest.json
      228 B
      2026-06-12 20:54:39 +02:00
    • styles.css
      8.1 KiB
      2026-06-12 20:54:39 +02:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v1.2.0 cb09ec0e83
    Compare

    v1.2.0 — Rename plugin to Waypoint Sidebar Stable

    olivier released this 2026-06-10 21:42:13 +02:00 | 22 commits to master since this release

    Downloads
    • README.md
      1.1 KiB
      2026-06-10 22:35:57 +02:00
    • main.js
      37 KiB
      2026-06-10 22:35:56 +02:00
    • manifest.json
      227 B
      2026-06-10 22:35:56 +02:00
    • styles.css
      6.0 KiB
      2026-06-10 22:35:56 +02:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v1.1.0 a4714f6fa8
    Compare

    v1.1.0 — Period note hotkeys & navigation Stable

    olivier released this 2026-06-08 18:34:58 +02:00 | 23 commits to master since this release

    Downloads
    • README.md
      1.1 KiB
      2026-06-08 18:35:00 +02:00
    • main.js
      37 KiB
      2026-06-08 18:34:59 +02:00
    • manifest.json
      211 B
      2026-06-08 18:34:59 +02:00
    • styles.css
      6.0 KiB
      2026-06-08 18:34:59 +02:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v1.0.0 fbdc42b4a3
    Compare

    v1.0.0 Stable

    olivier released this 2026-06-04 13:48:45 +02:00 | 24 commits to master since this release

    Downloads
    • main.js
      35 KiB
      2026-06-04 13:51:20 +02:00
    • manifest.json
      211 B
      2026-06-04 13:51:19 +02:00
    • styles.css
      6.0 KiB
      2026-06-04 13:51:20 +02:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
Powered by Gitea Version: 1.26.2 Page: 39ms Template: 8ms
Auto
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API