Skip to content

Releases: piscoTech/MBLibrary

v1.9.1(22)

10 Feb 20:57
Compare
Choose a tag to compare
  • Minor tweaks

v1.9(21)

04 Oct 13:27
Compare
Choose a tag to compare
  • SwiftUI components:
    • Pull to refresh
    • Modal presentation, i.e. disable swipe down to dismiss functionality
    • Activity indicator
    • Search bar in navigation bar

v1.8(20)

03 Jan 20:54
Compare
Choose a tag to compare
  • French localization thanks to @maxime-killinger
  • Date and TimeInterval formatting functions like getFormattedDateTime() are now computed properties, i.e. formattedDateTime
    • Date can now also be formatted as UTC time string
  • Wrapper functions for OutputStream to easily write Strings and Data inside a do-catch

v1.7.1(19)

27 Oct 12:59
Compare
Choose a tag to compare
  • HKWorkouts now offer an easy access point to get information about location, e.g. indoor/outdoor-
  • HKWorkouts for running, cycling, walling and swimming now offer their localized name including location when available

v1.7(18)

15 Sep 08:13
Compare
Choose a tag to compare
  • Dark mode support
  • Duration are now localized and more human readable
  • Search and replace in NSAttributedString

v1.6(17)

09 May 14:52
Compare
Choose a tag to compare
  • Fixes to FAQ view controller for iPhone X/Xs/Xr
  • Complex numbers are no longer their own struct but the old API is now build upon the __CLPK_doublecomplex struct from the Accelerate framework providing the same functionality as before, but in a more Swift-y way

v1.5.1(16)

26 Mar 16:34
Compare
Choose a tag to compare
  • Swift 5 conversion

v1.5(15)

12 Mar 20:52
Compare
Choose a tag to compare
  • Split HealthKit code from the main framework to a separate one called HealthKit because on the AppStore an app cannot link against HealthKit if the functionality is not used. Now importing MBLibrary without using HealthKit allows to still comply with AppStore rules.

v1.4.2(14)

11 Mar 21:40
Compare
Choose a tag to compare
  • Use HTTPS for contact form
  • Extend if #available(...) checks to watchOS

v1.4.1(13)

18 Feb 08:22
Compare
Choose a tag to compare
  • Fixed active segments detection by discarding events which are not a pause nor a resume