1
0
Fork 0
mirror of https://github.com/HamletDuFromage/aio-switch-updater.git synced 2024-09-18 21:13:38 +01:00

Updated payload and bumped version

This commit is contained in:
flb 2021-05-31 16:05:11 +02:00
parent ae73d59de9
commit ffd4a3c611
3 changed files with 5 additions and 2 deletions

View file

@ -22,7 +22,7 @@ DATA := data
INCLUDES := include lib/zipper/include /lib/borealis/library/include/borealis/extern/nlohmann
APP_TITLE := All-in-One Switch Updater
APP_AUTHOR := HamletDuFromage
APP_VERSION := 2.5.1
APP_VERSION := 2.5.2
TARGET := $(notdir $(CURDIR))
ROMFS := resources

@ -1 +1 @@
Subproject commit b6d4c39ce7aa0052c8991b86c2546d13a18d823b
Subproject commit 5d3e2c2fb8c7043095a580bf13649cbe1b6f2170

View file

@ -151,6 +151,9 @@ ChangelogPage::ChangelogPage() : AppletFrame(true, true)
verTitles.push_back("v2.5.1");
changes.push_back("\uE016 Fixed bug copying Mariko payloads on Erista.");
verTitles.push_back("v2.5.2");
changes.push_back("\uE016 Updated Japanese and Traditional Chinese translations (thanks to yyoossk and qazrfv1234).\n\uE016 Updated payload so that it doesn't throw errors if the bootloader folder is missing.\n\uE016 Minor code changes that may or may not result in performace improvements.");
for(int i = verTitles.size() -1 ; i >= 0; i--){
listItem = new brls::ListItem(verTitles[i]);
change = changes[i];