From 71e1b251b2d72b4d3c3dc505e01eb6523637b70f Mon Sep 17 00:00:00 2001 From: HJfod <60038575+HJfod@users.noreply.github.com> Date: Sun, 23 Oct 2022 18:01:42 +0300 Subject: [PATCH] change log: change change log --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index efae4031..895306c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Geode Changelog +## v0.6.1 + - Add `geode::cocos::switchToScene` utility for easily switching to a layer with the default fade transition + - Add `Mod::getPackagePath` as a replacement for `Mod::getPath` + - Add `geode/config` directory as a standardized place for mods to add their config files + - Add `Mod::getConfigDir` for getting a mods' config directory + - Add open config directory button to mods with a config directory + - Add open save directory button to mods' settings popup + - Removed deprecation from `Result` (it still will be replaced in v1.0.0, we just got tired of the warnings) + - `JsonChecker` and `JsonChecker` are now defined in-source as exported symbols to speed up compilation times + ## v0.6.0 - Mod resource loading has been reworked again, with the intent of adding support for texture pack loaders