v1.5.1 (8/04/2022):
- Added monster and encounter information from the Woodland Path expansion as well as the previous
Kelp Bed expansion.
v1.5.0 (7/13/2022):
- This update is a complete refactor of the algorithm to use JS classes instead. This should make
it easier to debug and add functionality later.
v1.4.1 (6/11/2022):
- Added a link back to Flight Rising on the main page to comply with the FR's new guidelines on external sites.
v1.4.0 (8/30/2021):
- Created a test suite for the tool's code, which should enable fast error detection.
The average user won't need to care about the test suite, but it will allow me to release
updates quicker and with less bugs.
- Fixed some typos in the monster data preventing some monsters from being loaded properly.
v1.3.2 (8/26/2021):
- Refactored event handling for broader browser compatibility.
v1.3.1 (8/24/2021):
- Fixed Kelpie stats and added missing Mire encounters.
v1.3.0 (8/23/2021):
- Updated Mire monster and encounter data.
- (Note: The tool is most likely missing a few encounters; they will be added in the next week or so)
v1.2.0 (4/27/2021):
- Updated Sandswept Delta monster and encounter data.
v1.1.0 (4/14/2021):
- Added an "about" page with an explanation about the tool and links to some other useful tools.
v1.0.0 (1/13/2021):
- Added CSS styling to the tool! It should now be much nicer to look at and more straightforward
to use.
- Cut off number of turns at 50 to prevent the tool from freezing up
v0.4.0 (12/27/2020):
- Added monster and encounter data for all remaining venues (excludes Night of the Nocturne
data).
- Fixed a bug in the monster/encounter selection interface that occasionally prevented
the monster lists from being updated.
v0.3.0 (12/22/2020):
- Implemented the ability to add whole encounters at once.
- Added encounter data for venues that already have monster data.
- Made a few aesthetic improvements.
- Added some documentation to the HTML and Javascript code for those coding-minded
folks who are curious about the tool's internal logic.
v0.2.1 (12/15/2020):
- Added monster data for Sandswept Delta, Forgotten Cave, and Blooming Grove.
v0.2.0 (12/13/2020):
- Added the ability to load in monsters based on their Coli stats.
- Added data for monsters from the first three Coli venues. (Special thanks
CrystalDragon14
for providing this data!)
- Fixed a bug that sorted tied combatants out of order.
v0.1.1 (12/12/2020):
- Fixed a bug that gave slow combatants extra turns.