diff --git a/BrawlCrate/Changelog.txt b/BrawlCrate/Changelog.txt index 3f0e5ff7..f15b1fbc 100644 --- a/BrawlCrate/Changelog.txt +++ b/BrawlCrate/Changelog.txt @@ -1,5 +1,5 @@  -BrawlCrate - v0.26b Hotfix 1 +BrawlCrate - v0.26b Hotfix 2 Copyright © 2018 - 2019 soopercool101, MarioDox, Syvkal BrawlBox © 2009 - 2019 Bryan Moulton, BlackJax96, libertyernie & Sammi Husky @@ -16,6 +16,9 @@ they be held accountable for the manner in which it is used. |************ BrawlCrate Change Log ************| =============================================== + - BrawlCrate v0.26b Hotfix 2 - (10/11/2019) + . Remove shortcut key for culling inversion, fixing issue where screenshots could not be taken when an MDL0 is selected on the main form. + - BrawlCrate v0.26b Hotfix 1 - (9/16/2019) . Fix bug in which animations for models with non-sequential bonesets wouldn't export as anim properly diff --git a/BrawlCrate/Program.cs b/BrawlCrate/Program.cs index 6e250dcd..7b97c052 100644 --- a/BrawlCrate/Program.cs +++ b/BrawlCrate/Program.cs @@ -15,12 +15,13 @@ namespace BrawlCrate internal static class Program { //Make sure this matches the tag name of the release on github exactly - public static readonly string TagName = "BrawlCrate_v0.26bHotfix1"; + public static readonly string TagName = "BrawlCrate_v0.26bHotfix2"; public static readonly string UpdateMessage = @"Updated to BrawlCrate v0.26b Hotfix 1! This release: - Fixes bug in which Maya couldn't read exported anims - Fixes bug in which sorting textures for an MDL0 would instead sort objects - (Hotfix 1) Fixes anim exporter bug when exporting animations for a model with non-sequential bonesets +- (Hotfix 2) Fixes issue with screenshots Full changelog can be found in the installation folder: " + '\n' + AppDomain.CurrentDomain.BaseDirectory + "Changelog.txt"; diff --git a/BrawlCrate/Properties/AssemblyInfo.cs b/BrawlCrate/Properties/AssemblyInfo.cs index 83e46d6f..5c54b12c 100644 --- a/BrawlCrate/Properties/AssemblyInfo.cs +++ b/BrawlCrate/Properties/AssemblyInfo.cs @@ -51,4 +51,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.26.*")] -[assembly: AssemblyFileVersion("0.26.5.0")] \ No newline at end of file +[assembly: AssemblyFileVersion("0.26.6.0")] \ No newline at end of file diff --git a/BrawlLib/Properties/AssemblyInfo.cs b/BrawlLib/Properties/AssemblyInfo.cs index 3934e4a6..94e4037f 100644 --- a/BrawlLib/Properties/AssemblyInfo.cs +++ b/BrawlLib/Properties/AssemblyInfo.cs @@ -36,4 +36,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.26.*")] -[assembly: AssemblyFileVersion("0.26.5.0")] \ No newline at end of file +[assembly: AssemblyFileVersion("0.26.6.0")] \ No newline at end of file