From b0b1cd2c7aec3be1be7199cb1bca8c9f96fd9c46 Mon Sep 17 00:00:00 2001 From: Gavin Kendall Date: Mon, 8 Mar 2021 18:04:12 -0500 Subject: [PATCH] 2.3.4.3 - Fix to Screen Capture method. --- Properties/AssemblyInfo.cs | 4 ++-- ScreenCapture.cs | 2 -- app.manifest | 2 +- changelog.txt | 1 + interface/FormAbout.resx | 3 ++- settings/Settings.cs | 1 + 6 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 5b73b6ff..5be75394 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.4.2")] -[assembly: AssemblyFileVersion("2.3.4.2")] +[assembly: AssemblyVersion("2.3.4.3")] +[assembly: AssemblyFileVersion("2.3.4.3")] [assembly: NeutralResourcesLanguageAttribute("en-CA")] \ No newline at end of file diff --git a/ScreenCapture.cs b/ScreenCapture.cs index 4e7a9ad5..361f3e78 100644 --- a/ScreenCapture.cs +++ b/ScreenCapture.cs @@ -496,8 +496,6 @@ public Bitmap GetScreenBitmap(int source, int component, int x, int y, int width } catch { - CaptureError = true; - return null; } } diff --git a/app.manifest b/app.manifest index d7157c59..81dbff95 100644 --- a/app.manifest +++ b/app.manifest @@ -3,7 +3,7 @@ + version="2.3.4.3"/> True/PM diff --git a/changelog.txt b/changelog.txt index 56cdd49b..28b717a3 100644 --- a/changelog.txt +++ b/changelog.txt @@ -4,6 +4,7 @@ Auto Screen Capture by Gavin Kendall Codename "Boombayah" +2.3.4.3 Fix to Screen Capture method. 2.3.4.2 Fix to Screen form for preview image. 2.3.4.1 Does not capture image of screen if screen does not exist. 2.3.4.0 Screenshots can be sent to a file server either from the main interface window or with a Trigger. The SMTP and SFTP settings are in their own XML files and can be configured. Help system is available but still early in development. diff --git a/interface/FormAbout.resx b/interface/FormAbout.resx index 7afd0cb5..826c14d6 100644 --- a/interface/FormAbout.resx +++ b/interface/FormAbout.resx @@ -118,7 +118,7 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - Auto Screen Capture 2.3.4.2 ("Boombayah") + Auto Screen Capture 2.3.4.3 ("Boombayah") Developed by Gavin Kendall (2008 - 2021) SourceForge Project Site @@ -140,6 +140,7 @@ Triggers have been rewritten. I haven't spent much time on the new wizard-style Codename "Boombayah" +2.3.4.3 Fix to Screen Capture method. 2.3.4.2 Fix to Screen form for preview image. 2.3.4.1 Does not capture image of screen if screen does not exist. 2.3.4.0 Screenshots can be sent to a file server either from the main interface window or with a Trigger. The SMTP and SFTP settings are in their own XML files and can be configured. Help system is available but still early in development. diff --git a/settings/Settings.cs b/settings/Settings.cs index ed78ed24..5dd51f04 100644 --- a/settings/Settings.cs +++ b/settings/Settings.cs @@ -221,6 +221,7 @@ public void Load(FileSystem fileSystem) _versionCollection.Add(new Version(CODENAME_BOOMBAYAH, "2.3.3.9")); // Dashboard introduced so you can have an overview of all screens and regions. _versionCollection.Add(new Version(CODENAME_BOOMBAYAH, "2.3.4.0")); // Screenshots can be sent to a file server either from the main interface window or with a Trigger. The SMTP and SFTP settings are in their own XML files and can be configured. Help system is available but still early in development. _versionCollection.Add(new Version(CODENAME_BOOMBAYAH, "2.3.4.1")); // Does not capture image of screen if screen does not exist. + _versionCollection.Add(new Version(CODENAME_BOOMBAYAH, "2.3.4.2")); // Fix to Screen form for preview image. Application = new SettingCollection() {