Skip to content

2.1.4: Release Notes callback on main thread, and import improvements

Latest
Compare
Choose a tag to compare
@rsattar rsattar released this 11 Apr 17:02
· 28 commits to master since this release

This release has some internal refactoring to make it easier to report how the remote UI's are being presented and their end-result. It also fixes some bugs:

  • Release Notes were sometimes being displayed off the main thread, as well as their completion handlers were being called on a background thread. Added some logic to check for this and ensure we call it on the main thread.
  • I changed the way LaunchKit imports its own classes back to using quoted imports, rather than angle-bracket imports. The impetus for this was one of our users was having trouble in their Xcode project setup, which led to me learning about this issue.
  • Fixes an issue with 2.1.3 where analytics was not being enabled by default.