From a1af1af74d465440b01744ccb054edaaaca0c192 Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Mon, 6 Sep 2021 16:25:45 -0700 Subject: [PATCH] docs: mention custom splash script in changelog Also, bring commit count for the fusee_cpp PR to a nice point before merging. --- docs/changelog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index c3dca66f7..797698881 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -9,6 +9,9 @@ + If you use another bootloader (like hekate), you may need to update your configuration to use the new layout. + **Please Note**: BCT.ini no longer exists, nogc configuration has been moved to `/atmosphere/stratosphere.ini`. + If you rely on custom nogc configuration, please be sure to update accordingly. + + Custom splash screen BMP parsing is no longer supported (as it slows down boot for 99% of users). + + To compensate for this, a script to insert a custom splash screen into a `package3` binary has been added to the `utilities` folder of the atmosphere repository. + + The release build should be equivalent to running the following command from the root of the atmosphere repository: `python utilities/insert_splash_screen.py img/splash.png fusee/package3` + A number of pending changes were made, following the end of the relevant testing periods: + `mesosphere` is no longer opt-out, and stratosphere code will begin depending on its being present/in use. + `NCM` is no longer opt-out.