Skip to content

Commit

Permalink
v0.3.0 new options -W, -n, Rust Edition 2021...
Browse files Browse the repository at this point in the history
## [0.3.0] - September 2, 2022

- new: option `-n` and `--list-cores` to list all custom core names in section
  "[cores]" from user configuration, if a game is given too then only matching
  cores to the game will be printed
- new: option `-W` and `--which-command`, similar to `--which` but will print
  complete commandline used to run RetroArch
- changed: option `-o` and `--open-config` will now print path to the config too
- changed: better error message if a game file is not found, pointing to the
  file it was looking for
- bug: annoying error message when game run just fine, now checks for
  "exit status: 0" instead "exit code: 0"
- internal: replaced or updated some backend libraries
- internal: updated code base to Rust Edition to 2021
  • Loading branch information
thingsiplay authored Sep 2, 2022
1 parent 01ea70e commit c3a2de7
Show file tree
Hide file tree
Showing 11 changed files with 476 additions and 255 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# Changelog

Keep track of changes with every release.
Keep track of changes with every release of https://github.com/thingsiplay/enjoy .

## [0.3.0] - September 2, 2022

- new: option `-n` and `--list-cores` to list all custom core names in section
"[cores]" from user configuration, if a game is given too then only matching
cores to the game will be printed
- new: option `-W` and `--which-command`, similar to `--which` but will print
complete commandline used to run RetroArch
- changed: option `-o` and `--open-config` will now print path to the config too
- changed: better error message if a game file is not found, pointing to the
file it was looking for
- bug: annoying error message when game run just fine, now checks for
"exit status: 0" instead "exit code: 0"
- internal: replaced or updated some backend libraries
- internal: updated code base to Rust Edition to 2021

## [0.2.0] - June 8, 2021

Expand Down
Loading

0 comments on commit c3a2de7

Please sign in to comment.