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.7 SaveScreenshotRefs user setting introduced. Implemented command line options -saveScreenshotRefs=on and -saveScreenshotRefs=off.
143
144
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.
144
145
2.3.4.5 "Keep screenshots for X days" trigger is now inactive by default to avoid potential data loss.
Copy file name to clipboardExpand all lines: settings/Settings.cs
+25-16Lines changed: 25 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -225,6 +225,7 @@ public void Load(FileSystem fileSystem)
225
225
_versionCollection.Add(newVersion(CODENAME_BOOMBAYAH,"2.3.4.3"));// Fix to Screen Capture method.
226
226
_versionCollection.Add(newVersion(CODENAME_BOOMBAYAH,"2.3.4.4"));// Fix to Screen Capture method (again).
227
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.
228
+
_versionCollection.Add(newVersion(CODENAME_BOOMBAYAH,"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.
228
229
229
230
Application=newSettingCollection()
230
231
{
@@ -397,6 +398,7 @@ public void Load(FileSystem fileSystem)
0 commit comments