Skip to content

Commit

Permalink
Merge pull request #27 from zurdi15/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
zurdi15 authored Mar 28, 2023
2 parents ccc06f2 + 1a41dca commit 671b65f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- Dreamcast support (https://github.com/zurdi15/romm#platforms-support)

## Changed
- SQLite is now the database by default if ROMM_DB_DRIVER is not set
- SQLite is now the database by default if ROMM_DB_DRIVER is not set. Check [docker-compos.example.yml](https://github.com/zurdi15/romm/blob/master/docker/docker-compose.example.yml)
- Platforms and games are now shown by alphabetical order

<br>
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ For now, it is only available as a docker [image](https://hub.docker.com/r/zurdi
* Possibility to select one of the matching IGDB results if the scan doesn't get the right one
* Download games directly from your web-browser
* Edit your game files directly from your web-browser
* Works with SQLite or MaridDB (SQLite by default)
* Responsive design
* Light and dark theme

Expand All @@ -25,7 +26,6 @@ For now, it is only available as a docker [image](https://hub.docker.com/r/zurdi
* Set a custom cover for each game
* Upload games directly from your web-browser
* Manage save files directly from your web-browser
* SQLite compatible as default database if mariadb is not set

# Prerequisites

Expand Down Expand Up @@ -130,3 +130,7 @@ The following table shows how to name your platforms folders in order to get the
## Troubleshoot

After the first installation, sometimes the RomM container can have problems connecting with the database. Restarting the RomM container may solve the problem.

## References

Complete [changelog](https://github.com/zurdi15/romm/blob/master/CHANGELOG.md)

0 comments on commit 671b65f

Please sign in to comment.