Documentation update

This commit is contained in:
Leon Styhre 2023-03-26 19:56:58 +02:00
parent 5bffcf887c
commit 6ef710e007
2 changed files with 3 additions and 1 deletions

View file

@ -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

View file

@ -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`