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
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
@@ -256,6 +256,7 @@ public void Load(FileSystem fileSystem)
256
256
_versionCollection.Add(newVersion(CODENAME_BLADE,"2.4.0.5"));// Icon Double Click trigger implemented. Added more trigger actions.
257
257
_versionCollection.Add(newVersion(CODENAME_BLADE,"2.4.0.6"));// Screen Capture Status and Screen Capture Status With Label Switcher windows have larger text, Region Select uses BitBlt capture method, Preview for Screen and Region use BitBlt capture method, Initial Capture is set as default, Region Select logs selection information to log file.
258
258
_versionCollection.Add(newVersion(CODENAME_BLADE,"2.4.0.7"));// Resolution Ratio implemented
259
+
_versionCollection.Add(newVersion(CODENAME_BLADE,"2.4.0.8"));// Region Preview fix.
0 commit comments