Skip to content

Releases: philipp-eisen/DuckGameRebuilt-macos

v1.4.7-macos.8

25 Feb 19:35
9f492d6

Choose a tag to compare

Enable HIDAPI joystick driver to reduce Bluetooth controller input latency

v1.4.7-macos.7

24 Feb 11:09
bbaabf9

Choose a tag to compare

Add x64 (Intel) macOS build

v1.4.7-macos.6

23 Feb 10:30

Choose a tag to compare

Highlights

  • macOS builds now run on Mono instead of native .NET runtime packaging, keeping the runtime model aligned with existing mod compatibility expectations.
  • Added shell-based macOS release tooling for app packaging, signing, notarization, and DMG creation.
  • Added/updated macOS release automation to produce notarized DMGs for both arm64 and amd64.

Notes

  • This release focuses on macOS packaging/runtime pipeline updates; gameplay code changes are minimal.

v1.4.7-macos.5

22 Feb 19:21

Choose a tag to compare

Fix macOS app startup writes in read-only bundle

v1.4.7-macos.4

18 Feb 17:36
baf20f4

Choose a tag to compare

Fixes in this release

  • Improve .NET 8 mod loading on macOS, including safer no-recompilation fallback paths.
  • Fix Rebuilder startup/path handling on macOS.
  • Guard problematic module-initializer assembly-resolve hooks so certain mods stop failing during load.
  • Fix mod error viewer opening on macOS so showing mod errors no longer crashes the game.
  • Update remap cache key so rebuilt mod caches refresh after loader changes.

GitHub Actions will build/sign/notarize macOS artifacts for arm64 and x64 and attach DMGs to this release.

v1.4.7-macos.3

17 Feb 23:37
59c17e4

Choose a tag to compare

Fixes in this release

  • Fix .NET 8 music loading by replacing legacy x86-only Vorbis dependency with a compatible NVorbis package.
  • Restore non-Linux OGG decode path on .NET 8 via a direct NVorbis WaveStream adapter.

GitHub Actions will build/sign/notarize macOS artifacts for arm64 and x64 and attach DMGs to this release.

v1.4.7-macos.2

17 Feb 14:39
7466de9

Choose a tag to compare

Add osx-x64 build target with cross-compiled native libs

v1.4.7-macos.1

16 Feb 18:56
b983f2a

Choose a tag to compare

Update README