diff --git a/.gitignore b/.gitignore index 014665d..a9fd7aa 100644 --- a/.gitignore +++ b/.gitignore @@ -51,3 +51,9 @@ # clangd .cache/ + +# CLion +/cmake-build-debug/ +/cmake-build-minsizerel/ +/cmake-build-release/ +/cmake-build-relwithdebinfo/ \ No newline at end of file diff --git a/changelog.md b/changelog.md index 81149d1..8f27974 100644 --- a/changelog.md +++ b/changelog.md @@ -22,10 +22,13 @@ * Bump Geode to v3.0.0-beta.1 ## v1.11.0 - * Add IDs for all the EditButtonBars in EditorUI as well as for the edit buttons (move, rotate, etc.) +* Add IDs for all the EditButtonBars in EditorUI as well as for the edit buttons (move, rotate, etc.) + +## v1.10.2 +* Rebuild the mod against updated bindings to fix macOS crashes ## v1.10.1 - * Temporarily remove LevelListLayer IDs as there were no layouts which will need to be added due to API breaks +* Temporarily remove LevelListLayer IDs as there were no layouts which will need to be added due to API breaks ## v1.10.0 * Added CustomSongWidget (thanks @Fleeym) diff --git a/mod.json b/mod.json index 6a14a14..70daf35 100644 --- a/mod.json +++ b/mod.json @@ -4,7 +4,7 @@ "win": "2.206", "android": "2.206", "mac": "2.206", - "ios": "2.205" + "ios": "2.206" }, "version": "v1.13.2", "id": "geode.node-ids", @@ -14,6 +14,6 @@ "repository": "https://github.com/geode-sdk/NodeIDs", "issues": { "url": "https://github.com/geode-sdk/NodeIDs/issues", - "info": "If you encounter an issue related to node id mismatches, please report it to the GitHub issues page." + "info": "If you encounter an issue related to node ID mismatches, please report it to the GitHub issues page." } }