Commit graph

4 commits

Author SHA1 Message Date
Lukas Wolfsteiner
9db030eb8c fix: check target version key when updating versions.json
Check whether the target version key already exists instead of whether the minAppVersion value exists.
The old check incorrectly skipped writing a new entry when a prior release mapped to the same minimum app version.
Ensures every release gets its own entry in the version map.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-06 11:21:14 +02:00
Lukas Wolfsteiner
4dc7207c41 feat: introduce bookmark explorer
- Add a note-aware explorer for browsing saved bookmarks and filtering from note context.
- Support inline blocks, configurable tag behavior, and theme-friendly icon styling.
- Prepare release metadata, documentation, licensing, and automated release assets.
2026-05-02 00:46:27 +02:00
Johann Richard
3fe07677b5
build: only write new minAppVersion requirements to versions.json
Only add a new version requirements if `minAppVersion` is not already in `versions.json`. Should declutter `versions.json`.
2025-04-28 08:38:38 +02:00
aidenlx
f3286063d3
add version bump script (#10) 2022-01-22 16:13:50 -05:00