Funkin/source/funkin/save/changelog.md
2024-10-18 19:11:27 -04:00

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 to Save 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> to Save
  • unlocks.oldChar:Bool to Save
  • favoriteSongs:Array<String> to Save

[2.0.3] - 2024-01-09

Added

  • inputOffset:Float to SongDataOptions
  • audioVisualOffset:Float to SongDataOptions