@recallai/desktop-sdk 1.0.4 → 1.0.6
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 +9 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
### 1.0.6 [patch] (MacOS) - 2025-07-11
|
|
2
|
+
|
|
3
|
+
- Fixes a bug where whole-desktop audio capture would produce corrupted recordings.
|
|
4
|
+
|
|
5
|
+
### 1.0.5 [patch] (MacOS) - 2025-07-11
|
|
6
|
+
|
|
7
|
+
- Fixes a bug that would cause an occasional crash.
|
|
8
|
+
|
|
1
9
|
### 1.0.4 [patch] (MacOS) - 2025-08-07
|
|
2
10
|
|
|
3
11
|
- Fixes a bug with faulty echo cancellation that allowed mic bleed to affect active speaker detection in transcription.
|
|
@@ -5,7 +13,7 @@
|
|
|
5
13
|
|
|
6
14
|
### 1.0.3 [patch] (Windows) - 2025-07-30
|
|
7
15
|
|
|
8
|
-
- Fixes a bug with an internal version mismatch between the bot library and the windows OS interfaces.
|
|
16
|
+
- Fixes a bug with an internal version mismatch between the bot library and the windows OS interfaces.
|
|
9
17
|
|
|
10
18
|
### 1.0.2 [patch] (MacOS) - 2025-07-30
|
|
11
19
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@recallai/desktop-sdk",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.6",
|
|
4
4
|
"description": "Recall Desktop SDK",
|
|
5
5
|
"main": "./index.js",
|
|
6
6
|
"types": "./index.d.ts",
|
|
@@ -18,5 +18,5 @@
|
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"typescript": "^5.3.3"
|
|
20
20
|
},
|
|
21
|
-
"commit_sha": "
|
|
21
|
+
"commit_sha": "78bcd926390af65c83ffa27a66147f8ad9144c9c"
|
|
22
22
|
}
|