11# Changelog
22
3+ New in V4.5.1:
4+
5+ * DFU Library 4.5.1 - fixed issue with DFU on iOS 13.
6+
37New in V4.5.0:
48
59* Migrated to Swift 5
@@ -9,12 +13,12 @@ New in V4.5.0:
913
1014New in V4.4.4:
1115
12- * Improvet HomeKit view, allowing user to switch homes, and create a home if none exists.
16+ * Improved HomeKit view, allowing user to switch homes, and create a home if none exists.
1317* Fixed issuew with HomeKit showing permission error as soon as the permission was given.
1418* Removed automatic home creation in HomeKit view, now user can manually create the home.
15- * Improved error handling to show the user actual parsed messages from homekit errors instead of showing generic errors
16- * Updated DFULibrary to version 4.1.1
17- * Improved fieltype selection UI
19+ * Improved error handling to show the user actual parsed messages from homekit errors instead of showing generic errors.
20+ * Updated DFULibrary to version 4.1.1.
21+ * Improved fieltype selection UI.
1822* Added an option to allow users to select the DFU scope when flashing distribution packages.
1923
2024New in V4.4.3:
@@ -25,59 +29,59 @@ New in V4.4.3:
2529
2630New in V4.4.2:
2731
28- * Fixed an issue with glucose monitors context reading that caused a crash or missing data from the reading context
29- * iPhone X support
30- * iOS11 Support (Large navigation bar)
31- * Swift 4 migration
32- * iOSDFULibrary V4.0.2 updated within app
33- * UI improvements for smaller screens, and improvemetns for newer lagers screens
32+ * Fixed an issue with glucose monitors context reading that caused a crash or missing data from the reading context.
33+ * iPhone X support.
34+ * iOS11 Support (Large navigation bar).
35+ * Swift 4 migration.
36+ * iOSDFULibrary V4.0.2 updated within app.
37+ * UI improvements for smaller screens, and improvemetns for newer lagers screens.
3438
3539New in V4.4.1:
3640
37- * Fixed an issue introduced in V4.4.0 causing the HomeKit accessory service to not be readable
38- * Enhanced HomeKit profile view by notifying of any HomeKit related errors instead of logging to console
41+ * Fixed an issue introduced in V4.4.0 causing the HomeKit accessory service to not be readable.
42+ * Enhanced HomeKit profile view by notifying of any HomeKit related errors instead of logging to console.
3943
4044New in V4.4.0:
4145
4246* Adds HomeKit profile, allowing browsing and adding HomeKit accessories.
4347* Adds Secure DFU Feature for HomeKit accessories, accessible through the HomeKit Profile view.
44- * Fixed small icon size issues for 3x resolution devices (iPhone 6+/7+)
45- * Improved UI throughout the app and all the profile views
48+ * Fixed small icon size issues for 3x resolution devices (iPhone 6+/7+).
49+ * Improved UI throughout the app and all the profile views.
4650
4751New in V4.3.0:
4852
49- * Adds Experimental Buttonless DFU feature
50- * DFU Library version now displayed in the DFU View
51- * Minor UI improvements
52- * Updated iOSDFULibrary to v3.0.6
53+ * Adds Experimental Buttonless DFU feature.
54+ * DFU Library version now displayed in the DFU View.
55+ * Minor UI improvements.
56+ * Updated iOSDFULibrary to v3.0.6.
5357
5458New in v4.1.1:
5559
56- * Fixed bug with reading IEEE Float values
57- * Fixed erratic values in HTS Example view see issue #27
58- * Fixed bug causing intermittent failures in scanner view
59- * Updated iOSDFULibrary to v2.1.2
60+ * Fixed bug with reading IEEE Float values.
61+ * Fixed erratic values in HTS Example view see issue #27 .
62+ * Fixed bug causing intermittent failures in scanner view.
63+ * Updated iOSDFULibrary to v2.1.2.
6064
6165New in v4.1:
6266
63- * The application is now Fully migrated to Swift3.0
64- * Bugfix: Importing of distribution packets via email no longer crashes
65- * Bugfix: Glucose monitor demo no longer crashes/displays incorrect timestamps when the device uses the 12 hour format locale
66- * Bugfix: Glucose monitor demo no longer duplicates data on the last row when refresh button is tapped
67+ * The application is now Fully migrated to Swift 3.0.
68+ * Bugfix: Importing of distribution packets via email no longer crashes.
69+ * Bugfix: Glucose monitor demo no longer crashes/displays incorrect timestamps when the device uses the 12 hour format locale.
70+ * Bugfix: Glucose monitor demo no longer duplicates data on the last row when refresh button is tapped.
6771
6872New in v4.0:
6973
70- * The application is fully migrated to Swift2.2
71- * Added ** Continuous Glucose Monitor** profile support
72- * The Application now uses the Cocoapods version of our DFU Library. See [ cocoapods/iOSDFULibrary] ( https://cocoapods.org/pods/iOSDFULibrary )
73- * Minor bugfixes in characteristics reading on some profiles
74+ * The application is fully migrated to Swift 2.2.
75+ * Added ** Continuous Glucose Monitor** profile support.
76+ * The Application now uses the Cocoapods version of our DFU Library. See [ cocoapods/iOSDFULibrary] ( https://cocoapods.org/pods/iOSDFULibrary ) .
77+ * Minor bugfixes in characteristics reading on some profiles.
7478
7579New in v3.0:
7680
7781* The application uses DFU Library, instead of having it's own implementation.
7882
7983New in v2.5:
8084
81- * Refreshed Look & Feel
82- * Better user experience in DFU and UART profiles
83- * Bug fixes
85+ * Refreshed Look & Feel.
86+ * Better user experience in DFU and UART profiles.
87+ * Bug fixes.
0 commit comments