@capgo/capacitor-screen-recorder 8.2.13 → 8.2.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -11,6 +11,17 @@ Record device's screen
11
11
 
12
12
  The most complete doc is available here: https://capgo.app/docs/plugins/screen-recorder/
13
13
 
14
+ ## Compatibility
15
+
16
+ | Plugin version | Capacitor compatibility | Maintained |
17
+ | -------------- | ----------------------- | ---------- |
18
+ | v8.\*.\* | v8.\*.\* | ✅ |
19
+ | v7.\*.\* | v7.\*.\* | On demand |
20
+ | v6.\*.\* | v6.\*.\* | ❌ |
21
+ | v5.\*.\* | v5.\*.\* | ❌ |
22
+
23
+ > **Note:** The major version of this plugin follows the major version of Capacitor. Use the version that matches your Capacitor installation (e.g., plugin v8 for Capacitor 8). Only the latest major version is actively maintained.
24
+
14
25
  ## Install
15
26
 
16
27
  ```bash
@@ -11,7 +11,7 @@ import dev.bmcreations.scrcast.config.Options;
11
11
  @CapacitorPlugin(name = "ScreenRecorder")
12
12
  public class ScreenRecorderPlugin extends Plugin {
13
13
 
14
- private final String pluginVersion = "8.2.13";
14
+ private final String pluginVersion = "8.2.14";
15
15
 
16
16
  private ScrCast recorder;
17
17
 
@@ -7,7 +7,7 @@ import Capacitor
7
7
  */
8
8
  @objc(ScreenRecorderPlugin)
9
9
  public class ScreenRecorderPlugin: CAPPlugin, CAPBridgedPlugin {
10
- private let pluginVersion: String = "8.2.13"
10
+ private let pluginVersion: String = "8.2.14"
11
11
  public let identifier = "ScreenRecorderPlugin"
12
12
  public let jsName = "ScreenRecorder"
13
13
  public let pluginMethods: [CAPPluginMethod] = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/capacitor-screen-recorder",
3
- "version": "8.2.13",
3
+ "version": "8.2.14",
4
4
  "description": "Record device's screen",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",