mirror of
https://github.com/HamletDuFromage/aio-switch-updater.git
synced 2024-11-24 18:42:05 +00:00
bump version
This commit is contained in:
parent
271e2ae78c
commit
b7e0e7a92a
3 changed files with 7 additions and 3 deletions
2
Makefile
2
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.4.7
|
||||
APP_VERSION := 2.4.8
|
||||
TARGET := $(notdir $(CURDIR))
|
||||
|
||||
ROMFS := resources
|
||||
|
|
|
@ -81,6 +81,7 @@ constexpr const char FW_DIRECTORY_PATH[] = "/firmware/";
|
|||
constexpr const char HIDE_TABS_JSON[] = "/config/aio-switch-updater/hide_tabs.json";
|
||||
constexpr const char COPY_FILES_JSON[] = "/config/aio-switch-updater/copy_files.json";
|
||||
constexpr const char LANGUAGE_JSON[] = "/config/aio-switch-updater/language.json";
|
||||
constexpr const char HOMEBREW[] = "/config/aio-switch-updater/language.json";
|
||||
|
||||
constexpr const char ROMFS_FORWARDER[] = "romfs:/aiosu-forwarder.nro";
|
||||
constexpr const char FORWARDER_PATH[] = "/config/aio-switch-updater/aiosu-forwarder.nro";
|
||||
|
|
|
@ -139,6 +139,9 @@ ChangelogPage::ChangelogPage() : AppletFrame(true, true)
|
|||
verTitles.push_back("v2.4.7");
|
||||
changes.push_back("\uE016 Fixed app only working on 0.19 AMS.\uE016 Proper replacement of stratosphere.romfs when updating.");
|
||||
|
||||
verTitles.push_back("v2.4.8");
|
||||
changes.push_back("\uE016 Fixed crashes when trying to focus empty lists (typically when in airplane mode).");
|
||||
|
||||
for(int i = verTitles.size() -1 ; i >= 0; i--){
|
||||
listItem = new brls::ListItem(verTitles[i]);
|
||||
change = changes[i];
|
||||
|
|
Loading…
Reference in a new issue