mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-04 05:35:52 +00:00
-
released this
2024-11-25 00:55:26 +00:00 | 497 commits to master since this release📅 Originally published on GitHub: Mon, 25 Nov 2024 01:36:48 GMT
🏷️ Git tag created: Mon, 25 Nov 2024 00:55:26 GMT- Update Redumper to build 438
- Be smarter about Linq usage
- Add .NET 9 to target frameworks
- Be smarter about some data types
- Consolidate parameter string splitting
- Fix fully matching when multiple matches found
- Remove usages of
this.in more places - Add
skeletonto Redumper CD by default - Add unused "Generic" processor
- Add Track 0/00/A/AA to Generic
- Add IMA extension for floppy disks
- Remove usages of
this.from themes - Fix PIC parser
- Use expanded version of split regex
- Update packages for bugfixes
- Fix minor efficiency issues
- Remove usages of
this.from UI code - Reduce unnecessary use of IEnumerable
- Use List in protection formatting
- Don't preemptively sort protections
- Remove unncessary .NET Framework 4.0 gating
- Improve parameters for default output path
- Replace some uses of Regex.Replace
- Clean up usings after last commit
- Version gate remaining Linq statements
- Cleanup CleanSS check
- Fix PS3 firmware version being omitted
- Don't add trailing spaces to BCA output
- Add support for Redumper Xbox dumps
What's Changed
- Fix fully matching when multiple matches found by @Deterous in https://github.com/SabreTools/MPF/pull/759
- Fix PIC parser by @Deterous in https://github.com/SabreTools/MPF/pull/760
- Improve parameters for default output path by @Deterous in https://github.com/SabreTools/MPF/pull/762
- Cleanup CleanSS check by @Deterous in https://github.com/SabreTools/MPF/pull/763
- Don't add trailing spaces to BCA output by @Deterous in https://github.com/SabreTools/MPF/pull/765
- Add support for Redumper Xbox dumps by @Deterous in https://github.com/SabreTools/MPF/pull/766
Full Changelog: https://github.com/SabreTools/MPF/compare/3.2.3...3.2.4
Downloads