Install guide
OS | Download |
---|---|
Windows | lovely-x86_64-pc-windows-msvc.zip |
Mac (Arm) | lovely-aarch64-apple-darwin.tar.gz |
Mac (x86) | lovely-x86_64-apple-darwin.tar.gz |
What's Changed
- Refactor, resolve some issues by @english5040 in #51
- Fix unconditional removal of last byte #53 by @dadahsueh in #54
- Update to v0.5.0-beta7 by @ethangreen-dev in #56
- fix: build failure caused by isize, itertools deps by @ethangreen-dev in #57
- Implement better patches by @flakywanderer in #68
- Allow patching games running on LOVE2D 12, or otherwise using luaL_loadbufferx by @tetraminus in #70
- Load modules lazily through package.preload by @flakywanderer in #74
- Add MIT license by @ethangreen-dev in #75
New Contributors
- @dadahsueh made their first contribution in #54
- @flakywanderer made their first contribution in #68
Full Changelog: v0.5.0-beta6...v0.5.0-beta7