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 ce9be40 commit f3cdbf7Copy full SHA for f3cdbf7
CHANGELOG.md
@@ -6,6 +6,15 @@ Git master
6
7
- ?
8
9
+Version 0.4.3
10
+-------------
11
+
12
+- Added V4L2 support (most webcams and capture cards).
13
+- Added option to mark recorded area on screen during recording.
14
+- Added JACK metadata.
15
+- Optionally support XDG config directory (~/.config/simplescreenrecorder) instead of home directory (~/.ssr).
16
+- Bugfixes.
17
18
Version 0.4.2
19
-------------
20
CMakeLists.txt
@@ -7,7 +7,7 @@ endif(POLICY CMP0072)
set(CMAKE_CXX_STANDARD 11)
-project(simplescreenrecorder VERSION 0.4.2)
+project(simplescreenrecorder VERSION 0.4.3)
if(CMAKE_SYSTEM_PROCESSOR MATCHES "x86_64|amd64|i386|i686")
set(PROCESSOR_IS_X86 TRUE)
0 commit comments