@recallai/desktop-sdk 1.3.3 → 1.3.5

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 +11 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,14 @@
1
+ ### 1.3.5 [patch] (MacOS+Windows) - 2025-11-16
2
+
3
+ - Improved crash reporting on windows.
4
+ - Fixed an issue causing a crash on startup for windows.
5
+
6
+ ### 1.3.4 [patch] (MacOS+Windows) - 2025-11-13
7
+
8
+ - Improved crash reporting across both platforms.
9
+ - Improved url scraping for Teams on both platforms.
10
+ - Better logging for transcription errors.
11
+
1
12
  ### 1.3.3 [patch] (MacOS+Windows) - 2025-11-10
2
13
 
3
14
  - Fixed json parse issue that caused missing realtime events in some cases.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@recallai/desktop-sdk",
3
- "version": "1.3.3",
3
+ "version": "1.3.5",
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": "70d942170376c4e685fbfb53873d5303373a8973"
23
+ "commit_sha": "03a03fc6df97116782cba6e1675296fea793fad8"
24
24
  }