@recallai/desktop-sdk 2.0.14 → 2.0.15

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ### 2.0.15 [patch] (MacOS+Windows) - 2026-05-13
2
+ - Fixed meeting detection issue for Google Meets on macOS
3
+ - Fixed issue with failing to capture window and emitting only Guest / Host labels for Google Meets on macOS
4
+ - Performance improvements for macOS and Windows
5
+ - Fixed issue with speaker labels being incorrect for Zoom on macOS
6
+
1
7
  ### 2.0.14 [patch] (MacOS+Windows) - 2026-05-13
2
8
  - Fixed Google Meets detection issue on macOS
3
9
  - Fixes memory leaks on macOS
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@recallai/desktop-sdk",
3
- "version": "2.0.14",
3
+ "version": "2.0.15",
4
4
  "description": "Recall Desktop SDK",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",
@@ -20,5 +20,5 @@
20
20
  "@types/node": "^24.2.0",
21
21
  "typescript": "^5.3.3"
22
22
  },
23
- "commit_sha": "ae097dfaaeef8674e19a2e2649f7ad853178dc0d"
23
+ "commit_sha": "b37329353ad9867676052525ab8c6237e0a502ae"
24
24
  }