First public announcement release.
0.9.13 - Tray "Open" Fix
- Tray "Open" required two clicks when "Start minimized" was enabled: the GUI process spawned by the tray honoured the
start_minimizedsetting and started hidden, so the first click launched an invisible window and only the second click (routed via IPCshow_windowto the now-connected client) presented it — the daemon now spawns the GUI with a new--showflag that overridesstart_minimizedon first activation, so an explicit tray click always shows the window immediately;start_minimizedstill applies to plainmtsynclaunches such as login autostart - Daemon/GUI mutual spawning prefers
/proc/self/exeover PATH lookup: both the daemon launching a GUI and the GUI launching a daemon previously resolvedmtsyncviaGlib::find_program_in_pathfirst, so a development build would silently launch a stale system-installed binary; the running executable's own path is now preferred, with PATH lookup as fallback