1.3.2

Atmosphere-NX/Atmosphere1.3.2Apr 29, 2022by SciresM

AI Summary

This update improves system stability and support for 14.0.0+. It addresses memory leaks in filesystem path management and fixes issues with thread semaphores.

Key Highlights

  • Improved support for 14.0.0+
  • Memory leak fixed in filesystem path management
  • Thread semaphore bug fixed
  • Minor inaccuracies fixed in FileSystem APIs

Breaking Changes

  • fusee-primary no longer exists and will not work

New Features

  • Support for 14.0.0+
  • hbl updated to 2.4.1
  • hbmenu updated to 3.5.1

Full Release Notes

**1.3.2** is Atmosphère's sixty-sixth official release.

**Please be sure to update fusee when upgrading to 1.3.2**. fusee-primary no longer exists, and will not work any more.

With thanks to the @switchbrew team, Atmosphère 1.3.2 is bundled with [hbl](https://github.com/switchbrew/nx-hbloader) 2.4.1, and [hbmenu](https://github.com/switchbrew/nx-hbmenu) 3.5.1.

The following was changed since the last release:

* Support was improved for 14.0.0+.
  * `loader` was updated to reflect the latest official behaviors.
  * `ro` was  updated to reflect the latest official behaviors.
* A number of minor issues were fixed and improvements were made, including:
  * A memory leak was fixed in filesystem path management; this could cause a crash when launching games ~100 times, or when deleting/re-downloading games.
  * A bug was fixed that could cause threads to not see a newly signaled semaphore.
  * A number of minor inaccuracies were fixed in the updated FileSystem APIs.
* General system stability improvements to enhance the user's experience.

For information on the featureset supported by 1.3, please see [the official release notes](https://github.com/Atmosphere-NX/Atmosphere/releases/tag/1.3.0).