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