Skip to content

Commit

Permalink
v bump
Browse files Browse the repository at this point in the history
  • Loading branch information
rdp committed Dec 30, 2022
1 parent 71e730f commit 7c6c428
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
0.13.1
Work with JRE's > 8

0.13.0
add ability to capture a particular display (i.e. monitor)
capture_particular_display_number_starting_at_zero
add ability to read configs from a file instead of registry, though both are supported.
%APPDATA%\ScreenCaptureRecorder.ini
Work with JRE's > 8
default to record to .mkv so that interrupted records don't produce corrupted mp4

0.12.10
Expand Down
2 changes: 1 addition & 1 deletion innosetup_installer_options.iss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define AppVer "0.13.0"
#define AppVer "0.13.1"

#define AppName "Screen Capturer Recorder"
; AppId === AppName by default BTW
Expand Down

0 comments on commit 7c6c428

Please sign in to comment.