Skip to content

Releases: prey/prey-node-client

v1.13.35

05 Jun 19:38

Choose a tag to compare

v1.13.35 (2026-06-05)

Full Changelog

  • Fix: Fixed a crash in the Wi-Fi location strategy where a server-side body error response was incorrectly propagated as a null callback argument, causing callers to receive an undefined result and crash on property access (lat, accuracy). (SoraKenji)

  • Fix: Fixed coordinate validation in the location trigger to accept lat/lng values returned as strings by the geo provider, parsing and validating them against valid geographic ranges instead of rejecting them outright. (SoraKenji)

v1.13.34

04 Jun 15:38

Choose a tag to compare

v1.13.34 (2026-05-20)

Full Changelog

  • Fix: Fixed a crash in hardware data collection where os.cpus() returning an empty array or undefined values in virtualized environments caused an unhandled TypeError. The agent now returns safe defaults instead. (SoraKenji)

  • Fix: Fixed a crash on Windows where the Wi-Fi location strategy could return coordinates in a raw API format instead of the expected processed format, causing coords.lng.toString() to fail. Also fixed a related issue where lng=0 (prime meridian) was incorrectly treated as a missing value due to use of || instead of ??. (SoraKenji)

v1.13.33

19 May 20:01

Choose a tag to compare

v1.13.33 (2026-05-15)

Full Changelog

  • Feat: Location methods (native, Wi-Fi, and IP-based) can now be individually disabled from the control panel. When a method is disabled, the agent automatically falls back to the next available source. (SoraKenji)

v1.13.32

06 May 14:10

Choose a tag to compare

v1.13.32 (2026-04-30)

Full Changelog

  • Feat: New Windows location orchestration system that coordinates native and Wi-Fi location sources, with periodic validation and persistent recovery across restarts. (SoraKenji)

  • Feat: Disk encryption data is now only collected and reported when the control panel explicitly requests it via backend configuration. (SoraKenji)

  • Fix: Fixed a bug where a missing Wi-Fi location would cause the location strategy to fail entirely instead of falling back gracefully. (SoraKenji)

  • Fix: New MacSVC 1.0.9 with a fix for screenshot capture on macOS. (SoraKenji)

  • Fix: New WinSVC 2.0.33. (SoraKenji)

  • Fix: On Windows, the native location source is now restricted to WinRT only, improving reliability by avoiding incompatible sources. (SoraKenji)

  • Fix: Windows location orchestrator now uses a finer-grained change verification strategy instead of a broad jump-detection threshold, reducing false location updates. (SoraKenji)

  • Fix: Increased the native location accuracy threshold from 100 to 200 meters for better location acceptance on Windows. (SoraKenji)

  • Fix: The lock action on Windows now correctly restores the taskbar and re-applies the lock when a Fast User Switch occurs. (SoraKenji)

  • Fix: The unlock password is now masked in WebSocket communication logs to avoid exposing it. (SoraKenji)

  • Fix: WebSocket reconnection backoff maximum wait time was reduced to 2 minutes to recover faster after connectivity issues. (SoraKenji)

  • Fix: Added timeouts to system calls (PowerShell/exec) to prevent the agent from blocking indefinitely when a command hangs. (SoraKenji)

  • Fix: Prevents report gathering from stacking up when the agent is under degraded conditions (slow storage or hanging commands). (SoraKenji)

  • Fix: Fixed a border case where multiple simultaneous timers could open more than one WebSocket connection for the same device. (SoraKenji)

  • Fix: Fixed an error that caused the alarm action to fail silently when the device session was inactive. (SoraKenji)

v1.13.31

09 Apr 21:45

Choose a tag to compare

Merge branch 'fix/out-of-time-auto-update-macos' into 'develop'

Fix/out of time auto update macos

See merge request prey/js/prey-node-client!1391

v1.13.29

02 Apr 16:02

Choose a tag to compare

v1.13.29 (2026-04-02)

Full Changelog

  • Fix: Remove undeclared variable from files in order to avoid errors in the future. (SoraKenji)

v1.13.28

31 Mar 17:26

Choose a tag to compare

v1.13.28 (2026-03-27)

Full Changelog

  • Fix: Updated systeminformation library to 5.31.5 because of an error of undeclared variable. (SoraKenji)

v1.13.25

03 Feb 16:11

Choose a tag to compare

Merge branch 'develop' into 'master'

Develop

See merge request prey/js/prey-node-client!1318

v1.13.24

14 Jan 13:18

Choose a tag to compare

v1.13.24 (2026-01-09)

Full Changelog

  • Fix: Fixes an issue where WebSocket connections failed to reconnect after the system woke from sleep mode. (SoraKenji)

v.1.11.4

04 Apr 18:54

Choose a tag to compare

  • Fixes proxy usage for Prey client. In versions 1.11.2 - 1.11.3 there was a problem with that portion of the code that made Prey restart itself over and over until user changes try_proxy property inside prey.conf file #749 (SoraKenji)