Skip to content

Releases: gavinkendall/autoscreen

Auto Screen Capture 2.2.1.1

30 Sep 20:41

Choose a tag to compare

You can now add an Editor of any file type.

Auto Screen Capture 2.2.1.0

29 Sep 07:22

Choose a tag to compare

Introducing the Auto Screen Capture Configuration File!

The new "autoscreen.conf" file can be used to customize the configuration set utilized by Auto Screen Capture. So you can now store the application's settings in an entirely different location from the user's personal settings or simply create a centralized configuration area by using the new "-config" command line argument to specify which configuration file each autoscreen.exe binary should load at startup - great for networked server environments!

A configuration file that can be used by Auto Screen Capture should, at a minimum, contain the following 10 lines representing key-value pairs that will be parsed by the application upon execution:
ScreenshotsFolder=screenshots
DebugFolder=!autoscreen\debug
LogsFolder=!autoscreen\debug\logs
ApplicationSettingsFile=application.xml
UserSettingsFile=user.xml
EditorsFile=!autoscreen\editors.xml
RegionsFile=!autoscreen\regions.xml
ScreensFile=!autoscreen\screens.xml
TriggersFile=!autoscreen\triggers.xml
ScreenshotsFile=!autoscreen\screenshots.xml

As you can see, each line specifies either the name of a folder or a file. If only the folder name is given (such as "screenshots") then Auto Screen Capture will parse it as the "screenshots" folder in the same folder where the executed autoscreen.exe binary is found. You can also specify a folder name with a trailing backslash but this isn't necessary. If a file extension is found then Auto Screen Capture will parse the filename as an XML file. You can tell Auto Screen Capture where to find each XML file by specifying absolute or relative (sub)folder paths.

Auto Screen Capture 2.2.0.22

23 Sep 12:19

Choose a tag to compare

Fixed scheduled start time when running from command line.

Auto Screen Capture 2.2.0.21

22 Sep 12:09

Choose a tag to compare

A new Configure menu has been added to each Screen and Region.

Auto Screen Capture 2.2.0.20

11 Sep 21:05

Choose a tag to compare

All tab pages now auto-scroll (such as Regions) when there are more items that are not displayed.

Auto Screen Capture 2.2.0.19

04 Sep 21:51

Choose a tag to compare

Auto Screen Capture 2.2.0.18

04 Sep 19:06

Choose a tag to compare

Performance improvements when saving screenshot references.

Auto Screen Capture 2.2.0.17

21 Aug 18:34

Choose a tag to compare

Passphrase is now hashed when being stored as a user setting.

Auto Screen Capture 2.2.0.16

14 Aug 10:40

Choose a tag to compare

A minor performance improvement.

Auto Screen Capture 2.2.0.15

13 Jul 10:13

Choose a tag to compare

Strips out any backslash characters found in the active window title.