@recallai/desktop-sdk 0.0.0-nightly.20260129T185317-0ee4e3d2ba0cebb7fae1b5faa80553641dfc44b2 → 0.0.0-nightly.20260129T225219-76e5a2607e31641dc0f7533a7e9c75cdb090c8e5
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 +19 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
|
1
|
+
### 2.0.4 [patch] (MacOS+Windows) - 2026-01-29
|
|
2
|
+
|
|
3
|
+
- Teams detection, diarization improvements on windows.
|
|
4
|
+
- Fix freeze requesting full disk access permission on macOS.
|
|
5
|
+
- Fix issue switching audio devices on windows for meeting capture.
|
|
6
|
+
- Fixes to phantom participants on Google Meet on both macOS/windows.
|
|
7
|
+
- Support Microsoft Edge browser for Google Meet on windows.
|
|
8
|
+
- Emulate all permission statuses on windows by default.
|
|
9
|
+
- Support meeting title scraping for Zoom on windows.
|
|
10
|
+
- Fixed an issue capturing video on macOS.
|
|
11
|
+
- Fixed an issue with short meetings not uploading properly.
|
|
12
|
+
- Improved energy consumption for Zoom on MacOS.
|
|
13
|
+
- Improved energy consumption for chrome and chromium users with multiple open windows on MacOS.
|
|
14
|
+
- Fix unexpected chrome title change on MacOS.
|
|
15
|
+
- Improve audio post-processing energy consumption on MacOS.
|
|
16
|
+
- Improve audio post-processing quality on MacOS.
|
|
17
|
+
- Fix GMeet compliance messaging for tabs with "Meet" in the title on MacOS.
|
|
18
|
+
- Improve logging and telemetry on MacOS.
|
|
19
|
+
|
|
1
20
|
### 2.0.3 [patch] (MacOS+Windows) - 2026-01-07
|
|
2
21
|
|
|
3
22
|
- Significantly reduce energy consumption on Chromium and Safari browsers on macOS.
|
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.20260129T225219-76e5a2607e31641dc0f7533a7e9c75cdb090c8e5",
|
|
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": "76e5a2607e31641dc0f7533a7e9c75cdb090c8e5"
|
|
24
24
|
}
|