Skip to content
This repository has been archived by the owner on May 27, 2021. It is now read-only.

Releases: prey/prey-bash-client

v0.6.4

29 Aug 21:44
Compare
Choose a tag to compare

This client mainly updates the lib/install-node-client.sh upgrade script to ensure a smooth transition to the new platform. These changes include:

  • Better detection and cleanup of existing (old) versions.
  • Better error handling and output redirection so we can find out what is going on.
  • The upgrade process is only performed if the device is not flagged missing.

New release: 0.6.3

30 Apr 21:22
Compare
Choose a tag to compare
  • [FIX] Handle situation in geo module, when a long list of access points provokes a "Request too long" error.
  • [FIX] Improved distro name and version detection in Linux.
  • [FIX] Better OS version detection in OSX. No more Mavericks appearing as Tigers.
  • Added new platform upgrade script (lib/install-node-client.sh).
  • Include OS and Bash version in User-Agent, for easier debugging.
  • Added exception notification system, to keep better track of errors.
  • Updated some old graphics in Windows and OSX installers.
  • Increased (low) HTTP request timeouts to reduce connection errors.

0.6.2

09 Dec 21:29
Compare
Choose a tag to compare
  • [FIX] Allow SMTP password to contain spaces.
  • [FIX] Correct Windows $pc_os_version getter. Fixes self_setup bug.

v0.6.1

19 Nov 22:09
Compare
Choose a tag to compare

[FIX] Detection of OS version for Mac and Windows now works as expected.
[FIX] Updated location of updates_url from Github to S3.

v0.6.0

19 Nov 22:01
Compare
Choose a tag to compare
  • [FIX] Fixes for Gentoo (pryoidain's patch from Github issue #339).
  • [FIX] Use $check_url in update_device_info instead of $control_panel_url.
  • [FIX] Do not use -k in Linux config curl call.