Skip to content

Commit 016b09d

Browse files
committed
I _think_ I know what I'm doing
1 parent e5afebb commit 016b09d

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

FF1Blazorizer/Pages/WhatsNew.razor

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
@page "/WhatsNew"
22
<div class="content px-4 tinted">
33
<div class="nes-container is-dark col-xs-12">
4-
<h1><a href="https://4-8-7.finalfantasyrandomizer.com">Version 4.8.7</a></h1>
4+
<h1><a href="https://4-9-0.finalfantasyrandomizer.com">Version 4.9.0</a></h1>
55
<h2>New Features</h2>
66
<ul>
77
<li>Add more Fiend tile setups for Short ToFR.</li>
88
<li>Added TriState Flag Output.</li>
9-
<li>Add Adjust Redmage Hit%.</li>
10-
<li>Lefien Shortcut added.</li>
9+
<li>Add Adjust RedMage Hit%.</li>
10+
<li>Lefein Shortcut added.</li>
1111
<li>Fountain Fun% added.</li>
1212
<li>Magic Stores Menuing QoL added.</li>
1313
<li>Resource Packs can support new NPC sprites.</li>
14+
<li>Treasure Chests have a different appearance once they have been opened.</li>
1415
</ul>
1516
<h2>Updates</h2>
1617
<ul>
@@ -28,7 +29,7 @@
2829
<li>Fix LiftOff not getting called in logic when AIRBOAT + FREEAIRSHIP + FREESHIP.</li>
2930
<li>Fix Custom Map domain import bug.</li>
3031
<li>Fix Relocate Chest tile validation bug.</li>
31-
<li>NoOveworld Fixes.</li>
32+
<li>NoOverworld Fixes.</li>
3233
<li>Fix Deep Dungeon Archipelago bugs.</li>
3334
<li>Fix Sanity npc requirements overwriting tile requirement.</li>
3435
<li>Fix infinite loop in shop shuffling.</li>

FF1Lib/FFRVersion.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// THIS FILE IS UPDATED DURING THE BUILD AND DEPLOY. DO NOT EDIT UNLESS YOU KNOW WHAT YOU ARE DOING.
44
public static class FFRVersion
55
{
6-
public static readonly string Version = "4.8.7";
6+
public static readonly string Version = "4.9.0";
77
public static readonly string Sha = "SHA";
88
public static readonly string Branch = "BRANCH";
99
public static readonly string MasterBranch = "master";

0 commit comments

Comments
 (0)