File tree Expand file tree Collapse file tree 2 files changed +41
-1
lines changed
Expand file tree Collapse file tree 2 files changed +41
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,46 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.10.0] - 2025-02-28
9+
10+ - iOS SDK version: 6.8.0
11+ - Android SDK version: 14.0.1
12+
13+ ### Capacitor
14+
15+ #### Added
16+
17+ - ` blockScreenCapture ` method to block/unblock screen capture
18+ - ` isScreenCaptureBlocked ` method to get the current screen capture blocking status
19+ - New callbacks:
20+ - ` screenshot ` : Detects when a screenshot is taken
21+ - ` screenRecording ` : Detects when screen recording is active
22+
23+ #### Changed
24+
25+ - Raised Android compileSDK level to 35
26+ - Set minifyEnabled in plugin to ` true ` implicitly on Android
27+
28+ ### Android
29+
30+ #### Added
31+
32+ - Passive and active screenshot/screen recording protection
33+
34+ #### Changed
35+
36+ - Improved root detection
37+
38+ #### Fixed
39+
40+ - Proguard rules to address warnings from okhttp dependency
41+
42+ ### iOS
43+
44+ #### Added
45+
46+ - Passive Screenshot/Screen Recording detection
47+
848## [ 1.9.0] - 2024-12-29
949
1050- iOS SDK version: 6.6.3
Original file line number Diff line number Diff line change 11{
22 "name" : " capacitor-freerasp" ,
3- "version" : " 1.9 .0" ,
3+ "version" : " 1.10 .0" ,
44 "description" : " Capacitor plugin for improving app security and threat monitoring on Android and iOS mobile devices" ,
55 "main" : " dist/plugin.cjs.js" ,
66 "module" : " dist/esm/index.js" ,
You can’t perform that action at this time.
0 commit comments