mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-18 07:05:39 +00:00
Documentation update
This commit is contained in:
parent
947f252cb2
commit
670acfca07
18
CHANGELOG.md
18
CHANGELOG.md
|
@ -1,5 +1,23 @@
|
|||
# ES-DE Frontend - Changelog
|
||||
|
||||
## Version 3.1.1 (in development)
|
||||
|
||||
**Release date:** TBD
|
||||
|
||||
### Release overview
|
||||
|
||||
3.1 maintenance release.
|
||||
|
||||
### Detailed list of changes
|
||||
|
||||
* Added translations for Korean (ko_KR)
|
||||
* Decreased the memory footprint under some circumstances by completely freeing up video player resources after finishing view transitions
|
||||
* Added the Nanum Square Neo Korean font
|
||||
|
||||
### Bug fixes
|
||||
|
||||
* Newly entered ScreenScraper username and password values were positioned incorrectly vertically in the account settings menu
|
||||
|
||||
## Version 3.1.0 / 3.1.0-32
|
||||
|
||||
**Release date:** 2024-09-13
|
||||
|
|
|
@ -144,10 +144,10 @@ https://fontawesome.com
|
|||
GNU FreeFont (FreeMono) \
|
||||
https://www.gnu.org/software/freefont
|
||||
|
||||
Nanum font \
|
||||
https://hangeul.naver.com
|
||||
Nanum Square Neo font \
|
||||
https://campaign.naver.com/nanumsquare_neo
|
||||
|
||||
Noto Emoji \
|
||||
Noto Emoji font \
|
||||
https://fonts.google.com/noto/specimen/Noto+Emoji
|
||||
|
||||
Ubuntu font \
|
||||
|
|
4
HAIKU.md
4
HAIKU.md
|
@ -10,10 +10,6 @@ Table of contents:
|
|||
|
||||
## Known ES-DE problems
|
||||
|
||||
* Attempting to use the theme downloader crashes the application when using a nightly Haiku build, this is seemingly caused by an OS or libgit2 library bug as ES-DE runs correctly on R1/beta4 (but with other issues on that release)
|
||||
|
||||
* The video player behaves erratic and videos may randomly hang or refuse to play
|
||||
|
||||
* Key repeat doesn't work in text editing fields (but it works elsewhere in the application)
|
||||
|
||||
* There is no 3D acceleration as the operating system does not support that
|
||||
|
|
|
@ -421,7 +421,7 @@ Both _appimagetool_ and _linuxdeploy_ are required for the build process but the
|
|||
|
||||
## Building on Haiku
|
||||
|
||||
You'll need to run a recent nightly Haiku release to build ES-DE as using R1/beta4 will not work.
|
||||
It's recommended to run R1/beta5 as the nightly Haiku builds can be quite unstable.
|
||||
|
||||
If running Haiku in KVM/Qemu, make sure to use SATA storage intead of VirtIO storage as you may otherwise experience stability issues and filesystem corruption.
|
||||
|
||||
|
|
|
@ -419,7 +419,7 @@ Both _appimagetool_ and _linuxdeploy_ are required for the build process but the
|
|||
|
||||
## Building on Haiku
|
||||
|
||||
You'll need to run a recent nightly Haiku release to build ES-DE as using R1/beta4 will not work.
|
||||
It's recommended to run R1/beta5 as the nightly Haiku builds can be quite unstable.
|
||||
|
||||
If running Haiku in KVM/Qemu, make sure to use SATA storage intead of VirtIO storage as you may otherwise experience stability issues and filesystem corruption.
|
||||
|
||||
|
|
|
@ -765,6 +765,7 @@ The following languages are supported:
|
|||
| sv_SE | Swedish | Svenska |
|
||||
| ja_JP | Japanese | 日本語 |
|
||||
| zh_CN | Simplified Chinese | 简体中文 |
|
||||
| ko_KR | Korean | 한국어 |
|
||||
|
||||
Note that the native name is what is shown inside the _UI Settings_ menu for the _Theme Language_ and _Application Language_ settings.
|
||||
|
||||
|
|
Loading…
Reference in a new issue