We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07766b5 commit 43530bcCopy full SHA for 43530bc
ScreenCapture/CHANGELOG.md
@@ -17,6 +17,10 @@ All notable changes to this RDK Service will be documented in this file.
17
* For more details, refer to [versioning](https://github.com/rdkcentral/rdkservices#versioning) section under Main README.
18
19
20
+## [1.0.7] - 2024-12-18
21
+### Fixed
22
+- Fix Realtek DRM screencapture implementation
23
+
24
## [1.0.6] - 2024-07-30
25
### Added
26
- Fixed nxclient library issue for braodcom devices and screen shot setting
ScreenCapture/ScreenCapture.cpp
@@ -41,7 +41,7 @@
41
42
#define API_VERSION_NUMBER_MAJOR 1
43
#define API_VERSION_NUMBER_MINOR 0
44
-#define API_VERSION_NUMBER_PATCH 6
+#define API_VERSION_NUMBER_PATCH 7
45
46
namespace WPEFramework
47
{
0 commit comments