From 2f55c20c22c1bcf376a8adfb52e82fad67d3e349 Mon Sep 17 00:00:00 2001 From: soopercool101 Date: Sun, 5 Feb 2023 12:52:39 -0700 Subject: [PATCH] Prep for release --- BrawlCrate/BrawlCrate.csproj | 12 ++++++------ BrawlCrate/Changelog.txt | 19 +++++++++++++++++-- BrawlCrate/Program.cs | 10 +++++----- BrawlLib/BrawlLib.csproj | 10 +++++----- BrawlLib/InternalDocumentation/version.txt | 5 ++++- Updater/Updater.csproj | 6 +++--- 6 files changed, 40 insertions(+), 22 deletions(-) diff --git a/BrawlCrate/BrawlCrate.csproj b/BrawlCrate/BrawlCrate.csproj index cc7d0d681..74d0160c6 100644 --- a/BrawlCrate/BrawlCrate.csproj +++ b/BrawlCrate/BrawlCrate.csproj @@ -19,16 +19,16 @@ 1.0.0.%2a false true - BrawlCrate v0.38 + BrawlCrate v0.39 BrawlCrate This program is provided as-is without any warranty, implied or otherwise. By using this program, the end user agrees to take full responsibility regarding its proper and lawful use. The authors/hosts/distributors cannot be held responsible for any damage resulting in the use of this program, nor can they be held accountable for the manner in which it is used. - Copyright © 2018 - 2022 soopercool101, Simon381, Onium + Copyright © 2018 - 2023 soopercool101, Simon381, Onium BrawlBox Copyright © 2009 - 2019 Bryan Moulton, BlackJax96, libertyernie, Sammi Husky Super Smash Bros. Brawl © 2008 Nintendo and HAL Laboratory - 0.38.0.0 - 0.38.0.0 + 0.39.0.0 + 0.39.0.0 true AnyCPU;x64;x86 Debug;Release;Mono;Canary;Doxygen;Documentation @@ -185,8 +185,8 @@ BrawlCrate.Program - 38.0.0 - soopercool101, Simon381, Onium, Bryan Moulton, BlackJax96, libertyernie, Sammi Husky + 39.0.0 + soopercool101, NuclearNecrosis, Simon381, Onium, Bryan Moulton, BlackJax96, libertyernie, Sammi Husky BrawlCrate OnBuildSuccess diff --git a/BrawlCrate/Changelog.txt b/BrawlCrate/Changelog.txt index 3765b4880..51ea1dad9 100644 --- a/BrawlCrate/Changelog.txt +++ b/BrawlCrate/Changelog.txt @@ -1,6 +1,6 @@ -BrawlCrate - v0.38 -Copyright © 2018 - 2022 soopercool101, Simon381, Onium +BrawlCrate - v0.39 +Copyright © 2018 - 2023 soopercool101, Simon381, Onium BrawlBox © 2009 - 2019 Bryan Moulton, BlackJax96, libertyernie & Sammi Husky https://github.com/soopercool101/BrawlCrate @@ -16,6 +16,21 @@ they be held accountable for the manner in which it is used. |************ BrawlCrate Change Log ************| =============================================== + - BrawlCrate v0.39 - (2/5/2023) + . P+ Knuckles has been added to the default Fighters List + . Add support for importing any filetype to ARCNode + . Subspace BLOC parsing has been greatly improved + - Added support for GEPT, GFT2, GCAT, and GSAV + - Improved parsing for GFG1, GMOT, GNDV + . ADPM: Parse TimeLimitSeconds + . SELB now allows for up to 10 max entries rather than 5 + . Collision Merge function now allows merging multiple collisions at once and appends original collision's name to the object name temporarily + . Fix bug in which Color Smash Import showed as enabled when color_smash.exe is missing + - When color_smash.exe is missing, add a tooltip to explain this to the user + . Fix bug in which TBGC 0x0 would always save as 0 + . Fix bug in which duplicate names in STEX would corrupt the file on save + . Fix bug in which a RELNode could be closed before it fully populated + - BrawlCrate v0.38 - (8/31/2022) . Add support for SSEEX structures (SELC and SELB) - ADSJ Flag3 is now considered a signed byte (useful for SSEEX) diff --git a/BrawlCrate/Program.cs b/BrawlCrate/Program.cs index 98b07d909..ae4bebc8a 100644 --- a/BrawlCrate/Program.cs +++ b/BrawlCrate/Program.cs @@ -32,7 +32,7 @@ internal static class Program /// If this isn't equal to the latest release, it assumes it needs to update. /// MAKE SURE THIS IS ALWAYS PROPERLY UPDATED FOR ANY STABLE RELEASE!!! /// - public static readonly string TagName = "v0.38"; + public static readonly string TagName = "v0.39"; /// /// Shows upon first launch of a given stable release assuming that automated updating is on. @@ -41,10 +41,10 @@ internal static class Program /// assume that the user already saw this with the update prompt. /// public static readonly string UpdateMessage = - @"Updated to BrawlCrate v0.38! Here's what's new in this release: -- Add support for SSEEX structures, as well as various other SSE updates -- Stability improvements for BRSAR -- Fix various bugs + @"Updated to BrawlCrate v0.39! Here's what's new in this release: +- Add Knuckles (P+) to default fighterlist +- Various SSE improvements +- Various bugfixes Full changelog and documentation can be viewed from the help menu."; diff --git a/BrawlLib/BrawlLib.csproj b/BrawlLib/BrawlLib.csproj index 3e73defd8..0f6284c79 100644 --- a/BrawlLib/BrawlLib.csproj +++ b/BrawlLib/BrawlLib.csproj @@ -18,12 +18,12 @@ false true net472 - BrawlCrateLib v0.38 + BrawlCrateLib v0.39 BrawlCrateLib - Copyright © 2018 - 2022 soopercool101, Simon381, Onium + Copyright © 2018 - 2023 soopercool101, NuclearNecrosis, Simon381, Onium BrawlLib Copyright © 2009 - 2019 Bryan Moulton, BlackJax96, libertyernie, Sammi Husky - 0.38.0.0 - 0.38.0.0 + 0.39.0.0 + 0.39.0.0 true AnyCPU;x64;x86 Debug;Release;Mono;Canary @@ -158,7 +158,7 @@ BrawlLib Copyright © 2009 - 2019 Bryan Moulton, BlackJax96, libertyernie, Sammi BrawlCrateLib BrawlCrateLib soopercool101, Simon381, Onium, Bryan Moulton, BlackJax96, libertyernie, Sammi Husky - 38.0.0 + 39.0.0 diff --git a/BrawlLib/InternalDocumentation/version.txt b/BrawlLib/InternalDocumentation/version.txt index dce9651ff..d3284d028 100644 --- a/BrawlLib/InternalDocumentation/version.txt +++ b/BrawlLib/InternalDocumentation/version.txt @@ -1,4 +1,4 @@ -Documentation_v0.38 +Documentation_v0.39 ============================================================= |************ BrawlCrate Documentation Change Log ************| @@ -6,6 +6,9 @@ Documentation_v0.38 Current BrawlCrate Documentation contributors: soopercool101, Syvkal, MarioDox, Pyro, HyperL!nk, Cahalan, Eon, WTails358, RedipsTheCooler, Escope12 + - Documentation v0.39 + . Added module annotations for Pit (Section [1]) + - Documentation v0.38 . Added module annotations for Diddy Kong (Section [1]) . Added module annotations for Lucario (Section [1]) diff --git a/Updater/Updater.csproj b/Updater/Updater.csproj index 57300fd7f..9564b62b7 100644 --- a/Updater/Updater.csproj +++ b/Updater/Updater.csproj @@ -76,11 +76,11 @@ Updater.Program - 0.38.0.0 + 0.39.0.0 soopercool101, Sammi Husky BrawlCrate Updater - 0.38.0.0 - 38.0.0 + 0.39.0.0 + 39.0.0 bin\$(Platform)\$(Configuration)\