v0.20.0-rc.1
Pre-release
Pre-release
Notes
This release contains a larger refactor for the Linker that separates logic between compilation and loading.
This allows for more supported formats and better separated implementations in the future.
I am not entirely sure whether I accidentally broke some things, so I'll make this a release candidate first.
What's Changed
- feat: improve building IWD and IPak obj containers by @Laupetin in #286
- Add tests for ObjCompiling module by @Laupetin in #330
- tiny mistakes in the filenames of the make scripts by @awsms in #333
- fix: regressions from obj compiling refactor by @Laupetin in #340
- Recover from filesystem exception when dumping by @diamante0018 in #339
- refactor: obj dumping output path by @Laupetin in #341
New Contributors
Full Changelog: v0.19.2...v0.20.0-rc.1