diff --git a/ANDROID-DEV.md b/ANDROID-DEV.md
index d1bf6adfd..9e8173ece 100644
--- a/ANDROID-DEV.md
+++ b/ANDROID-DEV.md
@@ -631,7 +631,7 @@ The **@** symbol indicates that the emulator is _deprecated_ and will be removed
| channelf | Fairchild Channel F | FreeChaF | MAME4droid 2024 **(Standalone)** | Yes | Single archive or ROM file |
| coco | Tandy Color Computer | _Placeholder_ | | | |
| colecovision | Coleco ColecoVision | blueMSX | Gearcoleco,
MSX.emu **(Standalone)**,
ColEm **(Standalone)** | Yes | Single archive or ROM file |
-| consolearcade | Console Arcade Systems | MAME - Current | MAME4droid 2024 **(Standalone)**,
Flycast,
Flycast **(Standalone)**,
Play! **(Standalone)** | Depends | |
+| consolearcade | Console Arcade Systems | MAME - Current | MAME4droid 2024 **(Standalone)**,
Flycast,
Flycast **(Standalone)**,
Play! **(Standalone)** | Depends | See the specific _Console Arcade Systems_ section in the user guide |
| cps | Capcom Play System | MAME - Current | MAME 2010,
MAME 2003-Plus,
MAME 2003,
MAME 2000,
MAME4droid 2024 **(Standalone)**,
MAME4droid **(Standalone)**,
FinalBurn Neo,
FB Alpha 2012,
FB Alpha 2012 CPS-1,
FB Alpha 2012 CPS-2,
FB Alpha 2012 CPS-3 | Depends | |
| cps1 | Capcom Play System I | MAME - Current | MAME 2010,
MAME 2003-Plus,
MAME 2003,
MAME 2000,
MAME4droid 2024 **(Standalone)**,
MAME4droid **(Standalone)**,
FinalBurn Neo,
FB Alpha 2012,
FB Alpha 2012 CPS-1 | Depends | |
| cps2 | Capcom Play System II | MAME - Current | MAME 2010,
MAME 2003-Plus,
MAME 2003,
MAME 2000,
MAME4droid 2024 **(Standalone)**,
MAME4droid **(Standalone)**,
FB Alpha 2012,
FB Alpha 2012 CPS-2 | Depends | |
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 590d58bfe..440c270b3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -51,6 +51,7 @@
* (Windows) Added WinArcadia standalone as an alternative emulator for the arcadia system
* Added the .elf, .tmd and .wuhb file extensions to the wiiu system on Linux, macOS and Windows
* (Android) Added %GAMEDIRRAW%, %ROMPATHRAW% and %ROMRAW% variables that can be used with the %EXTRA% and %EXTRAARRAY% variables
+* Added a "selectedItemOffset" property to the carousel element
* (macOS) Changed the minimum required OS version from 10.15 "Catalina" to 11 "Big Sur"
### Bug fixes
diff --git a/FAQ-ANDROID.md b/FAQ-ANDROID.md
index 23fa38b4f..20aa61e78 100644
--- a/FAQ-ANDROID.md
+++ b/FAQ-ANDROID.md
@@ -12,7 +12,7 @@ First it's branding, it would be very confusing to have different names for the
## Is it available for free, and is it open source?
-The Android release specifically is not free, it's a paid app available for purchase through [Patreon](https://www.patreon.com/es_de). And although approximately 99% of the app is open source there are some portions of the code that is closed source.
+The Android release specifically is not free, it's a paid app available for purchase through [Patreon](https://www.patreon.com/es_de) or the [Samsung Galaxy Store](https://galaxystore.samsung.com/detail/org.es_de.frontend.galaxy). And although approximately 99% of the app is open source there are some portions of the code that is closed source.
## I bought ES-DE on Patreon, how do I get access to future releases?
diff --git a/THEMES-DEV.md b/THEMES-DEV.md
index d179e3fd8..a972cbda5 100644
--- a/THEMES-DEV.md
+++ b/THEMES-DEV.md
@@ -1523,7 +1523,12 @@ Properties:
- This property can only be used when `type` is `horizontal` or `vertical`
* `selectedItemMargins` - type: NORMALIZED_PAIR
- By default items are evenly spaced across the carousel area, but this property makes it possible to define margins (extra space or less space) around the currently selected item. The first value in the pair defines the margin to the left of the item if it's a horizontal carousel or above the item if it's a vertical carousel, and the second value of the pair sets the right or bottom margin for the selected item depending on the carousel orientation.
- - Minimum value per margin is `-1` and maximum value per margin is `1`
+ - Minimum value per axis is `-1` and maximum value per axis is `1`
+ - Default is `0 0`
+ - This property can only be used when `type` is `horizontal` or `vertical`
+* `selectedItemOffset` - type: NORMALIZED_PAIR
+ - Offsets the selected item. The first value in the pair is the horizontal offset and the second value is the vertical offset. Applied after all other positioning calculations.
+ - Minimum value per axis is `-1` and maximum value per axis is `1`
- Default is `0 0`
- This property can only be used when `type` is `horizontal` or `vertical`
* `itemSize` - type: NORMALIZED_PAIR
diff --git a/THEMES.md b/THEMES.md
index 40c03a4e9..4741055f4 100644
--- a/THEMES.md
+++ b/THEMES.md
@@ -1521,7 +1521,7 @@ Properties:
- This property can only be used when `type` is `horizontal` or `vertical`
* `selectedItemMargins` - type: NORMALIZED_PAIR
- By default items are evenly spaced across the carousel area, but this property makes it possible to define margins (extra space or less space) around the currently selected item. The first value in the pair defines the margin to the left of the item if it's a horizontal carousel or above the item if it's a vertical carousel, and the second value of the pair sets the right or bottom margin for the selected item depending on the carousel orientation.
- - Minimum value per margin is `-1` and maximum value per margin is `1`
+ - Minimum value per axis is `-1` and maximum value per axis is `1`
- Default is `0 0`
- This property can only be used when `type` is `horizontal` or `vertical`
* `itemSize` - type: NORMALIZED_PAIR