From e0a7ec9c9117c6b09fdbd4b07a8eea926d028ebd Mon Sep 17 00:00:00 2001 From: flb Date: Thu, 16 Sep 2021 13:59:17 +0200 Subject: [PATCH] Bump version --- Makefile | 2 +- source/changelog_page.cpp | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index acb3f6d..c179adc 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.12.1 +APP_VERSION := 2.13.0 TARGET := $(notdir $(CURDIR)) ROMFS := resources diff --git a/source/changelog_page.cpp b/source/changelog_page.cpp index f450f3c..2d1d987 100644 --- a/source/changelog_page.cpp +++ b/source/changelog_page.cpp @@ -202,6 +202,9 @@ ChangelogPage::ChangelogPage() : AppletFrame(true, true) verTitles.push_back("v2.12.1"); changes.push_back("\uE016 Fix crashes in exclude page."); + verTitles.push_back("v2.13.0"); + changes.push_back("\uE016 Add option to launch Daybreak after downloading a sysupdate.\n\uE016 Download all links at once to cut down on boot times.\n\uE016 Randomize IPs for lan-play in the internet settings page.\n\uE016 Fix default color scheme for pro-cons."); + for (int i = verTitles.size() - 1; i >= 0; i--) { listItem = new brls::ListItem(verTitles[i]); change = changes[i];