Skip to content

v0.7.35

Choose a tag to compare

@JMBeresford JMBeresford released this 31 Aug 19:59
· 249 commits to main since this release

Bug Fixes

  • embedded DB failing to start

    More cases in which the embedded DB server failed
    to start have been addressed. Specifically, if the
    server is not gracefully shutdown Retrom will now
    attempt to clean up the environment when it is next
    brought back up which should address many of these
    failures.

    fixes #391

Newly Added

  • (docker) Redirect root path to /web

    When navigating to your Retrom server in the browser,
    the root path (e.g. localhost:5101/ or retrom.my-website.com/)
    will now redirect to the web client at /web (e.g. localhost:5101/web
    or retrom.my-website.com/web).