mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
changelog + bump to v4.0.6
This commit is contained in:
parent
150e1b509b
commit
50cdc3f77d
2 changed files with 10 additions and 1 deletions
|
@ -1,5 +1,14 @@
|
|||
# Geode Changelog
|
||||
|
||||
## v0.4.6
|
||||
- Automatically checks & downloads loader resources if they are missing / corrupt on startup
|
||||
- CMake rework; `GeodeFile.cmake` now checks and verifies CLI version
|
||||
- Add optional `DONT_INSTALL` parameter to `create_geode_file`
|
||||
- Test mods are now no longer automatically installed
|
||||
- Add `package_geode_resources_now` command for packaging resources at configure time and creating a header with their calculated hashes
|
||||
- Fix `getSceneDelegate`
|
||||
- Change `CCArrayExt` to use `Ref`
|
||||
|
||||
## v0.4.5
|
||||
|
||||
- Rework bindings and codegen to improve compile times, now individual bindings can be included with `<Geode/binding/{ClassName}.hpp>`
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
0.4.5
|
||||
0.4.6
|
Loading…
Reference in a new issue