From 6ef710e0074533f3db7010b8809c8dc2273d9a59 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Sun, 26 Mar 2023 19:56:58 +0200 Subject: [PATCH] Documentation update --- CHANGELOG.md | 3 +++ THEMES-DEV.md | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8edfc759..2ac4642ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,10 +12,12 @@ v2.0 maintenance release. ### Detailed list of changes +* Added scrollable text container support to the system view * Added "Shortcut or script" as an alternative emulator for the arcade and mame systems * (Unix) Added the .desktop and .sh file extensions to the arcade and mame systems * (macOS) Added the .app and .sh file extensions to the arcade and mame systems * (Windows) Added the .bat and .lnk file extensions to the arcade and mame systems +* Added the .app file extensions to the nds system (for DSiWare games) * Any theme directories with names ending with "disabled" (regardless of case) are now ignored * Added support for changing the BusyComponent text dynamically * Added the libgit2 library as a dependency @@ -26,6 +28,7 @@ v2.0 maintenance release. * Fixed several potential container overflows in GuiTextEditKeyboardPopup that could lead to rare crashes when running on an ARM processor * Fixed a potential container overflow in ViewController that could lead to rare crashes when running on an ARM processor * (macOS) When opening the main menu an error message was logged about accessing a nonexistent ShowQuitMenu setting +* The scissor box size in ScrollableContainer was sometimes not calculated correctly ## Version 2.0.0 diff --git a/THEMES-DEV.md b/THEMES-DEV.md index 04b6602d0..ee0cbdf55 100644 --- a/THEMES-DEV.md +++ b/THEMES-DEV.md @@ -2321,7 +2321,6 @@ Properties: * `container` - type: BOOLEAN - Whether the text should be placed inside a scrollable container. - Default is `true` if `metadata` is set to `description`, otherwise `false` - - This property can only be used in the `gamelist` view. * `containerVerticalSnap` - type: BOOLEAN - Whether the text should be vertically snapped to the font height. With this property enabled the container will have its height reduced as needed so that only complete rows of text are displayed at the start and end positions. This will not affect the "real" size of the container as set by the `size` property which means that the overall element placement will still be predictable if a vertical origin other than zero is used. - Default is `true`