What's Changed
- Add mac support by @tetraminus in #2
Not yet released - requires more testing and implementation work. This is however an important first step. - Change DLL proxy to
version.dll
by @ethangreen-dev in #3
This fix is required to ensure lovely is loaded by the upcoming Balatro release, which includes a newer build of Love2D. - Fix panic caused by invalid utf8 log msg in Lua print hook by @ethangreen-dev in #4
Fixes an edge-case panic caused by lossless UTF-8 conversion of log messages across Lua FFI withinsys::override_print
.
New Contributors
- @tetraminus made their first contribution in #2
Full Changelog: v0.3.1...v0.4.0