Skip to content

Commit

Permalink
2.3.3.3 - An internal list of image hash values are stored when email…
Browse files Browse the repository at this point in the history
…ing screenshots so we do not email duplicate images.
  • Loading branch information
igloo-gkendall committed Nov 24, 2020
1 parent d63af68 commit b56df2a
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.2")]
[assembly: AssemblyFileVersion("2.3.3.2")]
[assembly: AssemblyVersion("2.3.3.3")]
[assembly: AssemblyFileVersion("2.3.3.3")]
[assembly: NeutralResourcesLanguageAttribute("en-CA")]
2 changes: 1 addition & 1 deletion app.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<assemblyIdentity
type="win32"
name="GavinKendall.AutoScreenCapture"
version="2.3.3.2"/>
version="2.3.3.3"/>
<asmv3:application>
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
<dpiAware>True/PM</dpiAware>
Expand Down
2 changes: 2 additions & 0 deletions autoscreen.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
<Prefer32Bit>false</Prefer32Bit>
<PlatformTarget>AnyCPU</PlatformTarget>
<DocumentationFile>bin\Debug\autoscreen.xml</DocumentationFile>
<LangVersion>7.2</LangVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>
Expand All @@ -61,6 +62,7 @@
<PlatformTarget>AnyCPU</PlatformTarget>
<DocumentationFile>
</DocumentationFile>
<LangVersion>7.2</LangVersion>
</PropertyGroup>
<PropertyGroup>
<StartupObject>AutoScreenCapture.Program</StartupObject>
Expand Down
30 changes: 30 additions & 0 deletions autoscreen_vs2017.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.1022
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "autoscreen", "autoscreen.csproj", "{0D508AFE-3F53-4832-A051-D8B1BDE0035C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{814A85E5-1B92-42D3-83D1-CC99132B1C62}"
ProjectSection(SolutionItems) = preProject
readme.txt = readme.txt
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0D508AFE-3F53-4832-A051-D8B1BDE0035C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D508AFE-3F53-4832-A051-D8B1BDE0035C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D508AFE-3F53-4832-A051-D8B1BDE0035C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D508AFE-3F53-4832-A051-D8B1BDE0035C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {92533316-4F56-48E7-8706-9556824B30AA}
EndGlobalSection
EndGlobal
3 changes: 2 additions & 1 deletion interface/FormAbout.resx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="richTextBoxDeveloper.Text" xml:space="preserve">
<value>Auto Screen Capture 2.3.3.2 ("Boombayah")
<value>Auto Screen Capture 2.3.3.3 ("Boombayah")
Developed by Gavin Kendall (2008 - 2020)

SourceForge Project Site
Expand Down Expand Up @@ -322,6 +322,7 @@ END OF TERMS AND CONDITIONS</value>
</data>
<data name="richTextBoxChangelog.Text" xml:space="preserve">
<value>Codename "Boombayah"
2.3.3.3 An internal list of image hash values are stored when emailing screenshots so we do not email duplicate images.
2.3.3.2 Can now run an Editor without arguments or without %filepath% tag when using Run Editor trigger action. Includes changes to version collection, change to how Application Focus behaves when application not found (so now adds the application to the process list regardless), and bug fix applied to threads.
2.3.3.1 New command line arguments -activeWindowTitle, -applicationFocus, and -label.
2.3.3.0 Application Focus moved from Screen to Setup. Fixed Application Focus bug with Active Window Title. Renamed user setting keys. New method for capturing device display resolution.
Expand Down
1 change: 1 addition & 0 deletions settings/Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ public static void Initialize()
_versionCollection.Add(new Version(CODENAME_BOOMBAYAH, "2.3.2.9")); // Application Focus implemented for Screen.
_versionCollection.Add(new Version(CODENAME_BOOMBAYAH, "2.3.3.0")); // Application Focus moved from Screen to Setup. Fixed Application Focus bug with Active Window Title. Renamed user setting keys. New method for capturing device display resolution.
_versionCollection.Add(new Version(CODENAME_BOOMBAYAH, "2.3.3.1")); // New command line arguments -activeWindowTitle, -applicationFocus, and -label.
_versionCollection.Add(new Version(CODENAME_BOOMBAYAH, "2.3.3.2")); // Can now run an Editor without arguments or without %filepath% tag when using Run Editor trigger action. Includes changes to version collection, change to how Application Focus behaves when application not found (so now adds the application to the process list regardless), and bug fix applied to threads.

Application = new SettingCollection
{
Expand Down

0 comments on commit b56df2a

Please sign in to comment.