@recallai/desktop-sdk 2.0.2 → 2.0.3

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 (3) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/index.js +2 -0
  3. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
1
+ ### 2.0.3 [patch] (MacOS+Windows) - 2026-01-07
2
+
3
+ - Significantly reduce energy consumption on Chromium and Safari browsers on macOS.
4
+ - Fix meeting-detection issues on Arc, Brave, Comet, and Dia on macOS.
5
+ - Support using Chrome with different session in multiple windows on macOS.
6
+ - Fix memory growth issue in hardware with excessive memory on macOS.
7
+ - Fixed issue with speaker labels on macOS at beginning of call.
8
+ - Fixed issue with PNGs on windows.
9
+ - Fixed an issue with invalid participant names on macOS/Windows.
10
+
1
11
  ### 2.0.2 [patch] (MacOS+Windows) - 2025-12-17
2
12
 
3
13
  - Fixed a crash on macOS that was triggering very often.
package/index.js CHANGED
@@ -240,6 +240,8 @@ function startProcess() {
240
240
  // "DYLD_INSERT_LIBRARIES":"/opt/homebrew/lib/libjemalloc.dylib",
241
241
  // "MALLOC_CONF":"prof:true,prof_active:true,prof_prefix:jeprof",
242
242
  // "DYLD_FORCE_FLAT_NAMESPACE":"1",
243
+ // MallocStackLogging: "1",
244
+ // MallocStackLoggingNoCompact: "1",
243
245
  ...envExtra,
244
246
  }
245
247
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@recallai/desktop-sdk",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
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": "429205353a8a9a1a3f727b3c2417b1a43a3bcbe8"
23
+ "commit_sha": "7026b82189689fa287e0d0474eae292d72a31eea"
24
24
  }