mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
change log: change change log
This commit is contained in:
parent
17014b6302
commit
71e1b251b2
1 changed files with 10 additions and 0 deletions
10
CHANGELOG.md
10
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<nlohmann::json>` and `JsonChecker<nlohmann::ordered_json>` 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
|
||||
|
|
Loading…
Reference in a new issue