This repository has been archived by the owner on Aug 2, 2023. It is now read-only.
Releases: bitstadium/HockeySDK-Mac
Releases · bitstadium/HockeySDK-Mac
2.0.0-rc1
- General
- [UPDATE] Simplified setup by integrating PLCrashReporter as a static library
- [UPDATE] Improved documentation
- Crash Reporting
- [NEW] Integrated PLCrashReporter 1.2 beta 3
- [UPDATE] Made all delegates fully optional to simplify setup
- [FIX] Fixed a possible crash when detecting a crash report
- [FIX] Fixed memory leaks reported by clang on Xcode 5
- [FIX] Fixed username, email and userid not being sent to the server
- [FIX] Load previously entered username and email and show them in the dialog
2.0.0b1
- General
- [NEW] Major refactoring of all classes. Please go through the setup or migration guide!
- [NEW] Added docset with SDK documentation
- [UPDATE] Improved documentation
- Crash Reporting
- [NEW] Integrated PLCrashReporter 1.2 beta 1
- [NEW] Added optional support for Mach exceptions
- [UPDATE] Replace
exceptionInterception
property in favor of newBITCrashReportExceptionApplication
class to catch more exceptions. Check the README file for more details on how to use this. - [UPDATE] PLCrashReporter build with
BIT
namespace to avoid collisions - [UPDATE] Crash reporting is automatically disabled when the app is invoked with the debugger!
1.0.3
- Added BITSystemProfile class to send analytics data for beta apps when using Sparkle
- Fixed a few compiler warnings
- Fixed crashes when initializing hockey manager in a different autorelease pool than starting the manager
- Fixed a problem when sending crash reports automatically without user interaction
- Fixed showMainApplicationWindow delegate being invoked multiple times in rare cases
- Improvements to installation and setup instructions
1.0.2
- Include new PLCrashReporter version, which fixes a crash that can happen when the App/System is unloading images from a process
1.0.1
- Fixed a App Store rejection cause (only happened if you don't submit with sandbox enabled!): settings data was written into ~/Library/net.hockeyapp.sdk.mac/, and is now written into ~/Library/Caches//net.hockeyapp.sdk.mac/ next to the queued crash reports
- Fixed an issue writing the queued crashes into the wrong key in the settings file
- Fixed reading the wrong meta data (application log data) for queued crash reports
- Delete crash reports if they can not be processed (only might happen if there is an unknown PLCrashReporter issue)
- Send unique UUID for the crash report to the server (so HockeyApp can identify duplicates in a future version)
- Initialize PLCrashReporter as early as possible instead of waiting until the
startManager
call - Added new property
didCrashInLastSession
- Minor code cleanup