TaskNotes

TaskNotes 4.3.13 (Fork)

This release is from the cybersader/tasknotes fork.

Changed

  • Opt-in debug logging: Converted debug console statements to use DebugLog utility for Obsidian plugin guidelines compliance
    • BasesQueryWatcher.ts, bulk-convert-engine.ts, BasesViewBase.ts now use plugin.debugLog.*
    • Debug/log/warn messages only output when debug mode enabled (toggle via command)
    • Error messages still always output (allowed per Obsidian guidelines)
    • Logs written to both console and debug.log file when enabled

Fixed

  • E2E cross-platform support: Improved Obsidian binary detection for Windows/macOS/Linux in Playwright tests
  • E2E port conflict: Changed remote debugging port from 9222 to 9333 to avoid Chrome conflicts