mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-07-04 00:22:15 +02:00
Compare commits
No commits in common. "f7bf379cfede4a4d8cf1403b59be0364f1c3b6f1" and "1b057d48c6825d5d59da8a71aaa4ac2ebf241c63" have entirely different histories.
f7bf379cfe
...
1b057d48c6
@ -1,10 +1,4 @@
|
||||
# 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.
|
||||
|
@ -6,7 +6,7 @@
|
||||
[subrepo]
|
||||
remote = https://github.com/Atmosphere-NX/Atmosphere-libs
|
||||
branch = master
|
||||
commit = 80bf6aeeed03df0871329e1ec32da073a62bf102
|
||||
parent = 9f26419b1a669762d995ebf21ff83b6e1cf56153
|
||||
commit = 965e05b3cc5ea74de7e3071c3554135e828ce42e
|
||||
parent = 183f3e0d7e0c620d213be53c66d9156f55389be2
|
||||
method = merge
|
||||
cmdver = 0.4.1
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
#define ATMOSPHERE_RELEASE_VERSION_MAJOR 1
|
||||
#define ATMOSPHERE_RELEASE_VERSION_MINOR 6
|
||||
#define ATMOSPHERE_RELEASE_VERSION_MICRO 2
|
||||
#define ATMOSPHERE_RELEASE_VERSION_MICRO 1
|
||||
|
||||
#define ATMOSPHERE_RELEASE_VERSION ATMOSPHERE_RELEASE_VERSION_MAJOR, ATMOSPHERE_RELEASE_VERSION_MINOR, ATMOSPHERE_RELEASE_VERSION_MICRO
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user