From d1bdacd0371ae7bda4af12bfb6737c28c0254efd Mon Sep 17 00:00:00 2001 From: Gavin Kendall Date: Mon, 7 Dec 2020 09:21:58 -0500 Subject: [PATCH] 2.3.3.5 - Application Focus now has Delay Before and Delay After options. --- Properties/AssemblyInfo.cs | 4 +- app.manifest | 2 +- command/CommandLineRegex.cs | 10 +++ interface/FormAbout.resx | 5 +- interface/main/FormMain-CommandLine.cs | 32 ++++++++++ interface/main/FormMain-ScreenCapture.cs | 2 +- interface/main/FormMain-Settings.cs | 7 +- interface/main/FormMain.Designer.cs | 81 +++++++++++++++++++++--- interface/main/FormMain.cs | 20 +++++- settings/DefaultSettings.cs | 2 + settings/Settings.cs | 1 + 11 files changed, 148 insertions(+), 18 deletions(-) diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 8bc407a6..dbdf68b8 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -32,6 +32,6 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.3.3.4")] -[assembly: AssemblyFileVersion("2.3.3.4")] +[assembly: AssemblyVersion("2.3.3.5")] +[assembly: AssemblyFileVersion("2.3.3.5")] [assembly: NeutralResourcesLanguageAttribute("en-CA")] \ No newline at end of file diff --git a/app.manifest b/app.manifest index 211f4b66..2d934144 100644 --- a/app.manifest +++ b/app.manifest @@ -3,7 +3,7 @@ + version="2.3.3.5"/> True/PM diff --git a/command/CommandLineRegex.cs b/command/CommandLineRegex.cs index 065d04f9..25a769ea 100644 --- a/command/CommandLineRegex.cs +++ b/command/CommandLineRegex.cs @@ -150,5 +150,15 @@ public static class CommandLineRegex /// Regex for parsing the -label command. /// public const string REGEX_COMMAND_LINE_LABEL = "^-label=(?