Skip to content

Commit d7a5061

Browse files
committed
release: freeRASP 1.10.0
1 parent f19405c commit d7a5061

File tree

2 files changed

+41
-1
lines changed

2 files changed

+41
-1
lines changed

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,46 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and 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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)