List of changes:
- Expanded
System
page to include various device related information.- This table currently includes device firmware, bootloader version, hardware type, memory information, and storage information.
- Special thanks to ComplexNarrative.
- New command placeholder variables
{ram_vendor}
,{ram_model}
,{ams_version}
, and{hos_version}
. - Expansion of
refresh
command to includewallpaper
for the ability to reloadwallpaper.rgba
,- Called
refresh wallpaper
.
- Called
- Improved scrolling implementation. (proper time-synced speed interpolation)
- Complete recalibration of character width map.
- This should result in more proper table alignments when using tables with info sections aligned to the right.
- Multiple memory related bug fixes.
- More memory leaks have been fixed, which should result in less heap overloads / crashes.
- Language replacements are now performed on every ListItem and CategoryHeader upon initialization.
- This fixed entries like, for example,
Reboot To
andShutdown
from not being properly translated. - Language json's may still need some translations for the new words that have been included.
- This fixed entries like, for example,
- Removal of
shutdown controllers
for space conservation. (commented out)- Did not want to remove this function, but because it only works with Nintendo controllers (and not Mission Control) it does seem somewhat redundant since the
sync button
on Nintendo controllers effectively turns off the controller as well. - If it is highly desirable, I may include this command again in future revisions. But for size stability, I could not get it to fit properly this time around.
- Did not want to remove this function, but because it only works with Nintendo controllers (and not Mission Control) it does seem somewhat redundant since the
- Numerous code optimizations and bug fixes.
Full Changelog: 6961b2e...v1.7.1
Update:
- Placeholder bug fix for new variables + bug fix for
refresh
command. - 08/28/2024 4:40 PM PST - TrackBar highlight width adjustment / fix. - 08/29/2024 5:05 AM PST
- Rename hardware model
Nx
toIcosa
andx1
toX1
. (correction) - 08/29/2024 5:28 AM PST
Full Changelog: v1.7.1...d959363