Releases: cybersader/obsidian-daily-notes-ng
Releases · cybersader/obsidian-daily-notes-ng
Release list
0.1.18
0.1.17
Added
- Lucide icons on all 11 navigation commands (calendar-check, chevron-left/right)
- Mobile toolbar settings section with guided setup modal (visible on mobile only)
- Journal icon field in settings card with live Lucide icon preview
- Icons render in command palette, mobile toolbar, and ribbon menu
0.1.16
Added
- Logo assets: 20 variations (PNG 32-512px, SVG color + mono, transparent bg)
- Pretty README with centered logo, badges, feature table, BRAT install guide
- Docs branding: logo in Starlight header + hero image
- process-logos.py script for regenerating from source images
0.1.15
Changed
- All journal cards start collapsed in settings (click to expand)
0.1.14
Added
- Notice messages when no journals are available for a command
- Diagnostic messages explain why: no journals defined, all disabled, identity off, device not registered, or scope mismatch
- 8-second display time for actionable guidance
0.1.13
Added
- Debug logging system: dual file/console output, write queue, per-category filtering
- Category groups in debug settings: Core, Identity, Templates, Other
- Comprehensive trace logging in JournalResolver, PeriodicNoteManager, NavigationCommands
- onExternalSettingsChange: plugin reloads journals when Obsidian Sync updates data.json
- Debug settings UI: master toggle, console toggle, category filters, clear log button
Fixed
- Obsidian Sync: journals from other devices now load without restart
- Debug settings migration: old boolean format auto-converts to new object format
0.1.12
Improved
- All settings now have clear descriptions explaining purpose and usage
- Template field: lists available variables and Templater support
- Date format: shows examples for daily/weekly/monthly
- Folder: explains person interpolation
- NLP trigger: shows usage example
0.1.11
Improved
- Journal scope badge now shows owner name (e.g., "person: Alice Smith" instead of just "person")
0.1.10
Added
- Per-journal setting overrides: folder-note mode, base MOC, Templater, date tracking, date keys, creator, UUID
- Collapsible "Overrides" section in each journal card
- Tri-state dropdowns: "Use global" / "On" / "Off" for boolean overrides
- String overrides with placeholder showing global default
0.1.9
Changed
- Removed auto-heading on notes without templates (too opinionated)