@recallai/desktop-sdk 0.0.0-nightly.20251215T191730-1a27aea6d079647c194dc0abf50154e227cbcb79 → 0.0.0-nightly.20251216T190337-6beddb1cc97f63273e4f1313646ad23394cb9177

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 +23 -1
  2. 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.20251215T191730-1a27aea6d079647c194dc0abf50154e227cbcb79",
3
+ "version": "0.0.0-nightly.20251216T190337-6beddb1cc97f63273e4f1313646ad23394cb9177",
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": "1a27aea6d079647c194dc0abf50154e227cbcb79"
23
+ "commit_sha": "6beddb1cc97f63273e4f1313646ad23394cb9177"
24
24
  }