Skip to content

Releases: cybersader/obsidian-daily-notes-ng

0.1.18

Choose a tag to compare

@github-actions github-actions released this 28 Mar 21:07

Fixed

  • Ribbon icon: renamed to "Daily Notes NG: Open today" (was generic "Open calendar")
  • Ribbon action now opens today's note directly instead of calendar stub
  • Icon changed to calendar-check (matches command palette)

0.1.17

Choose a tag to compare

@github-actions github-actions released this 28 Mar 20:41

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

Choose a tag to compare

@github-actions github-actions released this 28 Mar 16:15

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

Choose a tag to compare

@github-actions github-actions released this 28 Mar 12:57

Changed

  • All journal cards start collapsed in settings (click to expand)

0.1.14

Choose a tag to compare

@github-actions github-actions released this 28 Mar 12:20

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

Choose a tag to compare

@github-actions github-actions released this 28 Mar 03:32

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

Choose a tag to compare

@github-actions github-actions released this 26 Mar 23: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

Choose a tag to compare

@github-actions github-actions released this 26 Mar 21:43

Improved

  • Journal scope badge now shows owner name (e.g., "person: Alice Smith" instead of just "person")

0.1.10

Choose a tag to compare

@github-actions github-actions released this 26 Mar 21:26

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

Choose a tag to compare

@github-actions github-actions released this 26 Mar 14:53

Changed

  • Removed auto-heading on notes without templates (too opinionated)