Skip to content

Commit

Permalink
release 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alucryd committed Mar 12, 2024
1 parent 81e4150 commit d29ca5d
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
# 0.19.0
- Traits! Makes parts of the code actually reusable
- Add an optional post-conversion check
- Fix importing a couple more bogus DAT files
- Accept ZIP files as input for `import-dats`
- Add a `-u` flag to `import-roms` to skip user prompts
- Add a `-s` flag to `convert-roms` to select systems by name
- Update the `-s` flag in `import-roms` to behave the same as in `convert-roms`
- Add a `-f` flag in `purge-roms` to track and delete foreign files in the ROM directory
- Add a new `export-roms` subcommand
- Add support for WBFS in `export-roms`

# 0.18.0

- Replace `async-std` with `tokio`
Expand All @@ -21,6 +9,16 @@
- Add support for ZSO
- Add optional dependency on bchunk
- Allow filtering games by name in `check-roms`
- Traits! Makes parts of the code actually reusable
- Add an optional post-conversion check
- Fix importing a couple more bogus DAT files
- Accept ZIP files as input for `import-dats`
- Add a `-u` flag to `import-roms` to skip user prompts
- Add a `-s` flag to `convert-roms` to select systems by name
- Update the `-s` flag in `import-roms` to behave the same as in `convert-roms`
- Add a `-f` flag in `purge-roms` to track and delete foreign files in the ROM directory
- Add a new `export-roms` subcommand
- Add support for WBFS in `export-roms`

# 0.17.0

Expand Down

0 comments on commit d29ca5d

Please sign in to comment.