Skip to content
This repository has been archived by the owner on Feb 19, 2020. It is now read-only.

Release Notes

TheRealKerni edited this page Mar 27, 2012 · 5 revisions

Version 2.1.7 — 25/Mar/2012

  • [iOS] Use local NSFileManger instead of defaultManager singleton, which is not thread safe
  • [iOS] Remove autoSubmitting UDID method, to make the code AppStore safe

Version 2.1.6 — 08/Mar/2012

  • [All] Add SDK Version number
  • [Mac] Fix a crash when submitting reports

Version 2.1.5 — 29/Feb/2012

  • [Mac] Bugfixes

Version 2.1.4 — 05/Feb/2012

  • [iOS] Add a new PLCrashReporter version which handles UTF characters in executable names correctly
  • [iOS] Clean crash queue if the HockeyApp server rejects the crash reports
  • [Mac] Ignore crash reports if they are empty or don't match the current application version
  • [Mac] Fixed a memory leak
  • [Mac] Added support for sending crash reports automatically

Version 2.1.3 — 12/Dec/2011

  • [iOS] Add new delegate which fires when the user selected "Send Always" in the alert
  • [iOS] Don't treat empty server responses as success
  • [iOS] Added optional logging for debugging help
  • [iOS] If quincy.bundle is missing in the app, show a warning via NSLog and send crash reports without showing any dialogs, since it would crash otherwise
  • [iOS] Don't send device udid when in appstore and autoSubmitDeviceUDID is turned on
  • [Mac] Update documentation for how to use the Mac client with sandbox and temporary-exception
  • [Mac] Add workaround lion sandbox support
  • [Server] Fix failures of update the description with incoming crash reports
  • [Server] Fix invalid method name which caused some crashes not being added to the database
  • [Server] Add search by contact

Version 2.1.2 — 30/Nov/2011

  • [iOS] Fix two possible crashes
  • [Mac] Fix Dialog resize issues

Version 2.1.1 — 10/Nov/2011

  • [iOS] Replace PLCrashReporter build for compatibility with Xcode < 4.2
  • [iOS] Made description and log CDATA save in the report
  • [iOS] Added Swedish localization
  • [Server] Not adding multiple entries to the crash description field if the description only differs by the hex address of some object.
  • [Symbolication] Fix missing variable declaration in symbolicatecrash

Version 2.1.0 — 07/Nov/2011

  • [iOS] Add a readonly property which tells if the last session crashed.
  • [iOS] Fix allowing the user to choose auto submit , even if the developer explicitly set auto submit to NO but let the alert display the always button
  • [iOS] Add simulation of crash with exception
  • [iOS] Update PLCrashReporter to r413 (with patch for last exception backtrace formatting)
  • [iOS] Added static library based Xcode project
  • [iOS] Add willShowSubmitCrashReportAlert delegate
  • [Mac] Fix mac client to detect crashes of versions before the framework was even added to the app
  • [Server] Add last exception backtrace to the server grouping
  • [Symbolication] Merge in latest symbolicatecrash changes from Apple

Version 2.0.1 — 18/Oct/2011

  • [iOS] Fix the reported iOS version to be the one of the crash report, instead the one when sending the report
  • [iOS] Use dispatch_once for initializing shared instance if deployment version >= 4.0
  • [Server] Add device identifier of iPhone 4S

Version 2.0.0 — 24/Sept/2011

  • [iOS] Major rewrite