diff --git a/Makefile b/Makefile index fdddbc6..eca9461 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/aiosu-rcm b/aiosu-rcm index b6d4c39..5d3e2c2 160000 --- a/aiosu-rcm +++ b/aiosu-rcm @@ -1 +1 @@ -Subproject commit b6d4c39ce7aa0052c8991b86c2546d13a18d823b +Subproject commit 5d3e2c2fb8c7043095a580bf13649cbe1b6f2170 diff --git a/source/changelog_page.cpp b/source/changelog_page.cpp index 26182ad..b7faaef 100644 --- a/source/changelog_page.cpp +++ b/source/changelog_page.cpp @@ -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];