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.5.1.2 - Restored the ability to use milliseconds for the screen capture interval. Fixed bug with schedules that were supposed to override the main interval so that they now actually do override the main interval. Fixed cosmetic issue with Preview button. Fixed cosmetic issue with Screen Capture Status when Optimize Screen Capture was enabled. Command Deck now shows percentage of tolerance when Optimize Screen Capture is enabled.
Copy file name to clipboardExpand all lines: autoscreen.conf
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@
29
29
# The version of Auto Screen Capture that this configuration file is intended for.
30
30
# Be careful if you change the version number and don't provide the correct definitions for the specific version
31
31
# as some settings will only work with certain versions of the application. Versioning of the configuration file starts with Auto Screen Capture 2.5.0.0 ("Limoncello").
32
-
Version=2.5.1.1
32
+
Version=2.5.1.2
33
33
34
34
# Starting with version 2.5.0.0 the entire configuration file defines all the default application and user settings
35
35
# that were previously hard-coded within the application itself. Now you have the ability to define all of the default settings in a single file!
\pard{\pntext\f3\'B7\tab}{\*\pn\pnlvlblt\pnf3\pnindent0{\pntxtb\'B7}}\fi-360\li720\sa200\sl276\slmult1\cf1\f1\fs19\lang1033 Schedules have scope! This means schedules can take screenshots of individual screens and/or regions instead of all screens and regions (which is still an option)\par
10226
10226
{\pntext\f3\'B7\tab}Schedules have their own intervals that run independently from the main interval, but can still control the main interval if needed\par
10227
10227
{\pntext\f3\'B7\tab}Multiple schedules can overlap their scheduled time ranges\par
10228
-
{\pntext\f3\'B7\tab}Interval no longer uses milliseconds for performance reasons. The -interval command no longer uses milliseconds (-interval=hh:mm:ss should be used going forward) but can still parse the milliseconds part of the command for the purpose of backwards compatibility with older versions of the application so -interval=hh:mm:ss.nnn will still work even though only hours, minutes, and seconds will be used; milliseconds will be ignored\par
10229
-
{\pntext\f3\'B7\tab}Schedules no longer use seconds for their One Time and Period options; again this is for performance reasons. Similarly the -captureat, -startat, and -stopat commands no longer require seconds to be defined (but still have their seconds part parsed to maintain backwards compatibility with older versions of the application)\par
10228
+
{\pntext\f3\'B7\tab}Schedules no longer use seconds for their One Time and Period options; this is for performance reasons. Similarly the -captureat, -startat, and -stopat commands no longer require seconds to be defined (but still have their seconds part parsed to maintain backwards compatibility with older versions of the application)\par
10230
10229
{\pntext\f3\'B7\tab}Module items in module lists have their textbox fields background colour set as a light yellow instead of the standard control grey for easier reading of titles\par
10231
10230
{\pntext\f3\'B7\tab}Any module item titles that exceed 20 characters show in a tool tip so you can hover over a long title and read the full title\par
10232
10231
{\pntext\f3\'B7\tab}Rewrote the code for hiding the application on startup so it hides better than before (especially if using the -hide command)\par
0 commit comments