This commit is contained in:
Nif 2024-03-17 19:59:59 +00:00
parent 03b64af854
commit fa91d87e2d

View file

@ -13,12 +13,15 @@ let modInfo = {
// Set your version in num and name
let VERSION = {
num: "1.0",
name: "The first release.",
num: "1.1",
name: "Slight Adjustments",
}
let changelog = `<h1>Changelog:</h1><br><br>
<h3>v1.0</h3><br>
<h3>v1.1 Slight Adjustments</h3><br>
- Made all renders of Decimal objects use format()<br>
- Adjusted file costs and filestone 2 effect<br>
<h3>v1.0 First Release</h3><br>
- Added Progress, Super Progress, and File layers.<br>
- Added bars Alpha to Lambda.<br>
- Added ranks Alpha to Zeta.<br>