Skip to content

Releases: fireph/OBS-Auto-Record

v2.0.5

13 Dec 00:11
Compare
Choose a tag to compare

Fixed issue where invalid file/folder names were being used when getting the name of the application. Also updated Qt to 5.13

v2.0.4

11 Jul 01:44
Compare
Choose a tag to compare

Added a Windows installer and updated Qt version to 5.12.

v2.0.3

14 Aug 07:21
Compare
Choose a tag to compare

Fix and update the mac version

v2.0.2

12 Jun 21:25
Compare
Choose a tag to compare
update version

v2.0.1

12 Jun 21:25
Compare
Choose a tag to compare
make mac work

v2.0.0

14 Aug 01:08
Compare
Choose a tag to compare

Full rewrite in C++! Everything is faster, better, and there is a UI to select which applications to record.

Folder creation and filenames containing game name!

11 Feb 11:42
Compare
Choose a tag to compare

If the folder does not exist, it will now create it for a new game and the file formatting will be "GameName - Timestamp".

Different folders for each application!

15 Nov 09:09
Compare
Choose a tag to compare

Now if you specify 'folder' in the settings.ini file, it will save each game's recording into a folder. Currently it will not save it into a new folder if that folder does not already exist, but that should be fixed soon in obs-websocket: obsproject/obs-websocket#163

Mac Version and Code Cleanup!

13 Nov 20:40
Compare
Choose a tag to compare

There is now a Mac version! You need to install the newer version of obs-websocket that is linked in the readme for it to work though.

There is also a bunch of code cleanup and organization.

Bugfixes and Wildcards!

13 Nov 07:34
Compare
Choose a tag to compare

Now supports wildcards in app exe names and reduces CPU usage when checking if apps are running.