From 71add1add8521e0c2115ec612c514400ac7ba688 Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Mon, 15 Feb 2021 19:51:48 -0800 Subject: [PATCH] ams: bump version to 0.18.1 --- docs/changelog.md | 11 +++++++++++ .../libvapours/include/vapours/ams/ams_api_version.h | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index 0fa705e14..472284450 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,4 +1,15 @@ # Changelog +## 0.18.1 ++ A number of minor issues were fixed, including: + + The new `dns.mitm` module added in 0.18.0 no longer fatal errors when receiving port=nullptr. + + This fixes youtube ad-blocking, and possibly other usecases. + + A bug was fixed that caused ams.mitm to incorrectly cache data storages. + + This potentially broke DLC when using romfs mods, and could have caused other issues (e.g. with custom themes, and maybe other cases). + + A bug was fixed in power state control module registration. + + This might fix a weird edge case with system module dependencies on sleep/wake, but probably nobody should notice any differences. + + A bug was fixed where mesosphere sometimes treated virtual core IDs as though they were physical core IDs. + + This had zero impact, because for Switch virtual core == physical core, but it could have affected future platforms if it had remained unresolved. ++ Several issues were fixed, and usability and stability were improved. ## 0.18.0 + A new mitm module was added (`dns.mitm`). + This provides a highly configurable mechanism for redirecting DNS resolution requests. diff --git a/libraries/libvapours/include/vapours/ams/ams_api_version.h b/libraries/libvapours/include/vapours/ams/ams_api_version.h index 73750f8fa..a2fef79b1 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 0 #define ATMOSPHERE_RELEASE_VERSION_MINOR 18 -#define ATMOSPHERE_RELEASE_VERSION_MICRO 0 +#define ATMOSPHERE_RELEASE_VERSION_MICRO 1 #define ATMOSPHERE_RELEASE_VERSION ATMOSPHERE_RELEASE_VERSION_MAJOR, ATMOSPHERE_RELEASE_VERSION_MINOR, ATMOSPHERE_RELEASE_VERSION_MICRO