diff --git a/CHANGELOG.md b/CHANGELOG.md index da91d5133..987ba8250 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,8 @@ Some improvements were also made to the systems sorting functionality. * The Orphaned data cleanup utility removed media files that had the wrong letter case on Windows and macOS (i.e. on case-insensitive filesystems) * Horizontally scrolling text containers sometimes had an incorrect vertical offset +* The application shutdown was not always clean (and was reported as a crash on macOS) +* A regression caused the saturation property to not have any effect on the video stream * The year was incorrect in the systems sorting files for the amiga1200, amiga600, astrocde, coco, kodi, solarus, stv and trs-80 systems * The fmtowns system was incorrectly classified as a console and with the wrong release year in the systems sorting files * Fixed a small memory leak in the application updater diff --git a/README.md b/README.md index 8d806010e..f5dbb1713 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Two themes (Slate and Modern) are bundled with the application, and additional t ## Download -Visit https://es-de.org/ to download the latest ES-DE release or go to the [package registry](https://gitlab.com/es-de/emulationstation-de/-/packages) where you can also find all previous releases. +Visit https://es-de.org/ to download the latest ES-DE release or go to the [package registry](https://gitlab.com/es-de/emulationstation-de/-/packages) where you can also find most previous releases. If you're using a Raspberry Pi or if you run FreeBSD, NetBSD or OpenBSD then you need to compile from source code as no prebuilt packages are provided for these platforms. A detailed build guide is available in [INSTALL.md](INSTALL.md).