1
1
# Changelog
2
2
3
+ New in V4.5.1:
4
+
5
+ * DFU Library 4.5.1 - fixed issue with DFU on iOS 13.
6
+
3
7
New in V4.5.0:
4
8
5
9
* Migrated to Swift 5
@@ -9,12 +13,12 @@ New in V4.5.0:
9
13
10
14
New in V4.4.4:
11
15
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.
13
17
* Fixed issuew with HomeKit showing permission error as soon as the permission was given.
14
18
* 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.
18
22
* Added an option to allow users to select the DFU scope when flashing distribution packages.
19
23
20
24
New in V4.4.3:
@@ -25,59 +29,59 @@ New in V4.4.3:
25
29
26
30
New in V4.4.2:
27
31
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.
34
38
35
39
New in V4.4.1:
36
40
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.
39
43
40
44
New in V4.4.0:
41
45
42
46
* Adds HomeKit profile, allowing browsing and adding HomeKit accessories.
43
47
* 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.
46
50
47
51
New in V4.3.0:
48
52
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.
53
57
54
58
New in v4.1.1:
55
59
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.
60
64
61
65
New in v4.1:
62
66
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.
67
71
68
72
New in v4.0:
69
73
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.
74
78
75
79
New in v3.0:
76
80
77
81
* The application uses DFU Library, instead of having it's own implementation.
78
82
79
83
New in v2.5:
80
84
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