From 9f26419b1a669762d995ebf21ff83b6e1cf56153 Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Fri, 27 Oct 2023 16:21:57 -0700 Subject: [PATCH] ams: bump version to 1.6.2, add changelog --- docs/changelog.md | 6 ++++++ libraries/libvapours/include/vapours/ams/ams_api_version.h | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index d379849ff..6a49e1901 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,4 +1,10 @@ # Changelog +## 1.6.2 ++ Support was finished for 17.0.0. + + `erpt` was updated to support the latest official behavior. + + `jpegdec` was updated to support the latest official behavior. + + `pm` was updated to support the latest official behavior. ++ General system stability improvements to enhance the user's experience. ## 1.6.1 + An improved solution to [the problem that would cause consoles which had previously re-built their SYSTEM partition to brick on update-to-17.0.0](https://gist.github.com/SciresM/2ddb708c812ed585c4d99f54e25205ff) was added. + In particular, booting atmosphère will now automatically detect the problem and unbrick any consoles which have fallen into this state. diff --git a/libraries/libvapours/include/vapours/ams/ams_api_version.h b/libraries/libvapours/include/vapours/ams/ams_api_version.h index 243e0df39..1808fff84 100644 --- a/libraries/libvapours/include/vapours/ams/ams_api_version.h +++ b/libraries/libvapours/include/vapours/ams/ams_api_version.h @@ -17,7 +17,7 @@ #define ATMOSPHERE_RELEASE_VERSION_MAJOR 1 #define ATMOSPHERE_RELEASE_VERSION_MINOR 6 -#define ATMOSPHERE_RELEASE_VERSION_MICRO 1 +#define ATMOSPHERE_RELEASE_VERSION_MICRO 2 #define ATMOSPHERE_RELEASE_VERSION ATMOSPHERE_RELEASE_VERSION_MAJOR, ATMOSPHERE_RELEASE_VERSION_MINOR, ATMOSPHERE_RELEASE_VERSION_MICRO