Documentation update

This commit is contained in:
Leon Styhre 2025-02-09 22:22:44 +01:00
parent 762aace575
commit 55609d3641
2 changed files with 6 additions and 1 deletions

View file

@ -9,6 +9,9 @@
### Detailed list of changes ### Detailed list of changes
* Added translations for Traditional Chinese (zh_TW) * Added translations for Traditional Chinese (zh_TW)
* Increased the roundness for all corners in the menu system and for the notification popups
* Increased the background blur slightly when a menu is open
* Made the menu and launch screen scale up at the same speed regardless of the display refresh rate
* Added the NooDS RetroArch core as an alternative emulator for the gba and nds systems * Added the NooDS RetroArch core as an alternative emulator for the gba and nds systems
* Added the Holani RetroArch core as an alternative emulator for the atarilynx system * Added the Holani RetroArch core as an alternative emulator for the atarilynx system
* (Android) Added Pizza Boy SC standalone as an alternative emulator for the gamegear, genesis, mastersystem, megadrive and megadrivejp systems * (Android) Added Pizza Boy SC standalone as an alternative emulator for the gamegear, genesis, mastersystem, megadrive and megadrivejp systems
@ -23,6 +26,7 @@
* Added "imageSize", "imageMaxSize", "imageCropSize" and "imageCropPos" properties to the video element * Added "imageSize", "imageMaxSize", "imageCropSize" and "imageCropPos" properties to the video element
* Added a "fadeInType" property to the video element to fade in from black or from transparency * Added a "fadeInType" property to the video element to fade in from black or from transparency
* Added support for a "none" value to the video element imageType property * Added support for a "none" value to the video element imageType property
* Added a BackgroundComponent to replace NinePatchComponent for rendering menu and popup backgrounds
* (macOS) Added a build script for cross-compiling for x86_64 when using an ARM processor * (macOS) Added a build script for cross-compiling for x86_64 when using an ARM processor
* Added support for building against libgit2 v1.9.0 and later * Added support for building against libgit2 v1.9.0 and later
@ -31,6 +35,7 @@
* The text element containerStartDelay timer was sometimes not reset which made vertical text scrolling start too early under some circumstances * The text element containerStartDelay timer was sometimes not reset which made vertical text scrolling start too early under some circumstances
* The selectedItemOffset property did not work correctly for carousels with a single item * The selectedItemOffset property did not work correctly for carousels with a single item
* Returning from a game when running in the background ignored the video element delay property for the first playback * Returning from a game when running in the background ignored the video element delay property for the first playback
* Applying rounded corners caused rendering artfifacts if the texture did not use premultiplied alpha
## Version 3.1.1 / 3.1.1-39 ## Version 3.1.1 / 3.1.1-39

View file

@ -3592,7 +3592,7 @@ Instances per view:
Properties: Properties:
* `pos` - type: NORMALIZED_PAIR * `pos` - type: NORMALIZED_PAIR
- Default is `0.008 0.012` - Default is `0.018 0.016`
* `size` - type: NORMALIZED_PAIR * `size` - type: NORMALIZED_PAIR
- Possible combinations: - Possible combinations:
- `0 0` - automatically size so text fits on one line (expanding horizontally). - `0 0` - automatically size so text fits on one line (expanding horizontally).