@recallai/desktop-sdk 2.0.13 → 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.
- package/CHANGELOG.md +13 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
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
|
+
|
|
7
|
+
### 2.0.14 [patch] (MacOS+Windows) - 2026-05-13
|
|
8
|
+
- Fixed Google Meets detection issue on macOS
|
|
9
|
+
- Fixes memory leaks on macOS
|
|
10
|
+
- Fixed several audio pipeline issues on macOS / Windows
|
|
11
|
+
- Fixed Teams Gallery capture to feature proper fallback tile on macOS
|
|
12
|
+
- Fixed app hang issue for Teams Windows
|
|
13
|
+
|
|
1
14
|
### 2.0.13 [patch] (MacOS+Windows) - 2026-05-07
|
|
2
15
|
- Fixes for various app hangs on macOS / Windows
|
|
3
16
|
- Performance improvements on macOS / Windows
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@recallai/desktop-sdk",
|
|
3
|
-
"version": "2.0.
|
|
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": "
|
|
23
|
+
"commit_sha": "b37329353ad9867676052525ab8c6237e0a502ae"
|
|
24
24
|
}
|