Paginated static release notes for World Monitor, built from the committed CHANGELOG.md file.
2.3.5 2026-02-16
Changed
Panel error messages: Differentiated error messages per panel so users see context-specific guidance instead of generic failures
Desktop config auto-hide: Desktop configuration panel automatically hides on web deployments where it is not relevant
2.3.4 2026-02-16
Fixed
Windows sidecar crash: Strip \\?\ UNC extended-length prefix from paths before passing to Node.js — Tauri resource_dir() on Windows returns UNC-prefixed paths that cause EISDIR: lstat 'C:' in Node.js module resolution
Windows sidecar CWD: Set explicit current_dir on the Node.js Command to prevent bare drive-letter working directory issues from NSIS shortcut launcher
Sidecar package scope: Add package.json with "type": "module" to sidecar directory, preventing Node.js from walking up the entire directory tree during ESM scope resolution