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.6.1 - Fix to Keyboard Shortcuts. Changed default trigger for closing window so interface will now hide on closing window instead of exiting to keep application running in system tray until Exit is selected from system tray icon menu.
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.
133
+
There was a bug with Keyboard Shortcuts that caused the applicationto crash. It's been fixed.
134
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>
135
+
Also, by default, closing the application's main interface window will now hide the interface and keep the application running in the system tray so if you need to exit simply select the Exit option from the system tray icon menu.</value>
2.3.6.1 Fix to Keyboard Shortcuts. Changed default trigger for closing window so interface will now hide on closing window instead of exiting to keep application running in system tray until Exit is selected from system tray icon menu.
143
140
2.3.6.0 Fix to SMTP.
144
141
2.3.4.9 Region Select Options and Region Select / Clipboard / Floating Screenshot implemented.
145
142
2.3.4.8 Signed assembly in attempt to satisfy anti-virus software. Fixed weird Exit bug.
Copy file name to clipboardExpand all lines: settings/Settings.cs
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -228,6 +228,8 @@ public void Load(FileSystem fileSystem)
228
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.
229
229
_versionCollection.Add(newVersion(CODENAME_BOOMBAYAH,"2.3.4.7"));// SaveScreenshotRefs user setting introduced. Implemented command line options -saveScreenshotRefs=on and -saveScreenshotRefs=off.
230
230
_versionCollection.Add(newVersion(CODENAME_BOOMBAYAH,"2.3.4.8"));// Signed assembly in attempt to satisfy anti-virus software.Fixed weird Exit bug.
231
+
_versionCollection.Add(newVersion(CODENAME_BOOMBAYAH,"2.3.4.9"));// Region Select Options and Region Select / Clipboard / Floating Screenshot implemented.
232
+
_versionCollection.Add(newVersion(CODENAME_BOOMBAYAH,"2.3.6.0"));// Fix to SMTP.
0 commit comments