Updated the development documentation for 1.3.0-alpha

Also added a link to the Linux AUR to README.md
This commit is contained in:
Leon Styhre 2021-12-29 17:22:18 +01:00
parent 2bb5d0c164
commit cae560bdfe
6 changed files with 25 additions and 13 deletions

View file

@ -2,6 +2,16 @@
[[_TOC_]]
## Version 1.3.0 (in development)
**Release date:** TBD
### Release overview
### Detailed list of changes
### Bug fixes
## Version 1.2.0
**Release date:** 2021-12-28

View file

@ -73,6 +73,7 @@ The roadmap is under constant review so expect it to change from time to time. S
* Add scraping of game manuals and maps and create a viewer for these (with PDF, GIF, JPG and PNG support)
* Scrollbar component for the gamelist view which can be used by the themes
* Web proxy support for the scraper
* RetroAchievements.org integration
* Add "time played" counter per game, similar to how it works in Steam
* Improve multi-threading

View file

@ -1,4 +1,4 @@
# EmulationStation Desktop Edition (ES-DE) v1.2 (development version) - Building and advanced configuration
# EmulationStation Desktop Edition (ES-DE) v1.3 (development version) - Building and advanced configuration
**Note:** This is a quite technical document intended for those that are interested in compiling ES-DE from source code, or would like to customize the configuration. If you just want to start using the software, check out [USERGUIDE-DEV.md](USERGUIDE-DEV.md) instead.

View file

@ -41,12 +41,13 @@ If using a Mac with an M1 processor you need to install the x86 version of Retro
The latest version is 1.2.0 (released 2021-12-28)
| Package | Operating systems | Architecture | Download link |
| :------------------ | :------------------------------------------------------ | :----------- | :------------- |
| :------------------- | :------------------------------------------------------ | :----------- | :------------- |
| Windows installer | Windows 10 and 8.1 (probably Windows 11 as well) | x64 (x86) | [EmulationStation-DE-1.2.0-x64.exe](https://gitlab.com/leonstyhre/emulationstation-de/-/package_files/25023950/download)|
| macOS DMG installer | macOS 10.14 "Mojave" to 12 "Monterey" | x64 (x86) | [EmulationStation-DE-1.2.0-x64.dmg](https://gitlab.com/leonstyhre/emulationstation-de/-/package_files/25023939/download)|
| macOS DMG installer | Legacy macOS 10.11 "El Capitan" to 10.13 "High Sierra" | x64 (x86) | [EmulationStation-DE-1.2.0-x64_legacy.dmg](https://gitlab.com/leonstyhre/emulationstation-de/-/package_files/25023954/download)|
| Debian DEB package | Ubuntu 20.04 to 21.10, Linux Mint 20.2, possibly others | x64 (x86) | [emulationstation-de-1.2.0-x64.deb](https://gitlab.com/leonstyhre/emulationstation-de/-/package_files/25023934/download)|
| Fedora RPM package | Fedora Workstation 35, possibly others | x64 (x86) | [emulationstation-de-1.2.0-x64.rpm](https://gitlab.com/leonstyhre/emulationstation-de/-/package_files/25023958/download)|
| Arch User Repository | Arch Linux, Manjaro, possibly others | x64 (x86) | [https://aur.archlinux.org/packages/emulationstation-de](https://aur.archlinux.org/packages/emulationstation-de)|
| Linux AppImage | Most modern Linux distributions | x64 (x86) | [emulationstation-de-1.2.0-x64.AppImage](https://gitlab.com/leonstyhre/emulationstation-de/-/package_files/25023919/download)|
| Debian DEB package | Raspberry Pi OS (Raspian) | ARM 32-bit | [emulationstation-de-1.2.0-armv7l.deb](https://gitlab.com/leonstyhre/emulationstation-de/-/package_files/25023905/download)|
| Debian DEB package | Raspberry Pi OS (Raspian) | ARM 64-bit | [emulationstation-de-1.2.0-aarch64.deb](https://gitlab.com/leonstyhre/emulationstation-de/-/package_files/25023885/download)|

View file

@ -1,4 +1,4 @@
# EmulationStation Desktop Edition (ES-DE) v1.2 (development version) - Themes
# EmulationStation Desktop Edition (ES-DE) v1.3 (development version) - Themes
**Note:** This document is only relevant for the current ES-DE development version, if you would like to see the documentation for the latest stable release, refer to [THEMES.md](THEMES.md) instead.

View file

@ -1,4 +1,4 @@
# EmulationStation Desktop Edition (ES-DE) v1.2 (development version) - User guide
# EmulationStation Desktop Edition (ES-DE) v1.3 (development version) - User guide
This document is intended as a quick start guide and as a reference for the application settings and general functionality. For details on how to build ES-DE from source code and to perform more advanced configuration, please refer to [INSTALL-DEV.md](INSTALL-DEV.md).