Skip to content

Releases: JMBeresford/retrom

retrom-v0.3.1

24 Oct 04:27
Compare
Choose a tag to compare

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

22 Oct 00:00
Compare
Choose a tag to compare

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

21 Oct 23:16
Compare
Choose a tag to compare

Added

  • install_dir macro for custom args

    Now 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

17 Oct 18:06
Compare
Choose a tag to compare

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

17 Oct 05:15
Compare
Choose a tag to compare

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

17 Oct 00:55
Compare
Choose a tag to compare

Added

  • client log file

retrom-v0.2.4

15 Oct 22:41
Compare
Choose a tag to compare

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 a Multiple Content-Disposition error.

retrom-v0.2.3

13 Oct 22:59
Compare
Choose a tag to compare

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

13 Oct 21:40
Compare
Choose a tag to compare

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

11 Oct 20:36
Compare
Choose a tag to compare

Fixed

  • (service) better error logs
  • (web client) use service port defined in config file