From 670acfca07b61e4a1b7d74f113edbf0a24ddbccd Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Sun, 15 Sep 2024 21:39:12 +0200 Subject: [PATCH] Documentation update --- CHANGELOG.md | 18 ++++++++++++++++++ CREDITS.md | 6 +++--- HAIKU.md | 4 ---- INSTALL-DEV.md | 2 +- INSTALL.md | 2 +- THEMES-DEV.md | 5 +++-- 6 files changed, 26 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd5254101..d950d86a5 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/CREDITS.md b/CREDITS.md index 171dfe15a..8a9996a65 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -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 \ diff --git a/HAIKU.md b/HAIKU.md index 995439014..742bf70dc 100644 --- a/HAIKU.md +++ b/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 diff --git a/INSTALL-DEV.md b/INSTALL-DEV.md index 52325797f..ea014ad40 100644 --- a/INSTALL-DEV.md +++ b/INSTALL-DEV.md @@ -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. diff --git a/INSTALL.md b/INSTALL.md index 8703b9b9d..640ba9adb 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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. diff --git a/THEMES-DEV.md b/THEMES-DEV.md index e98b845f9..163e61e63 100644 --- a/THEMES-DEV.md +++ b/THEMES-DEV.md @@ -763,8 +763,9 @@ The following languages are supported: | ro_RO | Romanian | Română | | ru_RU | Russian | Русский | | sv_SE | Swedish | Svenska | -| ja_JP | Japanese | 日本語 | -| zh_CN | Simplified Chinese | 简体中文 | +| 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.