You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/changelog.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,15 @@
1
1
2
2
## Changelog
3
3
4
+
### 4.0.0
5
+
***Breaking change:** some unknown fields in the `nintendo.nex.friends` module were given a name. If you were using the placeholder names in your code, update your code to use the new names.
6
+
* Added support for Switch system version 20.0.0 up to 20.1.5.
7
+
* Added various client ids for dauth, such as `er`, `sprofile` and `penne`.
8
+
* Implemented a dauth cache that mimics the preloading behavior that was introduced in 20.0.0.
9
+
* Added support for the ranking and matchmaking protocols of Mario Kart 8 (Wii U).
10
+
11
+
*Released on 2025-06-21*
12
+
4
13
### 3.0.3
5
14
***Bug fix:** fixed typo, changed `BANNED_DEIVCE` to `BANNED_DEVICE` in `DAuthError` class.
0 commit comments