Release Highlights
Fixed inconsistency with zip --overwrite
Previously, if a zip file of the same name already existed in the output directory and it had the expected files inside of it, then the file was not overwritten even when --overwrite
was specified. Now all zip files will be newly created when --overwrite
is specified.
Reduced output cleaning memory usage
There was an issue with running out of memory while cleaning a very large ROM collection (100+ consoles, 25,000+ ROMs, etc.). This should be fixed.
All changes
29 January 2023 - 2dc1dcf
- v1.0.2 (#247)
29 January 2023 - 666ab5d
- Fix: limit OutputCleaner memory usage (#246)
29 January 2023 - 62a860c
- Fix: re-generate fizzbuzz.7z fixture (#245)
29 January 2023 - 4be86c9
- Fix: always overwrite zip if requested (#244)
29 January 2023 - 41c0aad
- Chore: update lockfile (#227)
29 January 2023 - acbc5b4
- Chore: update dependency eslint-plugin-simple-import-sort to v9 (#235)
29 January 2023 - 07e7eac
- Chore: update Jest (#229)
28 January 2023 - 9b5339f
- Chore: update dependencies (#228)
28 January 2023 - 6746eee
- Chore: update dev dependencies (#226)