Skip to content

v0.2.2

Compare
Choose a tag to compare
@emmercm emmercm released this 14 Oct 04:13
· 1078 commits to main since this release
bbcb52c

Release Highlights

Output report format changed to CSV

CSVs are much easier to open in your spreadsheet editor of choice and filter to your heart's content. The report now includes found ROMs in addition to missing ROMs, as well as other information from DATs.

Minor fixes & updates

  • CTRL-C should now exit the program as expected
  • Zip file handles are now properly closed after enumerating contents
  • The progress bar ETA formula was updated to be smoother

All changes

14 October 2022 - bbcb52c - v0.2.2 (#121)
14 October 2022 - 71a63e9 - Chore: add issue templates (#119)
14 October 2022 - f27ec79 - Feature: support SMC headers (#118)
10 October 2022 - 9fb39c2 - Update: Renovate config (#115)
10 October 2022 - a709656 - Update: README (#107)
10 October 2022 - c645522 - Update: Renovate config (#108)
10 October 2022 - 25345a9 - Feature: group games with multiple ROMs by game name (#111)
10 October 2022 - 9c288c5 - Chore: increase test coverage (#112)
10 October 2022 - 9a71c31 - Feature: add ROM filenames to report CSV (#110)
10 October 2022 - fff8c44 - Chore: add WebStorm run configuration templates (#109)
10 October 2022 - def33f4 - Chore: update dev dependencies (#103)
10 October 2022 - dc2e4eb - Chore: update Jest (#83)
9 October 2022 - 581d150 - Refactor: embed input and output files in ReleaseCandidate (#102)
9 October 2022 - 40c9075 - Chore: update dependencies (#80)
8 October 2022 - 621c0b3 - Refactor: cleanup test temp file code (#105)
8 October 2022 - 8c69324 - Fix: close zip after reading entry (#106)
8 October 2022 - a5a3a1e - Refactor: cleanup zip writing code (#104)
3 October 2022 - 1331c25 - Refactor: remove non-null assertion operators (#100)
2 October 2022 - 2eea809 - Feature: change output report format to CSV (#98)
2 October 2022 - b2ad6ce - Feature: use linear regression for progress bar ETA calculation (#97)
2 October 2022 - 565299c - Fix: CTRL-C not exiting (#96)
2 October 2022 - c7ad90e - Chore: update lockfile (#84)
2 October 2022 - 058fa2f - Chore: update dev dependencies (#81)
2 October 2022 - da848b8 - Chore: update dependency typescript to v4.8.4 (#88)
1 October 2022 - 427ae91 - Refactor: use an async factory function for file instantiation (#95)
1 October 2022 - 74802e4 - Refactor: update README on version bump, not every coommit (#94)
1 October 2022 - 5922da3 - Feature: update progress bar ETA calculation formula (#92)