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.6 - Fixed Show/Hide Interface bug so you no longer need to select the option twice to show the interface on initial startup. AutoStartFromCommandLine is temporarily disabled when command line options -stop, -exit, -startat, -stopat, or -captureat are provided.
2.3.4.6 Fixed Show/Hide Interface bug so you no longer need to select the option twice to show the interface on initial startup. AutoStartFromCommandLine is temporarily disabled when command line options -stop, -exit, -startat, -stopat, or -captureat are provided.
143
144
2.3.4.5 "Keep screenshots for X days" trigger is now inactive by default to avoid potential data loss.
144
-
2.3.4.4 Fix to Screen Capture method.
145
+
2.3.4.4 Fix to Screen Capture method (again).
145
146
2.3.4.3 Fix to Screen Capture method.
146
147
2.3.4.2 Fix to Screen form for preview image.
147
148
2.3.4.1 Does not capture image of screen if screen does not exist.
Copy file name to clipboardExpand all lines: settings/Settings.cs
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -222,7 +222,9 @@ public void Load(FileSystem fileSystem)
222
222
_versionCollection.Add(newVersion(CODENAME_BOOMBAYAH,"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.
223
223
_versionCollection.Add(newVersion(CODENAME_BOOMBAYAH,"2.3.4.1"));// Does not capture image of screen if screen does not exist.
224
224
_versionCollection.Add(newVersion(CODENAME_BOOMBAYAH,"2.3.4.2"));// Fix to Screen form for preview image.
225
-
_versionCollection.Add(newVersion(CODENAME_BOOMBAYAH,"2.3.4.3"));// Fix to Screen form for preview image.
225
+
_versionCollection.Add(newVersion(CODENAME_BOOMBAYAH,"2.3.4.3"));// Fix to Screen Capture method.
226
+
_versionCollection.Add(newVersion(CODENAME_BOOMBAYAH,"2.3.4.4"));// Fix to Screen Capture method (again).
227
+
_versionCollection.Add(newVersion(CODENAME_BOOMBAYAH,"2.3.4.5"));// "Keep screenshots for X days" trigger is now inactive by default to avoid potential data loss.
0 commit comments