Skip to content

retrom-v0.7.0

Compare
Choose a tag to compare
@JMBeresford JMBeresford released this 23 Jan 02:27
· 77 commits to main since this release

Bug Fixes

  • (docker) create DB dir

    The directory for the embedded database in the retrom
    Docker container has changed from /app/data to /app/data/db.

    For those using the embedded DB ( i.e. not using an external PostgreSQL
    DB ), you may notice that your data is missing. Follow the
    migration guide
    in order to retain your existing data

  • manual metadata edit

    The manual metadata edit modal now properly updates
    the game metadata with valid changes.

    fixes #230

  • display empty platform entries

  • default to filename in IGDB search

    fixes #231

  • (file-explorer) allow navigating to root

    The file explorer will now allow you to navigate to
    the root directory

Newly Added

  • delete platform entries

    You can now delete platform entries from the client

    resolves #101