mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-06 04:01:44 +00:00
Update changelog.md
This commit is contained in:
parent
a6cfbae1ff
commit
de688ee17a
1 changed files with 7 additions and 0 deletions
|
@ -1,14 +1,21 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
## 0.7.3
|
||||||
|
+ Loader and fs.mitm now try to reload loader.ini before reading it. This allows for changing the override button combination/HBL title id at runtime.
|
||||||
|
+ Added a MitM between set:sys and qlaunch, used to override the system version string displayed in system settings.
|
||||||
|
+ The displayed system version will now display `<Actual version> (AMS <x>.<y>.<z>)`.
|
||||||
|
+ General system stability improvements to enhance the user's experience.
|
||||||
## 0.7.2
|
## 0.7.2
|
||||||
+ Fixed a bug in fs.mitm's LayeredFS read implementation that caused some games to crash when trying to read files.
|
+ Fixed a bug in fs.mitm's LayeredFS read implementation that caused some games to crash when trying to read files.
|
||||||
+ Fixed a bug affecting 1.0.0 that caused games to crash with fatal error 2001-0106 on boot.
|
+ Fixed a bug affecting 1.0.0 that caused games to crash with fatal error 2001-0106 on boot.
|
||||||
+ Improved filenames output by the make dist target.
|
+ Improved filenames output by the make dist target.
|
||||||
+ General system stability improvements to enhance the user's experience.
|
+ General system stability improvements to enhance the user's experience.
|
||||||
|
|
||||||
## 0.7.1
|
## 0.7.1
|
||||||
+ Fixed a bug preventing consoles on 4.0.0-4.1.0 from going to sleep and waking back up.
|
+ Fixed a bug preventing consoles on 4.0.0-4.1.0 from going to sleep and waking back up.
|
||||||
+ Fixed a bug preventing consoles on < 4.0.0 from booting without specific KIPs on the SD card.
|
+ Fixed a bug preventing consoles on < 4.0.0 from booting without specific KIPs on the SD card.
|
||||||
+ An API was added to Atmosphère's Service Manager for deferring acquisition of all handles for specific services until after early initialization is completed.
|
+ An API was added to Atmosphère's Service Manager for deferring acquisition of all handles for specific services until after early initialization is completed.
|
||||||
+ General system stability improvements to enhance the user's experience.
|
+ General system stability improvements to enhance the user's experience.
|
||||||
|
|
||||||
## 0.7.0
|
## 0.7.0
|
||||||
+ First official release of Atmosphère.
|
+ First official release of Atmosphère.
|
||||||
+ Supports the following featureset:
|
+ Supports the following featureset:
|
||||||
|
|
Loading…
Reference in a new issue