mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-03-22 12:55:13 -04:00
1.4 KiB
1.4 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[2.1.0] - 2024-10-18
This version introduces changes to save data loading in order to improve compatibility with older versions.
Changed
optionsStageEditor.theme
converted from an Enum to a String to fix save data compatibility issues.- In the future, Enum values should not be used in order to prevent incompatibilities caused by introducing new types to the save data that older versions cannot parse.
optionsChartEditor.theme
converted from an Enum to a String to fix save data compatibility issues.optionsChartEditor.chartEditorLiveInputStyle
converted from an Enum to a String to fix save data compatibility issues.
[2.0.6] - 2024-10-11
Added
optionsStageEditor
toSave
for storing user preferences for the stage editor.
[2.0.5] - 2024-05-21
Fixed
- Resolved an issue where HTML5 wouldn't store the semantic version properly, causing the game to fail to load the save.
[2.0.4] - 2024-05-21
Added
unlocks.charactersSeen:Array<String>
toSave
unlocks.oldChar:Bool
toSave
favoriteSongs:Array<String>
toSave
[2.0.3] - 2024-01-09
Added
inputOffset:Float
toSongDataOptions
audioVisualOffset:Float
toSongDataOptions