Skip to content
This repository was archived by the owner on May 18, 2023. It is now read-only.

Commit 597926b

Browse files
committed
Prep for Hotfix Release
1 parent ae8f75a commit 597926b

File tree

7 files changed

+13
-21
lines changed

7 files changed

+13
-21
lines changed

BrawlCrate/Changelog.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
BrawlCrate - v0.23 Hotfix 2
2+
BrawlCrate - v0.24 Hotfix 1
33
Copyright © 2018 - 2019 soopercool101, MarioDox, Syvkal
44
BrawlBox © 2009 - 2019 Bryan Moulton, BlackJax96, libertyernie & Sammi Husky
55

@@ -16,6 +16,9 @@ they be held accountable for the manner in which it is used.
1616
|************ BrawlCrate Change Log ************|
1717
===============================================
1818

19+
- BrawlCrate v0.24 Hotfix 1 - (3/21/2019)
20+
. Fixes bug in which installation paths with spaces would always fail Color Smashing
21+
1922
- BrawlCrate v0.24 - (3/21/2019)
2023
. ArcEntry Groups are now reflected in the node name for all automatically named ArcEntries
2124
. Redirect Nodes now redirect to a specific node, rather than a static index (helps prevent Redirect corruption)

BrawlCrate/Program.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,14 @@ namespace BrawlCrate
1616
static class Program
1717
{
1818
//Make sure this matches the tag name of the release on github exactly
19-
public static readonly string TagName = "BrawlCrate_v0.24";
20-
public static readonly string UpdateMessage = @"Updated to BrawlCrate v0.24! This release:
19+
public static readonly string TagName = "BrawlCrate_v0.24Hotfix1";
20+
public static readonly string UpdateMessage = @"Updated to BrawlCrate v0.24 Hotfix 1! This release:
2121
- Redirect Nodes now display more information, and now will redirect to a static node rather than a static index to prevent corruption
2222
- Can now add Redirect Nodes to an ARC
2323
- Texture Renderer is now more Brawl-accurate
2424
- ARCEntry Groups now display more information
2525
- Fix bugs in which Color Smash wouldn't work under common circumstances
26+
- (Hotfix 1) Fixes bug in which Color Smash would never work if your installation path for BrawlCrate had a space in it
2627
2728
Full changelog can be found in the installation folder: " + '\n' + AppDomain.CurrentDomain.BaseDirectory + "Changelog.txt";
2829

BrawlCrate/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@
5151
// by using the '*' as shown below:
5252
// [assembly: AssemblyVersion("1.0.*")]
5353
[assembly: AssemblyVersion("0.24.*")]
54-
[assembly: AssemblyFileVersion("0.24.0.0")]
54+
[assembly: AssemblyFileVersion("0.24.1.0")]

BrawlLib/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// General Information about an assembly is controlled through the following
55
// set of attributes. Change these attribute values to modify the information
66
// associated with an assembly.
7-
[assembly: AssemblyTitle("BrawlCrateLib v0.24")]
7+
[assembly: AssemblyTitle("BrawlCrateLib v0.24.1")]
88
[assembly: AssemblyDescription("")]
99
[assembly: AssemblyConfiguration("")]
1010
[assembly: AssemblyCompany("BrawlCrate")]
@@ -36,4 +36,4 @@
3636
// by using the '*' as shown below:
3737
// [assembly: AssemblyVersion("1.0.*")]
3838
[assembly: AssemblyVersion("0.24.*")]
39-
[assembly: AssemblyFileVersion("0.24.0.0")]
39+
[assembly: AssemblyFileVersion("0.24.1.0")]

CanaryBuild/Canary

-7.25 KB
Binary file not shown.

ColorSmash/Cargo.lock

Lines changed: 2 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ColorSmash/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "color_smash"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
authors = ["soopercool101 <[email protected]>, Peter Hatch <[email protected]>"]
55

66
[dependencies]

0 commit comments

Comments
 (0)