@@ -89,10 +89,20 @@ public static void add_v1_4_Changes( ArrayList<ChangeInfo> changeInfos ) {
89
89
changes .hardlight (Window .TITLE_COLOR );
90
90
changeInfos .add (changes );
91
91
92
- changes = new ChangeInfo ("v1.4.2" , false , null );
92
+ changes = new ChangeInfo ("v1.4.3 & v1.4. 2" , false , null );
93
93
changes .hardlight (Window .TITLE_COLOR );
94
94
changeInfos .add (changes );
95
95
96
+ changes .addButton (new ChangeButton (new Image (Assets .Sprites .SPINNER , 144 , 0 , 16 , 16 ), Messages .get (ChangesScene .class , "bugfixes" ) + " v1.4.3" ,
97
+ "Fixed (caused by v1.4.2)\n " +
98
+ "_-_ Crashes with bright fist and shock elemental\n " +
99
+ "_-_ Rare crashes caused by spectral necromancers\n \n " +
100
+ "Fixed (existed prior to v1.4)\n " +
101
+ "_-_ Various rare audiovisual errors\n " +
102
+ "_-_ Rare crashes with radial inventory selector\n " +
103
+ "_-_ Boss health bar not appearing in rare cases\n " +
104
+ "_-_ Buff icons sometimes going outside of character info windows" ));
105
+
96
106
changes .addButton (new ChangeButton (Icons .get (Icons .BUFFS ), "Balance Tweaks" ,
97
107
"I've made a few balance tweaks to things that were added/changed in v1.4.0:\n \n " +
98
108
"_- Sandals of Nature_ energy costs reduced by 20%\n " +
@@ -111,7 +121,7 @@ public static void add_v1_4_Changes( ArrayList<ChangeInfo> changeInfos ) {
111
121
"_-_ The sandals of nature now include the name of the most recently fed seed in their description\n \n " +
112
122
"_-_ Updated translations and translator credits" ));
113
123
114
- changes .addButton (new ChangeButton (new Image (Assets .Sprites .SPINNER , 144 , 0 , 16 , 16 ), Messages .get (ChangesScene .class , "bugfixes" ),
124
+ changes .addButton (new ChangeButton (new Image (Assets .Sprites .SPINNER , 144 , 0 , 16 , 16 ), Messages .get (ChangesScene .class , "bugfixes" ) + " v1.4.2" ,
115
125
"Fixed (caused by v1.4)\n " +
116
126
"_-_ Various rare crash bugs\n " +
117
127
"_-_ Various errors and inconsistencies with trampling hero's own position\n \n " +
0 commit comments