diff --git a/CHANGELOG.md b/CHANGELOG.md index 188f44e72..64dd18d7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -59,6 +59,7 @@ * Added a BackgroundComponent to replace NinePatchComponent for rendering menu and popup backgrounds * (Android) Changed the target SDK version to 35 (Android 15) * The LANG and LANGUAGE variables are now set explicitly to the UTF-8 character encoding on Linux, macOS and Android +* Added support for the 8:7 display aspect ratio * (macOS) Added a build script for cross-compiling for x86_64 when using an ARM processor * (Linux) Added the BlueZ library as a dependency * Added support for building against libgit2 v1.9.0 and later diff --git a/THEMES-DEV.md b/THEMES-DEV.md index b1b64031b..da1a1393b 100644 --- a/THEMES-DEV.md +++ b/THEMES-DEV.md @@ -1209,6 +1209,7 @@ Unlike the types just mentioned, aspectRatio entries can not be set to arbitrary | 3:2 | 3:2_vertical | 2160x1440 | | 4:3 | 4:3_vertical | 320x240, 640x480, 800x600, 1024x768, 1600x1200 | | 5:4 | 5:4_vertical | 1280x1024 | +| 8:7 | 8:7_vertical | 1240x1080 | | 19.5:9 | 19.5:9_vertical | 2340x1080, 2532x1170 | | 20:9 | 20:9_vertical | 2400x1080, 1600x720 | | 21:9 | 21:9_vertical | 2560x1080, 3840x1600, 5120x2160 |