Fixes and Improvements
Fix terminal launcher packaging across desktop platforms
Packaged releases now ship one Tauri desktop executable alongside a small,
Tauri-free console launcher. Running procnote [WORKSPACE] starts the desktop
application in the requested workspace, immediately returns control to the
terminal, and safely preserves workspace paths containing spaces. Help, version,
and argument errors are handled directly in the terminal without starting the
GUI.
The new launcher is included in the Windows, macOS, and Linux packages. The
Windows NSIS installer also removes the legacy v0.0.4 CLI location, updates the
user PATH without risking truncation of long values, and cleans up both old and
new entries during uninstall.
Contributed by @shunichironomura in #354.
Internal Changes
Full Changelog: v0.0.4...v0.0.5