diff --git a/.github/workflows/multi-platform.yml b/.github/workflows/multi-platform.yml index a33e119..3435154 100644 --- a/.github/workflows/multi-platform.yml +++ b/.github/workflows/multi-platform.yml @@ -36,8 +36,11 @@ jobs: uses: geode-sdk/build-geode-mod@main with: # cli: "v3.0.0" # not sure why this is here --raydeeux - bindings: RayDeeUx/bindings # comment this out to use geode-sdk/bindings - bindings-ref: i-know-this-is-behind-but-i-need-it-for-menulooprandomizer # comment this out to use default branch + # export-pdb: true # [vscode] comment this out (and the line above!) to Release mode + # sdk: nightly # [vscode] comment this out to use stable Geode SDK version + # bindings: RayDeeUx/bindings # comment this out to use geode-sdk/bindings + # bindings-ref: menulooprandomizer # comment this out to use default branch + # build-config: RelWithDebInfo # [vscode] comment this out (and the line below!) to Release mode combine: true target: ${{ matrix.config.target }} diff --git a/changelog.md b/changelog.md index 5a686da..4eafb3c 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,7 @@ # v1.4.0 - Added setting to choose font for "Now Playing" notifications - Added an extra child folder in the mod's config directory for enabling/disabling menuloops easily +- Hopefully fix the mistake where macOS ARM support wasn't added the first time in v1.3.0 # v1.3.0 - Added macOS support (thx [ninxout](https://github.com/ninXout), [raydeeux](https://github.com/RayDeeUx), and [hiimjustin000](https://github.com/hiimjustin000)) - Added support for `.wav`, `.ogg`/`.oga`, and `.flac` files for custom songs