changelog + bump to v4.0.6

This commit is contained in:
HJfod 2022-10-14 22:13:10 +03:00 committed by mat
parent 150e1b509b
commit 50cdc3f77d
2 changed files with 10 additions and 1 deletions

View file

@ -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>`

View file

@ -1 +1 @@
0.4.5
0.4.6