@todesktop/client-recall 1.3.7 → 1.3.8

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/README.md +3 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -267,6 +267,9 @@ Use `recallDesktop.addEventListener(eventType, callback)` to subscribe. Availabl
267
267
  ```
268
268
 
269
269
  ## Changelog
270
+ - 1.3.8
271
+ - Updated `@recallai/desktop-sdk` to v2.0.14
272
+ - Pulled in upstream Google Meet detection fixes, macOS memory leak fixes, audio-pipeline fixes, Teams Gallery fallback capture fixes, and Teams Windows app-hang fixes
270
273
  - 1.3.7
271
274
  - Updated `@recallai/desktop-sdk` to v2.0.13
272
275
  - Pulled in upstream app-hang fixes, performance improvements, Google Meet PIP black-recording fixes, Arc window capture support, audio-pipeline fixes, and Google Meet detection fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@todesktop/client-recall",
3
- "version": "1.3.7",
3
+ "version": "1.3.8",
4
4
  "description": "ToDesktop plugin for Recall.ai Desktop Recording SDK - Client library",
5
5
  "private": false,
6
6
  "main": "dist/index.js",
@@ -37,7 +37,7 @@
37
37
  "access": "public"
38
38
  },
39
39
  "devDependencies": {
40
- "@recallai/desktop-sdk": "2.0.13",
40
+ "@recallai/desktop-sdk": "2.0.14",
41
41
  "rimraf": "^5.0.0"
42
42
  },
43
43
  "peerDependencies": {