Skip to content

Commit f3cdbf7

Browse files
committed
New version.
1 parent ce9be40 commit f3cdbf7

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ Git master
66

77
- ?
88

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+
918
Version 0.4.2
1019
-------------
1120

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ endif(POLICY CMP0072)
77

88
set(CMAKE_CXX_STANDARD 11)
99

10-
project(simplescreenrecorder VERSION 0.4.2)
10+
project(simplescreenrecorder VERSION 0.4.3)
1111

1212
if(CMAKE_SYSTEM_PROCESSOR MATCHES "x86_64|amd64|i386|i686")
1313
set(PROCESSOR_IS_X86 TRUE)

0 commit comments

Comments
 (0)