Releases: JMBeresford/retrom
retrom-v0.3.1
Fixes
-
sub-directories in game files
Any sub-directories in a MultiFileGame's directory is now properly
scanned and added to the game's file list. Installing such games from
the desktop client now works as expected, as does downloading them from
the web client. -
UI Tweaks
Updated changlog to look more prettier
New
-
allow deleted games to be re-imported
Now when deleting a game, blacklisting it from future library scans is
optional. This is useful for games that have malformed data and need to
be reset completely.
retrom-v0.3.0
Added
-
[breaking] shared emulator profiles
Emulators are no longer scoped to a single client. Any per-client
configuration is now distinct from the emulators -- and, by extension,
their profiles -- themselves. This means that profiles can now be used
across clients!
retrom-v0.2.8
Added
-
install_dir
macro for custom argsNow you can use the
install_dir
macro in your profile's custom args to
specify the installation directory for the game. This will allow you
launch multi-file games with emulators that require a directory of
files ( e.g. RPCS3 ).
retrom-v0.2.7
Fixed
-
installed games filenames
Installing games now properly omit's any quotes that wrap the filename,
fixing the issue where games could not be installed on windows.Additionally, filenames now no longer strip the file extension.
retrom-v0.2.6
Fixed
-
creating log file
Retrom now checks to make sure the log directory exists before
trying to create a log file. It also places the log file in the
OS-specific idiomatic location for log files.
retrom-v0.2.5
Added
- client log file
retrom-v0.2.4
Fixed
-
(Web Client) Fix downloading games w/ commas in name
Downloading games with commas in the file name now works as expected,
rather than failing with aMultiple Content-Disposition
error.
retrom-v0.2.3
Fixed
-
emulator save strategy dropdown
The dropdown will now properly reset the rendered value when an emulator
is added. -
(client) indent changelog bodies
retrom-v0.2.2
Fixed
-
(client) render new version number correctly
The new version number in the update modal will now be rendered correctly,
rather than render[object Object]
.
retrom-v0.2.1
Fixed
- (service) better error logs
- (web client) use service port defined in config file