You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+18
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [1.8.0] - 2024-12-06
9
+
10
+
- iOS SDK version: 6.6.3
11
+
- Android SDK version: 13.0.0
12
+
13
+
### Capacitor
14
+
15
+
#### Changed
16
+
17
+
- App icons for detected malware are not fetched automatically anymore, which reduces computation required to retrieve malware data. From now on, app icons have to be retrieved using the `getAppIcon` method
18
+
- Parsing of malware data is now async
19
+
20
+
### Android
21
+
22
+
#### Changed
23
+
24
+
- Malware data is now parsed on background thread to improve responsiveness
0 commit comments