Added
- Now Playing — gamepad seek and a visible, reorderable queue (#11). Scrub
through the current track with the controller, and see the up-next queue right
on the Now Playing screen — reorder it in place with the gamepad.
Fixed
- Switch HOME tile crashed on launch ("an error occurred") after installing
it on a self-updated install. 1.0.1's "stage the NRO toGMCA.nro" step used
std::filesystem::copy_file, which fails on the console and left a 0-byte
GMCA.nro; the forwarder then loaded that empty file (and, because it
existed, never fell back to the real NRO). Removed the in-app copy entirely —
the forwarder now falls back to the self-updatedpleNx.nroon its own — and
hardened the forwarder to skip any candidate that isn't a valid NRO (magic
check), so a leftover 0-byteGMCA.nrois ignored instead of crashing. - The Switch boot screen still showed the old "pleNx" logo (top-left). The
forwarder's boot logo (NintendoLogo) was never rebranded during the
pleNx → GMCA move; it's now blank (only the standard Nintendo Switch startup
logo remains).
Changed
- Guided pleNx → GMCA HOME-tile migration. Migrated users are prompted once
on the first GMCA launch to install the GMCA HOME tile; after installing it, a
message points them to remove the leftover "pleNx" tile from System Settings ›
Data Management (an installed tile can't be rebranded or deleted for you).