diff --git a/Makefile b/Makefile index b697821..5582aab 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ DATA := data INCLUDES := include /lib/borealis/library/include/borealis/extern/nlohmann APP_TITLE := All-in-One Switch Updater APP_AUTHOR := HamletDuFromage -APP_VERSION := 2.21.3 +APP_VERSION := 2.21.4 TARGET := $(notdir $(CURDIR)) ROMFS := resources diff --git a/source/changelog_page.cpp b/source/changelog_page.cpp index 8b26bb6..6fd0bc4 100644 --- a/source/changelog_page.cpp +++ b/source/changelog_page.cpp @@ -267,6 +267,8 @@ ChangelogPage::ChangelogPage() : AppletFrame(true, true) verTitles.push_back("v2.21.3"); changes.push_back("\uE016 Added download link for graphic enhancing codes."); + verTitles.push_back("v2.21.4"); + changes.push_back("\uE016 Fixed prompt asking to copy the hekate payload to reboot_payload.bin not showing.\n\uE016 Improved German localisatino (github.com/TTghostsemir)."); for (int i = verTitles.size() - 1; i >= 0; i--) { listItem = new brls::ListItem(verTitles[i]);