LifetimeTracker Versions Save

Find retain cycles / memory leaks sooner.

1.8.3

2 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/krzysztofzablocki/LifetimeTracker/compare/1.8.2...1.8.3

1.8.2

6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/krzysztofzablocki/LifetimeTracker/compare/1.8.1...1.8.2

1.8.1

2 years ago

Adds SPM support for resources

1.8.0

3 years ago
  • iOS 13 SceneDelegate support

1.6.0

5 years ago

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

1.5.0

5 years ago

1.4.0

6 years ago

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

1.3.1

6 years ago

1.3.0

6 years ago
  • Finished objc support

1.2.1

6 years ago