@recallai/desktop-sdk 0.0.0-nightly.20251215T170728-278099aa66994fadb432eedbd6c95feb1ddef1e5 → 0.0.0-nightly.20251215T224109-de6be9d6737ad08f23a7e4dcfbf040a88f184f6c
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 +23 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,25 @@
|
|
|
1
|
+
### 2.0.1 [patch] (MacOS+Windows) - 2025-12-15
|
|
2
|
+
|
|
3
|
+
- Several crash fixes across macOS + windows
|
|
4
|
+
- Fixed an error when shutting down the sdk
|
|
5
|
+
- Fixed an issue capturing google meet meetings on windows when there are multiple windows
|
|
6
|
+
- Fixed an issue capturing teams on windows when using virtual desktops
|
|
7
|
+
- Streaming upload stability fixes
|
|
8
|
+
|
|
9
|
+
### 2.0.0 [major] (MacOS+Windows) 2025-12-03
|
|
10
|
+
|
|
11
|
+
- Captured data now is streamed to the Recall API backend rather than uploading after call
|
|
12
|
+
- Numerous crash fixes
|
|
13
|
+
- URL detection improvements for Google Meet and Teams
|
|
14
|
+
- Fix bug in Slack detection where changing microphones would prematurely end recording
|
|
15
|
+
- Fix bug where switching virtual desktops could prematurely end recordings on Safari
|
|
16
|
+
- Fix bug where Teams pre-join room was detected as a meeting
|
|
17
|
+
- Fix false positive Meet detections
|
|
18
|
+
- Don't prompt for permission to access Teams URL database if the app doesn't have permission
|
|
19
|
+
- Handle audio device errors more gracefully on Windows
|
|
20
|
+
- Support for Speechmatics realtime transcription
|
|
21
|
+
- Mitigation for cases when ScreenCaptureKit locks up
|
|
22
|
+
|
|
1
23
|
### 1.3.6 [patch] (Windows) - 2025-11-18
|
|
2
24
|
|
|
3
25
|
- Fixed an issue that would cause audio to not process properly depending on recording config.
|
|
@@ -105,4 +127,4 @@
|
|
|
105
127
|
|
|
106
128
|
### 1.0.0 [major] (MacOS+Windows) - 2025-07-24 (deprecated)
|
|
107
129
|
|
|
108
|
-
- Initial Changelog Entry
|
|
130
|
+
- Initial Changelog Entry
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@recallai/desktop-sdk",
|
|
3
|
-
"version": "0.0.0-nightly.
|
|
3
|
+
"version": "0.0.0-nightly.20251215T224109-de6be9d6737ad08f23a7e4dcfbf040a88f184f6c",
|
|
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": "de6be9d6737ad08f23a7e4dcfbf040a88f184f6c"
|
|
24
24
|
}
|