v1.13.39 (2026-07-28)
-
Feat: Added
tracking_schedulesupport to control which days and time windows forced location can run; unified boot-time and runtime settings processing into a single shared path. (SoraKenji) -
Fix: Hardened all Windows exec calls in system detection functions against synchronous EROFS and EPERM errors; removed
-NoProfileto avoid unnecessary PowerShell profile loading. (SoraKenji) -
Fix: WebSocket action responses now retry indefinitely every 30 s until the server ACKs delivery, replacing the previous 10-attempt cap that could silently drop responses. (SoraKenji)
-
Fix: Errors with an
err.levelproperty are now skipped from exception reporting, providing a lightweight opt-out for non-fatal errors that should not reach telemetry. (SoraKenji) -
Fix: Fixed a null-emitter crash in the hostname trigger when a pending async SQLite callback fires after
stop()has already cleared the emitter reference. (SoraKenji) -
Fix:
handleErrornow preserves all properties of the original Error object when wrapping exceptions; a barethrowin the command handler is replaced with a callback error to prevent unhandled crashes. (SoraKenji) -
Chore: Updated dependencies to resolve npm audit security vulnerabilities. (SoraKenji)