Skip to content

Latest commit

 

History

History
1274 lines (799 loc) · 86.4 KB

CHANGELOG.md

File metadata and controls

1274 lines (799 loc) · 86.4 KB

Change Log

v1.13.2 (2024-09-12)

Full Changelog

v1.13.1 (2024-09-11)

Full Changelog

  • Fix: Fixes error when moving plist file on MACOS. New prey-user binary 1.0.5 (Beregcamlost) (SoraKenji)

v1.13.0 (2024-08-26)

Full Changelog

  • Feat: New version of Fenix added. Now fenix.log's history remains intact so it can provide more information (Beregcamlost) (SoraKenji)

  • Feat: New version of Updater added. It solves an issue when Prey services couldn't get restarted (Beregcamlost) (SoraKenji)

  • Fix: Log retrieval action now adds fenix.log in Windows to the information gather by the action. (Beregcamlost) (SoraKenji)

  • Fix: Modify action of request native permission for MacOS. (Beregcamlost) (SoraKenji)

  • Feat: Updates the version of NodeJS to 20.16.0. (Beregcamlost) (SoraKenji)

v1.12.18 (2024-08-20)

Full Changelog

  • Fix: Since MacOS v14 getting wifi information for wifi location strategy was removed so a new and improved way to get native location is added. New Prey.app's version is introduced in this fix and a new version of prey-user binary. #1006

v1.12.17 (2024-08-12)

Full Changelog

  • Fix: Fixes issues with device key duplication on PDC start. #1037 (SoraKenji)

  • Fix: Fixes issues with H key on prey lock. #1036 (SoraKenji)

v1.12.16 (2024-08-06)

Full Changelog

  • Feat: Adds feature that sends location on every reconnect on WS. #1032 (Beregcamlost)

v1.12.15 (2024-08-02)

Full Changelog

  • Fix: Removes device key configuration second layer. #1030 (SoraKenji)

v1.12.14 (2024-07-31)

Full Changelog

v1.12.13 (2024-07-30)

Full Changelog

  • Fix: Fixes error with null variables in specs report. #1024 (SoraKenji)

v1.12.12 (2024-07-30)

Full Changelog

  • Fix: Fixes problem with variable memory reference on specs report. #1022 (SoraKenji)

v1.12.11 (2024-07-29)

Full Changelog

  • Fix: Fixes issues with device key duplication on PDC start. #1015 (SoraKenji)

  • Feat: Adds feature that sends location on every reconnect on WS. Its going to help with connection state issues on Prey Platform. #1018 (Beregcamlost)

  • Fix: Removes data from hardware changed and triggers refactor. This is going to fix misrepresentation of device's current state and its changes. #1019 (SoraKenji)

v1.12.10 (2024-07-01)

Full Changelog

  • Fix: Fixes the way that prey get the first time location. #981 (SoraKenji)

  • Feat: Adds new action to request local location premission. #1002 (SoraKenji)

  • Fix: Improvement on get logged user function. #1005 (SoraKenji)

  • Fix: Adds security improvements to prey lock binary. #1009 (SoraKenji)

  • Chore: Adds new cli command to enable debug logs on prey.log file. #1012 (SoraKenji)

v1.12.9 (2024-04-30)

Full Changelog

v1.12.8 (2024-04-22)

Full Changelog

v1.12.7 (2024-04-11)

Full Changelog

v1.12.6 (2024-04-11)

Full Changelog

v1.12.5 (2024-04-10)

Full Changelog

v1.12.4 (2024-03-17)

Full Changelog

  • Fixes native strategy for Location in MacOS
  • MacOS permission (only Location) added to database in order to have a back up and update them accordingly.
  • Removes IP package dependency.
  • Adds local socket feature for MacOS in order to connect with new prey-user binary to interchange data.

#945 (SoraKenji)(Beregcamlost)

v1.12.3 (2024-03-04)

Full Changelog

v1.12.2 (2024-02-08)

Full Changelog

Merged pull requests:

v1.12.1 (2024-01-23)

Full Changelog

Merged pull requests:

v1.12.0 (2024-01-22)

Full Changelog

Merged pull requests:

v1.11.10 (2023-10-30)

Full Changelog

Merged pull requests:

  • Fix on duplicate api_key on fresh install. This removes the second api_key on default value in prey.conf. #883 (SoraKenji)(Beregcamlost)

  • Wipe feature now can receive more options from the service. This allows to configure the way wipe is going to work on the device. #884 (SoraKenji)(Beregcamlost)

  • Refactor and fix of the screen lock feature for Ubuntu client, now it works on Ubuntu with Desktop Enviroment Gnome and KDE from Prey v1.11.10. #885 (SoraKenji)(Beregcamlost)

  • Remove nircmd from app cause it was being flagged as a threat despite is not a malware. #892 (SoraKenji)(Beregcamlost)

  • Change the take picture behavior on windows. Now uses snaphot.exe first instead of prey-webcam.exe and change the name of the picture and screenshot files to reduce size of temporary files stored. #893 #894 (SoraKenji)(Beregcamlost)

v1.11.9 (2023-09-28)

Full Changelog

Merged pull requests:

  • Change Prey.app functionality to make sure Prey has access to Picture and Screenshot files when device is missing and it needs to take them. #876 (SoraKenji)(Beregcamlost)

v1.11.8 (2023-09-04)

Full Changelog

Merged pull requests:

  • New configuration data for Factory Reset in Windows. Changes task's priority to ensure it'll run even on multiple unexpected cases. #869 (SoraKenji)(Beregcamlost)

  • For Windows clients, Prey tries to send two different webcam pictures and there was an issue because those two tasks were interefing with each other. Now one runs after the other eliminating that error. A new screenshot software was added, now Prey's capable to take a screenshot of all screens. #867 (SoraKenji)(Beregcamlost)

v1.11.7 (2023-08-08)

Full Changelog

Merged pull requests:

  • For screenshots there was a limit of 1.5 MB to upload, but now it's increased to 20 MB. #863 (SoraKenji)(Beregcamlost)

  • New wpxsvc (WinSVC) version 2.0.15. It adds a new feature to delete Fenix from Task Scheduler in Windows. #860 (SoraKenji)(Beregcamlost)

  • Fix for Mac OS devices marked as missing, their reports now include screenshots and pictures. #832 (SoraKenji)(Beregcamlost)

  • Screen Lock issue corrected for users with multiple virtual desktops, all desktops are now successfully locked on Mac OS. #830 (SoraKenji)

  • Improvement to minimize errors when checking the “winsvc” version against the server version upgrade. #826 (SoraKenji)

  • Fix mitigates errors when prey-user binary periodically checks on the main service on Mac OS. #824 (SoraKenji)

v1.11.6 (2023-07-24)

Full Changelog

Merged pull requests:

  • Information gathering optimizing for Missing Report feature, and bug fix to image retrieval process when the camera is being used on zoom/teams calls. #812 (SoraKenji)

  • Accuracy improvement for location data going back to version 1.11.4's when sorting wifi network data. Enhancement includes network filtering. (https://developers.google.com/maps/documentation/geolocation/requests-geolocation#sample-requests) #806 (SoraKenji)

  • Database storage revision for created actions that are not persistent. If they trigger over certain conditions, even if the system fails to call them, then they won’t be saved in the database. #803 (SoraKenji)

  • ESLint npm package was updated, going from 8.39.0 or above, to 8.44.0 or above. #802 (SoraKenji)

  • xml2js npm package was updated going from 0.4.19 to 0.5.0 or above. #801 (SoraKenji)

  • SemVer npm package was updated going from 5.6.0 or above, to 5.1.2 or above. #800 (SoraKenji)

  • JSDoc npm package was updated going from 3.6.10 or above, to 4.0.2 or above. Package changes to dev dependency #799 (SoraKenji)

  • npm package was updated to async from 2.6.1 to 2.6.4. #798 (SoraKenji)

  • SQLite3 npm package was updated from 5.1.2 to 5.1.5. #797 (SoraKenji)

  • Updates to Loan creation/modification process. The browser requests a change verification call from Prey to ensure data reliability. #795 (SoraKenji)

  • Package.json modification to differentiate “npm install” instruction from “npm run post_install/pre_uninstall/post_update” #792 (SoraKenji)

v1.11.5 (2023-06-29)

Full Changelog

Merged pull requests:

  • Adds Fenix.exe and new WinSVC version 2.0.14. It also adds a feature to delete Fenix task from Task Scheduler in Windows when uninstalling Prey #786 (SoraKenji)

  • It adds a feature to call WinSVC in order to detect and recognize when a new version is found and autoupdate event is starting #785 (SoraKenji)

  • Now get_status accepts more than one callback to be called when finished, this fixes an error when get_status get two or more calls before finished #778 (SoraKenji)

  • Fixes unit and functional tests in the repository #776 (SoraKenji)

  • Improves wifi connections order before sending it to backend to, in some cases, get a better location accuracy #771 (JohaoRosasRosillo)

  • Add prey_restarts.log to Windows in order to know unix timestamps of last 5 restarts #767 (SoraKenji)

  • Fix problem when connecting and disconnecting from internet happens to quickly making a bunch of emails being send when geofences are configured #766 (SoraKenji)

  • Add acknowledge message to server in order to inform reception and acceptance of actions from server #765 (JohaoRosasRosillo)

  • 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)

  • Add new prey-user binary version featuring a change for cases when database is created as own as root and this now change that to the corresponding user.

  • Fix in get_active_access_point for Windows. In some cases, this function for obtaining wifi networks didn't return anything making the Prey client restart #728 (JohaoRosasRosillo)

  • File changes to delete/modify deprecated code. Since Prey is running over different versions of NodeJS binary, some code gets deprecated from version to version, so the code was changed in order to keep it clean and functioning #727 (SoraKenji)

  • Updating library Archiver to 5.3.1. Archiver is needed to zip log files and some other Prey files when log retrieval is working, so in cases when the NodeJS version is 16.18.0, Archiver's verison needed to be 5.3.1 or above #725 (JohaoRosasRosillo)

  • New way to kill off services when uninstalling in Windows. When doing so Prey needs to kill node service in order to delete the folder in Windows. Trying to kill it only using taskkill.exe could not work, so Prey added a new way to kill it #717 (SoraKenji)

  • Added fix for location in Ubuntu in order to validate MAC address to obtain more accurate locations #716 (JohaoRosasRosillo)

  • Remove Prey's files in temp. Deleting temporary files left by Prey client when installing #713 (JohaoRosasRosillo)

  • Send prey-user binary's version to backend. Send prey-user version to Prey backend in order to have more data from each device #712 (JohaoRosasRosillo)

v1.11.4 (2023-04-04)

Full Changelog

Merged pull requests:

  • 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)

v1.11.3 (2023-03-27)

Full Changelog

Merged pull requests:

  • Adds prey-user v0.0.3 as a universal binary. Now prey-user binary for MacOS is native for both Apple Silicon and Apple Intel #747 (SoraKenji)

v1.11.2 (2023-03-24)

Full Changelog

Merged pull requests:

  • Fix/max listeners exceeded warning on network state changed #741 (SoraKenji)

v1.11.1 (2023-03-07)

Full Changelog

Merged pull requests:

  • Fixes an issue when updating to newer version on Windows #722 (SoraKenji)

  • Fixes issue with automations only retrieving data when Prey Client in initialize #718 (SoraKenji)

  • Now on when uninstalling, it deletes Prey folder on Windows. This will only work with the new installer and forward so if Prey auto update from older version, this won't work. This change is related to Prey-client-distribution repository (SoraKenji)

v1.11.0 (2022-12-14)

Full Changelog

Merged pull requests:

v1.10.11 (2022-09-07)

Full Changelog

Merged pull requests:

v1.10.10 (2022-08-01)

Full Changelog

Merged pull requests:

v1.10.9 (2022-07-27)

Full Changelog

Merged pull requests:

  • Fix websockets reconnection after internet connection is down. There were duplicated timers for notifying status. #653 (SoraKenji)

v1.10.8 (2022-07-18)

Full Changelog

Merged pull requests:

v1.10.7 (2022-06-17)

Full Changelog

Merged pull requests:

v1.10.6 (2022-06-15)

Full Changelog

Merged pull requests:

  • Fixed double connection issues when error/close websocket #640 (SoraKenji)

v1.10.5 (2022-06-14)

Full Changelog

Merged pull requests:

  • Now localserver gets created only at the beginning of the call. #638 (SoraKenji)

v1.10.4 (2022-06-09)

Full Changelog

Merged pull requests:

v1.10.3 (2022-06-06)

Full Changelog

Merged pull requests:

  • Now triggers won't be sending information to actions endpoint #627 (SoraKenji)
  • Fix connection's issues when sleep mode #629 (SoraKenji)

v1.10.2 (2022-06-01)

Full Changelog

Merged pull requests:

v1.10.1 (2022-06-01)

Full Changelog

Merged pull requests:

v1.10.0 (2022-05-16)

Full Changelog

Merged pull requests:

v1.9.24 (2022-04-18)

Full Changelog

Merged pull requests:

v1.9.23 (2022-04-08)

v1.9.22 (2022-04-08)

v1.9.21 (2022-03-30)

Full Changelog

Merged pull requests:

  • Fix lock errors/index.js import: Fixes an error by importing .../errors/index.js to lock index file #564 (SoraKenji)
  • Wmic and custom wipe: Fixes a problem with WMIC commands, since newer Windows version doesnt admit WMIC commands anymore. Also fixes Custom Wipe not deleting files on MacOS systems #563 (JohaoRosasRosillo)
  • Fix/loan exact time: Fixes errors when inserting data with unwanted characters in database [#573] (#573)

Merged pull requests:

v1.9.20 (2022-02-25)

Full Changelog

Merged pull requests:

v1.9.19 (2022-02-11)

Full Changelog

Merged pull requests:

v1.9.18 (2022-02-07)

Full Changelog

Merged pull requests:

  • fix send information from service windows ( tpm_module, os_edition, winsvc_version, rp_module) to panel #551 (JohaoRosasRosillo)

v1.9.17 (2022-01-31)

Full Changelog

Merged pull requests:

v1.9.16 (2022-01-04)

Full Changelog

Merged pull requests:

  • Ask location with sudo on macOS Monterey#537 (javo)

v1.9.15 (2021-12-30)

Full Changelog

Merged pull requests:

v1.9.14 (2021-11-15)

Full Changelog

Merged pull requests:

v1.9.13 (2021-08-16)

Full Changelog

Merged pull requests:

v1.9.12 (2021-06-25)

Full Changelog

Merged pull requests:

v1.9.11 (2021-06-10)

Full Changelog

Merged pull requests:

  • battery check when writing to log#496 (javo)
  • Update node version and sqlite3 library on macOS#497 (javo)
  • Manage encryption status info error#500 (javo)

v1.9.10 (2021-04-12)

Full Changelog

Merged pull requests:

  • Fix for wipe on win7 and service updater on bin dir#493 (javo)
  • Lock with long message#494 (javo)

v1.9.9 (2021-01-25)

Full Changelog

Merged pull requests:

  • Fix unlock for macOS BigSur and Windows 7#489 (javo)

v1.9.8 (2020-12-22)

Full Changelog

Merged pull requests:

v1.9.7 (2020-12-18)

Full Changelog

Merged pull requests:

  • Bitlocker integration#481 (javo)
  • Location schedule and dependency update #482 (javo)
  • Special characters on lock fix #483 (javo)
  • Encryption keys schedule and big sur error capture #485 (javo)

v1.9.6 (2020-10-07)

Full Changelog

Merged pull requests:

  • macOS Big Sur integration #476 (javo)
  • Fix picture and logged user retry for windows #477 (javo)
  • Update with corresponding arch #478 (javo)

v1.9.5 (2020-08-11)

Full Changelog

Merged pull requests:

v1.9.4 (2020-04-23)

Full Changelog

Merged pull requests:

  • Ubuntu python3 integration and SSO restored #459 (javo)
  • Connection status check retry #460 (javo)
  • Upgrade command improvements #461 (javo)
  • Node version upgrade and mac binaries re-signed #464 (javo)

v1.9.3 (2020-01-23)

Full Changelog

Merged pull requests:

  • Persist automation action, lock with message and network improvements #455 (javo)

v1.9.2 (2019-10-03)

Full Changelog

Merged pull requests:

  • Improvements on providers posible errors #444 (javo)
  • Active access point scan modifications #441 (javo)
  • Missing and Recover commands for automations #440 (javo)
  • Autoupdate improvements #439 (javo)
  • File scannig for windows fix #437 (javo)

v1.9.1 (2019-07-23)

Full Changelog

Merged pull requests:

  • Status on no logged user fix #435 (javo)

v1.9.0 (2019-07-19)

Full Changelog

Merged pull requests:

  • Action triggers for node client #427 (javo)
  • Allow native location on mac #428 (javo)
  • Device status improvements #429 (javo)

v1.8.3 (2019-03-25)

Full Changelog

Merged pull requests:

  • Check location setting through status.json endpoint #417 (javo)
  • Wipe fixes update #419 (javo)

v1.8.2 (2018-11-22)

Full Changelog

Merged pull requests:

  • Device renamed event #397 (javo)
  • MacOS Mojave support #402 (javo)
  • Location service proxy and keys on request #403 (javo)
  • Binaries signatures renewal for windows #404 (javo)
  • Connection trigger improvements #405 (javo)
  • Authorize client restart and wipe fixes #408 (javo)

v1.8.1 (2018-07-24)

Full Changelog

Merged pull requests:

  • Install fix for older Windows #390 (javo)
  • Revert push as json #391 (javo)
  • Restore filtered geofencing start event #394 (javo)

v1.8.0 (2018-07-05)

Full Changelog

Merged pull requests:

  • SSO Node client #341 (javo)
  • Wipe as admin #371 (javo)
  • Geofencing start event remove #372 (javo)
  • Add device key to exceptions #373 (javo)
  • Delete older prey versions #374 (javo)
  • Unmute alarm fix #375 (javo)
  • Post location only when it changes #376 (javo)
  • Revert windows config changes #377 (javo)
  • Device key fix for exceptions #379 (javo)
  • Conection state fix #380 (javo)
  • Force wifi on and exceptions post fix #381 (javo)
  • Dont send device_client_updated event on empty info #382 (javo)
  • Improve check on connection and similar locations #384 (javo)
  • Post request to api as json #385 (javo)
  • Linux ssoa and multiple mac address fix #386 (javo)
  • SSO on invalid keys fix #387 (javo)
  • Travis ci #388 (javo)

v1.7.5 (2018-05-17)

Full Changelog

Merged pull requests:

v1.7.4 (2018-04-10)

Full Changelog

Merged pull requests:

v1.7.3 (2018-01-04)

Full Changelog

Merged pull requests:

v1.7.2 (2017-10-30)

Full Changelog

Merged pull requests:

  • Device type fix for linux #338 (javo)
  • Prey user watcher for mac #332 (javo)
  • Ubuntu fixed hardware info #334 (javo)
  • Over 10 MB files wipe error fix #335 (javo)

v1.7.1 (2017-09-06)

Full Changelog

Merged pull requests:

v1.6.9 (2017-07-10)

Full Changelog

Fixed bugs:

  • openSUSE invalid OS error message #249

Merged pull requests:

  • Geofencing mac address check #303 (javo)
  • OneDrive local files wipe #304 (javo)
  • Alarm volume raise fix #305 (javo)
  • Force networks re-scan fix #306 (javo)
  • Location fix for cyrillic alphabet #307 (javo)
  • Add opensuse distro case #309 (javo)
  • Enable task bar after lock on windows #310 (javo)

v1.6.7 (2017-05-05)

Full Changelog

Merged pull requests:

  • Client upgrade retry limit #281 (javo)
  • Wipe action execute on Windows without user logged in #282 (javo)
  • Sqlite storage commands improvements #287 (javo)
  • Include log rotate options #288 (javo)
  • Multiple actions job-id incorporation #289 (javo)
  • Un-bypasseable alarm #292 (javo)

v1.6.6 (2016-11-29)

Full Changelog

Merged pull requests:

  • Delete files local files from Google Drive and Dropbox #258 (javo)
  • Fix 502 status code client freeze #262 (javo)
  • Copyright update to 2017 #263 (javo)
  • Storage tables initialisation fix #266 (javo)
  • Request timeout added for 406 status code on overdue accounts #269 (javo)
  • Secure wipe integration #270 (javo)
  • New host for prey node client download #272 (javo)
  • Resume files fix in Fileretrieval when the connection is lost #273 (javo)
  • New Lock bin fixing sticky keys and taskbar bypasses #274 (javo)
  • Signup mail characters change #275 (javo)
  • Linux wipe child process fix #276 (javo)

v1.6.5 (2016-11-29)

Full Changelog

Fixed bugs:

  • Error creating account on the install suit and numeric api key problem.

Merged pull requests:

v1.6.4 (2016-11-29)

Full Changelog

Fixed bugs:

  • Prey verify keys error on mac and linux #219

Merged pull requests:

  • Geofencing on node client using sqlite storage #244 (javo)
  • Synchronous user-agent obtaining for keys verification #250 (javo)
  • Node releases url changed from s3.amazon to storage.googleapis #251 (javo)

v1.6.2 (2016-08-30)

Full Changelog

Fixed bugs:

  • Prey installation with cyrillic characters error #58
  • "Empty or outdated config file. Please run ‘config activate’ and retry" #161

Merged pull requests:

  • Remove mails and browsers profiles data using wipe action on Windows [#221] (#221) (javo)
  • Commands storage handle using sqlite [#226] (#226) (javo)

v1.6.1 (2016-06-21)

Full Changelog

Fixed bugs:

  • OS version detection error on user-agent settings.
  • Windows Lock action using a second screen and on soft shutdown.
  • Linux installation error "dpkg: error processing package prey (--configure)" #201

Merged pull requests:

  • File Retrieval for desktop [#184] (#184) (javo)
  • File Retrival permissions fix [#205] (#205) (javo)
  • Correct OS version on user-agent #210 (cyaconi)
  • Add new-prey-lock binary. #216

v.1.5.1 (2016-04-05)

Full Changelog

Fixed bugs:

  • Improved laptop/desktop detection.
  • Wi-Fi signal strength on reports is now available for non-English Windows versions.
  • Fix for eternal "Reloading config..." bug on new OS X installations.

v1.5.0 (2015-12-22)

Full Changelog

Fixed bugs:

  • "Empty or outdated config file. Please run ‘config activate’ and retry" while upgrading on OS X El Capitan #161
  • Can't install on OS X El Capitan 10.11 #147

Closed issues:

  • Add support for the latest openSUSE #170
  • "Unable to map port: Could not locate gateway on time." #168

Merged pull requests:

  • Fix issue when verbose mode is disabled #177 (lemavri)
  • Fix new lock blocking capabilities #176 (lemavri)
  • Refresh lock binaries cert signature. #172 (lemavri)
  • Change long-polling strategy to 5secs interval strategy on 5+ instant responses #166 (lemavri)
  • Fix long polling with proxy #165 (lemavri)
  • Add new-prey-lock binary. #164 (lemavri)
  • Fix reconnect delay for notify #162 (lemavri)
  • Add logic to spawn different lock.exe based on windows version #151 (lemavri)

v1.4.2 (2015-10-01)

Full Changelog

Fixed bugs:

  • Devices don't report location; can't find access points even though Wi-Fi is on #95
  • Win 8.1 X64 - 'Get Location' fails on installed desktop, identified as laptop #86
  • Windows XP SP3 32 bit - Not able to finish installation configuration as Existing user #85
  • No Prey package for Slitaz distribution of Linux #66

Closed issues:

  • iOS Failed jobs #157
  • Invalid os: does not exist #155

v1.4.1 (2015-07-31)

Full Changelog

Fixed bugs:

  • Can't get device location #99

Closed issues:

  • Screen Lock doesn't work on Arch Linux #146
  • Win8+ Nearby AP list not refreshing in tablets #145

Merged pull requests:

v1.4.0 (2015-07-20)

Full Changelog

Fixed bugs:

  • v1.4.0 is missing semver package in shrinkwrap #134
  • Even when users mark the option "Do not take pictures", and these are not included on the reports, the device takes them anyways and blinks its webcam light (HS:webcam-blinks) #133
  • subprocess installed post-installation script returned error exit status 1 #129
  • Advanced options don't persist after rebooting (HS:advanced-options-persistence) #127
  • Cannot add openSUSE device #119

Merged pull requests:

  • Disable geoloc for OS X until we deal with whereami authorization #143 (lemavri)
  • Command persistence. fix #133, fix #127 #142 (lemavri)
  • Add native geolocation as main geoloc strategy. #139 (lemavri)
  • Update npm-shrinkwrap to include semver #132 (lemavri)
  • 1.4.0-rc #131 (lemavri)

v1.3.10 (2015-05-12)

Full Changelog

Fixed bugs:

  • [Win 10]-Unlocking-Using '1','0' or '_' for password in prey panel - leads to an error in client #110
  • [ Win 8.1 Pro, Chrome] : " Alarm Sound " time is less than the mentioned. #107

Closed issues:

  • Please Update prey package on NPM! #120

Merged pull requests:

v1.3.9 (2015-04-07)

Full Changelog

Implemented enhancements:

  • please add Parabola GNU/Linux to your OS list #105

Fixed bugs:

  • escape emojis when encodeUriCOmponent on geo #117
  • [Win 10]-Message-If a user writes a message in a column, whole message will not be shown in client #112
  • Please add distro to known OS's #94

Closed issues:

  • CentOS is not being correctly added to Prey panel. #114

Merged pull requests:

v1.3.8 (2015-03-20)

Full Changelog

Implemented enhancements:

  • Add method used to get location when sending location data to panel #102

Fixed bugs:

  • When getter.commands fails, stops scheduling requests. #101

Merged pull requests:

v1.3.7 (2015-03-11)

Full Changelog

Implemented enhancements:

  • login shell of prey user in ubuntu package better be /bin/false or /usr/sbin/nlogin #74

Fixed bugs:

  • Stops sending reports if server answers with status 503. (HS:reports-503) #81
  • Missing "Advanced options" don't persist after system reboot (HS:advanced-missing-reboot) #57

Closed issues:

  • fs: missing callback Error: ENOENT, unlink '/etc/prey/prey.conf' #79
  • Error: Cannot find module 'satan' #76
  • OS X's com.prey.agent.plist slows system shutdowns (HS:plist) #75

Merged pull requests:

v1.3.6 (2015-01-13)

Full Changelog

Fixed bugs:

  • Actions don't run on Prey 1.3.5 for Linux #61

Closed issues:

  • Retina iMac 27" recognized as MacBook by Prey #67
  • Can't use prey on Manjaro Linux #45

Merged pull requests:

v1.3.5 (2015-01-02)

Full Changelog

Fixed bugs:

  • Actions don't run on Prey 1.3.3 for Windows (HS:node-actions-bug) #56
  • OS X: "Device protected" after install. No setup GUI is launched. Device is not registered (HS:node-no-gui-bug) #53
  • Exit Code 1073741502 for preyshot.exe (HS:node-screenshot-bug) #52

v1.3.4 (2014-12-29)

Full Changelog

Fixed bugs:

  • OS X: GUI last "Next" step after entering credentials does nothing (HS:node-gui-finish-bug) #54

Closed issues:

  • 1.1.5 continuously crashes and restarts every 5 seconds on Mac #40

v1.3.3 (2014-12-02)

Full Changelog

Closed issues:

  • Message not shown on OS X 10.10 Yosemite #48

v1.3.2 (2014-11-28)

Full Changelog

v1.3.1 (2014-11-25)

Full Changelog

v1.3.0 (2014-11-20)

Full Changelog

Closed issues:

  • Installing Mac PKG via the terminal fails #49
  • Can't start GUI on Mac OS X 10.10 Yosemite #47
  • Hold on! problem in Ubuntu #43
  • dmidecode not found in debian #42

Merged pull requests:

v1.2.10 (2014-10-16)

Full Changelog

v1.2.9 (2014-10-14)

Full Changelog

Closed issues:

  • Not working on Fedora 20 #44

v1.2.8 (2014-10-10)

Full Changelog

v1.2.7 (2014-10-02)

Full Changelog

v1.2.6 (2014-09-29)

Full Changelog

v1.2.5 (2014-09-25)

Full Changelog

v1.2.4 (2014-09-24)

Full Changelog

Closed issues:

  • npm failing to find post script file windows #35
  • Beta: Status Messages Cover Link #34
  • Beta: Reports Sorted Oldest to Newest #33
  • Beta: Only Able to See Reports if Device is Missing... #32
  • Install fails on linux #31
  • Mac iSight Light Activates When Not Missing #30
  • { [Error: spawn ENOENT] code: 'ENOENT', errno: 'ENOENT', syscall: 'spawn' } #28
  • Problem for finding the version of Prey in the windows registry #27
  • Default webcam camera #24
  • Can't verify device #21

v1.2.3 (2014-09-22)

Full Changelog

v1.2.2 (2014-09-05)

Full Changelog

Merged pull requests:

v1.2.1 (2014-08-27)

Full Changelog

v1.2.0 (2014-08-22)

Full Changelog

v1.1.6 (2014-08-19)

Full Changelog

chrome-branch (2014-05-28)

Full Changelog

Closed issues:

  • 1.1.3 continuously crashes and restarts every 5 seconds on Mac #37

v1.1.5 (2014-05-21)

Full Changelog

v1.1.4 (2014-05-16)

Full Changelog

v1.1.3 (2014-05-01)

Full Changelog

v1.1.2 (2014-05-01)

Full Changelog

v1.1.1 (2014-05-01)

Full Changelog

v1.1.0 (2014-04-10)

Full Changelog

v1.0.8 (2014-01-29)

Full Changelog

v1.0.7 (2014-01-09)

Full Changelog

v1.0.6 (2013-12-30)

Full Changelog

Merged pull requests:

  • Update reference link to unsafe-perm doc in readme #29 (lemavri)

v1.0.5 (2013-10-29)

Full Changelog

Closed issues:

  • TODO: Add auto-complete support for the Console driver. #22

Merged pull requests:

v1.0.4 (2013-10-06)

Full Changelog

Merged pull requests:

v1.0.3 (2013-08-13)

Full Changelog

v1.0.2 (2013-08-13)

Full Changelog

v1.0.1 (2013-08-09)

Full Changelog

v1.0.0 (2013-07-12)

Full Changelog

v0.10.0 (2013-06-03)

Full Changelog

Fixed bugs:

  • [OSX] Battery Info crashes on AC Power #2

Closed issues:

  • [Network Driver/Mac] Access Point Parsing fails #20
  • npm install fails on Mountain Lion #18
  • Motion trigger: Add Windows support #17
  • Motion trigger: Add Linux support #16
  • Sound trigger: Add Windows support #15
  • Sound trigger: Add Linux support #14
  • Webcam provider: Add Windows support #13
  • Screenshot provider: Add Windows support #12
  • Hardware provider: Add Windows support. #11
  • Network provider: Add Windows support. #10
  • System provider: Finish get_battery_info for Windows. #9
  • Remote Terminal: Add Windows support. #8
  • Remote Desktop: Add Windows support. #7
  • Lock: Add support for Windows. #6
  • Alarm: Add support for Windows. #5
  • Finish Windows's set/get delay functions. #4

v0.9.2 (2013-01-22)

Full Changelog

Merged pull requests:

v0.2 (2011-10-27)

Full Changelog

v0.1 (2011-08-27)

* This Change Log was automatically generated by github_changelog_generator