This repository was archived by the owner on May 18, 2023. It is now read-only.
Commit 4e8bac1 1 parent 4cc7b82 commit 4e8bac1 Copy full SHA for 4e8bac1
File tree 6 files changed +13
-7
lines changed
6 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 1
1
2
- BrawlCrate - v0.17 Hotfix 2
2
+ BrawlCrate - v0.17 Hotfix 3
3
3
Copyright © 2018 soopercool101, MarioDox, Syvkal
4
4
BrawlBox © 2009 - 2018 Bryan Moulton, BlackJax96, libertyernie & Sammi Husky
5
5
@@ -16,6 +16,11 @@ they be held accountable for the manner in which it is used.
16
16
|************ BrawlCrate Change Log ************|
17
17
===============================================
18
18
19
+ - BrawlCrate v0.17 Hotfix 3 - (11/26/2018)
20
+ . Fixes bug where systems with high DPI scaling settings would have window resizes when viewing models
21
+ . Fixes bug in which switching to Canary and switching back could cause Canary to be enabled again when updating the stable build
22
+ . Various Canary quality of life improvements
23
+
19
24
- BrawlCrate v0.17 Hotfix 2 - (11/25/2018)
20
25
. Fixes bug in which hex viewing being active would crash the program on BRSTM creation
21
26
Original file line number Diff line number Diff line change @@ -16,14 +16,15 @@ namespace BrawlCrate
16
16
static class Program
17
17
{
18
18
//Make sure this matches the tag name of the release on github exactly
19
- public static readonly string TagName = "BrawlCrate_v0.17Hotfix2 " ;
19
+ public static readonly string TagName = "BrawlCrate_v0.17Hotfix3 " ;
20
20
public static readonly string UpdateMessage = "Updated to BrawlCrate v0.17 Hotfix 2! This release:\n " +
21
21
"\n - Adds a fancy new splash screen on boot" +
22
22
"\n - Allows switching to the BrawlCrate Canary update track (check the settings if interested)" +
23
23
"\n - Updates various aspects of the Model Viewer backend, improving performance" +
24
24
"\n - Fixes various bugs and improves performance with the updater" +
25
25
"\n - (Hotfix 1) Fixes crashes when viewing hex on older versions of Windows" +
26
26
"\n - (Hotfix 2) Fixes hex viewer crash on BRSTM creation" +
27
+ "\n - (Hotfix 3) Fixes DPI resize when viewing models" +
27
28
"\n \n Full changelog can be found in the installation folder:\n " + AppDomain . CurrentDomain . BaseDirectory + "Changelog.txt" ;
28
29
29
30
public static readonly string AssemblyTitle ;
Original file line number Diff line number Diff line change 16
16
[ assembly: AssemblyConfiguration ( "" ) ]
17
17
[ assembly: AssemblyCompany ( "BrawlCrate" ) ]
18
18
[ assembly: AssemblyProduct ( "BrawlCrate" ) ]
19
- [ assembly: AssemblyCopyright ( @"Copyright © 2018 soopercool101, MarioDox
19
+ [ assembly: AssemblyCopyright ( @"Copyright © 2018 soopercool101, MarioDox, Syvkal
20
20
BrawlBox © 2009 - 2018 Bryan Moulton, BlackJax96, libertyernie && Sammi Husky
21
21
Super Smash Bros. Brawl © 2008 Nintendo and HAL Laboratory" ) ]
22
22
[ assembly: AssemblyTrademark ( @"Characters are copyrighted by the following:
45
45
// by using the '*' as shown below:
46
46
// [assembly: AssemblyVersion("1.0.*")]
47
47
[ assembly: AssemblyVersion ( "0.17.*" ) ]
48
- [ assembly: AssemblyFileVersion ( "0.17.2 .0" ) ]
48
+ [ assembly: AssemblyFileVersion ( "0.17.3 .0" ) ]
Original file line number Diff line number Diff line change 36
36
// by using the '*' as shown below:
37
37
// [assembly: AssemblyVersion("1.0.*")]
38
38
[ assembly: AssemblyVersion ( "0.17.*" ) ]
39
- [ assembly: AssemblyFileVersion ( "0.17.2 .0" ) ]
39
+ [ assembly: AssemblyFileVersion ( "0.17.3 .0" ) ]
Original file line number Diff line number Diff line change 35
35
// You can specify all the values or you can default the Build and Revision Numbers
36
36
// by using the '*' as shown below:
37
37
// [assembly: AssemblyVersion("1.0.*")]
38
- [ assembly: AssemblyVersion ( "10.1 .0.0" ) ]
39
- [ assembly: AssemblyFileVersion ( "10.1 .0.0" ) ]
38
+ [ assembly: AssemblyVersion ( "17.3 .0.0" ) ]
39
+ [ assembly: AssemblyFileVersion ( "17.3 .0.0" ) ]
You can’t perform that action at this time.
0 commit comments