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
_versionCollection.Add(newVersion("Clara","2.1.8.2"));// Last version that introduced the Macro concept
34
-
_versionCollection.Add(newVersion("Dalek","2.2.0.0"));// Support for unlimited number of screens
35
-
_versionCollection.Add(newVersion("Dalek","2.2.0.1"));// Fixed empty window title bug
36
-
_versionCollection.Add(newVersion("Dalek","2.2.0.2"));// Continue screen capture session when drive not available
37
-
_versionCollection.Add(newVersion("Dalek","2.2.0.3"));// Changes to how we save screenshots
38
-
_versionCollection.Add(newVersion("Dalek","2.2.0.4"));// More changes to how we save screenshots
39
-
_versionCollection.Add(newVersion("Dalek","2.2.0.5"));// Fixes the changes to how we save screenshots
40
-
_versionCollection.Add(newVersion("Dalek","2.2.0.6"));// Can now select an existing label when applying a label
41
-
_versionCollection.Add(newVersion("Dalek","2.2.0.7"));// Fixed upgrade path from old versions. Can now filter by Process Name
42
-
_versionCollection.Add(newVersion("Dalek","2.2.0.8"));// Introduced %user% and %machine% macro tags
43
-
_versionCollection.Add(newVersion("Dalek","2.2.0.9"));// Fixed upgrade path from older versions
44
-
_versionCollection.Add(newVersion("Dalek","2.2.0.10"));// Fixed bug with %count% tag value when display is not available
45
-
_versionCollection.Add(newVersion("Dalek","2.2.0.11"));// %screen% tag re-introduced
46
-
_versionCollection.Add(newVersion("Dalek","2.2.0.12"));// Fixed bug with JPEG quality
47
-
_versionCollection.Add(newVersion("Dalek","2.2.0.13"));// Fixed null reference when application starts at startup from Windows Startup folder
48
-
_versionCollection.Add(newVersion("Dalek","2.2.0.14"));// Introduced %title% tag
49
-
_versionCollection.Add(newVersion("Dalek","2.2.0.15"));// Strip out backslash if it's in the active window title
50
-
_versionCollection.Add(newVersion("Dalek","2.2.0.16"));// Stop timerPerformMaintenance when window is open and start it again when window is closed
36
+
_versionCollection.Add(newVersion(CODENAME_CLARA,"2.1.8.2"));// Last version that introduced the Macro concept
37
+
_versionCollection.Add(newVersion(CODENAME_DALEK,"2.2.0.0"));// Support for unlimited number of screens
38
+
_versionCollection.Add(newVersion(CODENAME_DALEK,"2.2.0.1"));// Fixed empty window title bug
39
+
_versionCollection.Add(newVersion(CODENAME_DALEK,"2.2.0.2"));// Continue screen capture session when drive not available
40
+
_versionCollection.Add(newVersion(CODENAME_DALEK,"2.2.0.3"));// Changes to how we save screenshots
41
+
_versionCollection.Add(newVersion(CODENAME_DALEK,"2.2.0.4"));// More changes to how we save screenshots
42
+
_versionCollection.Add(newVersion(CODENAME_DALEK,"2.2.0.5"));// Fixes the changes to how we save screenshots
43
+
_versionCollection.Add(newVersion(CODENAME_DALEK,"2.2.0.6"));// Can now select an existing label when applying a label
44
+
_versionCollection.Add(newVersion(CODENAME_DALEK,"2.2.0.7"));// Fixed upgrade path from old versions. Can now filter by Process Name
45
+
_versionCollection.Add(newVersion(CODENAME_DALEK,"2.2.0.8"));// Introduced %user% and %machine% macro tags
46
+
_versionCollection.Add(newVersion(CODENAME_DALEK,"2.2.0.9"));// Fixed upgrade path from older versions
47
+
_versionCollection.Add(newVersion(CODENAME_DALEK,"2.2.0.10"));// Fixed bug with %count% tag value when display is not available
48
+
_versionCollection.Add(newVersion(CODENAME_DALEK,"2.2.0.11"));// %screen% tag re-introduced
49
+
_versionCollection.Add(newVersion(CODENAME_DALEK,"2.2.0.12"));// Fixed bug with JPEG quality
50
+
_versionCollection.Add(newVersion(CODENAME_DALEK,"2.2.0.13"));// Fixed null reference when application starts at startup from Windows Startup folder
51
+
_versionCollection.Add(newVersion(CODENAME_DALEK,"2.2.0.14"));// Introduced %title% tag
52
+
_versionCollection.Add(newVersion(CODENAME_DALEK,"2.2.0.15"));// Strip out backslash if it's in the active window title
53
+
_versionCollection.Add(newVersion(CODENAME_DALEK,"2.2.0.16"));// Stop timerPerformMaintenance when window is open and start it again when window is closed
0 commit comments