What's Changed
- Smart scroll sync: opt-in toggle in Settings (off by default) that aligns headings, images, tables, code fences, horizontal rules and block math between the editor and preview panes, instead of scrolling both by percentage.
- Drag & drop Markdown files: dropping a .md file from your file system saves it next to the current note and inserts an inline link at the drop point. Size capped by the new UPLOAD_MAX_NOTE_MB (default 10 MB).
- Drop target highlighting: visual indicator while dragging files in from the file system.
- APP_NAME environment variable: override the app name shown in the UI, login page, browser title, PWA manifest. Thanks to @nopoz (#268).
- GHCR pull-count badge: README badge fed by a new daily workflow that publishes the count to a stats branch.
- Fixed localization to have the allowed formats as a constant (no need to translate them)
Docker Images
This release is available as a Docker image:
docker pull ghcr.io/gamosoft/NoteDiscovery:0.29.0Full Changelog: v0.28.4...v0.29.0