From 4effd709ebadbe3898db504838a124ee77f47038 Mon Sep 17 00:00:00 2001 From: EliteMasterEric Date: Fri, 11 Oct 2024 23:48:19 -0400 Subject: [PATCH] Updated Save data version to indicate new values. --- source/funkin/save/Save.hx | 2 +- source/funkin/save/changelog.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/source/funkin/save/Save.hx b/source/funkin/save/Save.hx index 8403a1a77..0a788a90f 100644 --- a/source/funkin/save/Save.hx +++ b/source/funkin/save/Save.hx @@ -18,7 +18,7 @@ import thx.semver.Version; @:nullSafety class Save { - public static final SAVE_DATA_VERSION:thx.semver.Version = "2.0.4"; + public static final SAVE_DATA_VERSION:thx.semver.Version = "2.0.6"; public static final SAVE_DATA_VERSION_RULE:thx.semver.VersionRule = "2.0.x"; // We load this version's saves from a new save path, to maintain SOME level of backwards compatibility. diff --git a/source/funkin/save/changelog.md b/source/funkin/save/changelog.md index 41d6e68ae..72fb7fc03 100644 --- a/source/funkin/save/changelog.md +++ b/source/funkin/save/changelog.md @@ -5,11 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [2.0.4] - 2024-09-12 -Note to self: Only update to 2.1.0 when migration is needed. +## [2.0.6] - 2024-10-11 ### Added -- `unlocks.charactersSeen:Array` to `Save` -- `unlocks.oldChar:Bool` to `Save` +- `optionsStageEditor` to `Save` for storing user preferences for the stage editor. ## [2.0.5] - 2024-05-21 ### Fixed @@ -17,6 +15,8 @@ Note to self: Only update to 2.1.0 when migration is needed. ## [2.0.4] - 2024-05-21 ### Added +- `unlocks.charactersSeen:Array` to `Save` +- `unlocks.oldChar:Bool` to `Save` - `favoriteSongs:Array` to `Save` ## [2.0.3] - 2024-01-09