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
There was a bug with Keyboard Shortcuts that caused the application to crash. It's been fixed.
134
-
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>
133
+
New command line option -show for showing the interface, enabling triggers with the ShowInterface action, and showing the system tray icon. New command line option -hide for hiding the interface, disabling triggers with the ShowInterface action, and hiding the system tray icon. The application will no longer appear in Alt+Tab when interface is hidden.</value>
2.3.6.2 New command line options -show and -hide. The application will no longer appear in Alt+Tab when interface is hidden.
139
138
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.
140
139
2.3.6.0 Fix to SMTP.
141
140
2.3.4.9 Region Select Options and Region Select / Clipboard / Floating Screenshot implemented.
Copy file name to clipboardExpand all lines: settings/Settings.cs
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -230,6 +230,7 @@ public void Load(FileSystem fileSystem)
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
231
_versionCollection.Add(newVersion(CODENAME_BOOMBAYAH,"2.3.4.9"));// Region Select Options and Region Select / Clipboard / Floating Screenshot implemented.
232
232
_versionCollection.Add(newVersion(CODENAME_BOOMBAYAH,"2.3.6.0"));// Fix to SMTP.
233
+
_versionCollection.Add(newVersion(CODENAME_BOOMBAYAH,"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.
0 commit comments