You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2.3.4.0 - Screenshots can be sent to a file server either from the main interface window or with a Trigger. The SMTP and SFTP settings are in their own XML files and can be configured. Help system is available but still early in development
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Summary
6
6
-------
7
7
Auto Screen Capture is a small and portable screen capture utility for gamers, designers, and testers.
8
8
9
-
The information presented in this README refers to the latest version (2.3.3.9).
9
+
(The information presented in this README refers to version 2.3.3.9)
10
10
11
11
The application enables you to automatically take screenshots at a chosen interval. For example, you may want to capture the progress of playing through a game's level or track your progress on a long project.
2.3.3.8ScreennowhasSource(suchasGraphicsCardandOperatingSystem), X, Y, Width, andHeight.Removed"ResolutionRatio"optionforbetterscreencaptureperformance.RemovedinternalscreendictionaryrefreshfromWindowsbecausewenowuseX, Y, Width, andHeighteitherfromGraphicsCardorfromOperatingSystemandthesevaluescannowbeadjusted.Moduletabpagelayoutstylechangedtobemulti-line.Refactoredcodetoreduceusageofstaticclassesandstaticvariablesforbettermemorymanagement.RemovedcallstoGCCollect.Changedscreencapturemethod."RegionSelect/AutoSave"regionisnolongercreatedwhenapplicationinitialized."RegionSelect/AutoSave"screenshotsarenowshowninallscreenshottabs.
You can now configure Auto Screen Capture to email screenshots with SMTP (without having to edit the application.xml file) and/or transfer them to a file server with SFTP. These settings are stored in their own XML files named smtp.xml and sftp.xml respectively so you can configure them to be in different locations with autoscreen.conf if you prefer.
134
+
135
+
I fixed the -config, -applicationFocusDelayBefore, and -applicationFocusDelayAfter command line options. These became screwed up in 2.3.3.8 after I merged in code from an optimization initiative.
136
+
137
+
The Help button is finally usable, but I still have to write all the documentation for it so at this time there's only the "Welcome" page available.
138
+
139
+
Triggers have been rewritten. I haven't spent much time on the new wizard-style interface for them but their functionality remains the same. I've introduced a new Trigger for File Transfer (SFTP).</value>
2.3.4.0 Screenshots can be sent to a file server either from the main interface window or with a Trigger. The SMTP and SFTP settings are in their own XML files and can be configured. Help system is available but still early in development.
133
144
2.3.3.9 Dashboard introduced so you can have an overview of all screens and regions.
134
145
2.3.3.8 Screen now has Source (such as Graphics Card and Operating System), X, Y, Width, and Height. Removed "Resolution Ratio" option for better screen capture performance. Removed internal screen dictionary refresh from Windows because we now use X, Y, Width, and Height either from Graphics Card or from Operating System and these values can now be adjusted. Module tab page layout style changed to be multi-line. Refactored code to reduce usage of static classes and static variables for better memory management. Removed calls to GC Collect. Changed screen capture method. "Region Select / Auto Save" region is no longer created when application initialized. "Region Select / Auto Save" screenshots are now shown in all screenshot tabs.
135
146
2.3.3.7 Memory leak fix.
@@ -424,6 +435,19 @@ IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY C
424
435
If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee.
I hope you enjoy using Auto Screen Capture. I developed the application for my own purposes many years ago but if you find it useful then please consider putting in a small donation over at https://paypal.me/codewalker777
443
+
444
+
Also, if you want to keep in touch, please feel free to follow me on Twitter and subscribe to my YouTube channel.
0 commit comments