mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-14 11:15:24 -05:00
Updated Save data version to indicate new values.
This commit is contained in:
parent
55c2dabe84
commit
4effd709eb
2 changed files with 5 additions and 5 deletions
|
@ -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.
|
||||
|
|
|
@ -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<String>` 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<String>` to `Save`
|
||||
- `unlocks.oldChar:Bool` to `Save`
|
||||
- `favoriteSongs:Array<String>` to `Save`
|
||||
|
||||
## [2.0.3] - 2024-01-09
|
||||
|
|
Loading…
Reference in a new issue