You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,8 @@
1
+
## 1.1.4
2
+
3
+
* Update documentation
4
+
* Remove debug logging from image stream pause/resume and video recording completion
5
+
1
6
## 1.1.3
2
7
3
8
* Fix Windows build failure (C4819 / C2220) on hosts with a non-UTF-8 system code page (e.g. CP936 on Simplified Chinese Windows) by compiling the plugin with `/utf-8` under MSVC (#2)
@@ -19,7 +24,7 @@
19
24
* Request camera access via `org.freedesktop.portal.Camera` D-Bus interface
20
25
* Enumerate PipeWire camera nodes via `GstDeviceMonitor`
21
26
* Fall back to V4L2 if portal is unavailable or user denies permission
22
-
* No new build dependencies — uses GIO (D-Bus) and GStreamer APIs already linked
27
+
* No new build dependencies: uses GIO (D-Bus) and GStreamer APIs already linked
0 commit comments