Skip to content

Releases: krzysztofzablocki/LifetimeTracker

1.8.3

11 Mar 11:36
1cc54d8
Compare
Choose a tag to compare

What's Changed

  • Fix text display issue on cocoapod installation by @xing3523 in #91

New Contributors

Full Changelog: 1.8.2...1.8.3

1.8.2

16 Nov 07:35
0f62a7b
Compare
Choose a tag to compare

What's Changed

  • Fix resources path & bundle for CocoaPods by @Coledunsby in #75
  • Minor project cleanup by @ZevEisenberg in #77
  • Fix localization to use the correct bundle by @idanboa in #79
  • Add the ability to switch the dashboard visibility and style after initial setup by @idanboa in #80
  • Make track function public in LifetimeTracker class by @bohan-v in #84
  • Add color customization to LifetimeTrackerDashboardIntegration by @acosmicflamingo in #87

New Contributors

Full Changelog: 1.8.1...1.8.2

SPM resorce support

09 Jun 05:27
9dcdd75
Compare
Choose a tag to compare

Adds SPM support for resources

iOS 13 SceneDelegate support

02 Sep 07:51
Compare
Choose a tag to compare
  • iOS 13 SceneDelegate support

Hide Option

09 Dec 16:39
Compare
Choose a tag to compare

New features

  • Option to hide LifetimeTracker UI during the runtime (@pokchy, @tschob)

Details

Hide Option

A settings screen is added to the bar and circular dashboard. It currently only has the option to hide the LifetimeTracker UI. There are three hide options:

  • Hide until more issues are detected
  • Hide until new issue types are detected (issue type: Is basically the identifier of the class. If a leak disappears and occurs again, the UI will be shown again)
  • Hide until the app is restarted (the initial visibility from the code call will be used again)

Flow: Bar

bar_settings_button bar_settings bar_settings_hide_options

Flow: Circular

circular circular_settings_button circular_settings circular_settings_options

Swift 4.2 support

13 Nov 09:26
8f4febf
Compare
Choose a tag to compare
Merge pull request #49 from bluesource/master

Updated to Swift 4.2

Circular Dashboard

06 Apr 13:57
Compare
Choose a tag to compare

This release (1.4.0) contains a new circular dashboard view which should improve the usage in release (Alpha, Beta, ...) builds which are tested by the QA.

New features

  • A circular dashboard which can be dragged around the screen. It shows only the amount of leaks and opens the detailed list as modal view controller

Improvements

  • Changes of maxCount in configurations during the runtime updates their counterparts in the tracked groups

Protocol conformance tweak

17 Jan 13:50
Compare
Choose a tag to compare
1.3.1

feat: update objc requirement

Objective-C support

17 Jan 12:42
Compare
Choose a tag to compare
  • Finished objc support

Fixes carthage build issues

09 Dec 09:39
Compare
Choose a tag to compare
1.2.1

docs: metadata update for 1.2.1