@@ -3,7 +3,7 @@ title: 'Changelog'
33weight : -20
44---
55
6- ## Version DEV (2025-XX-XX )
6+ ## Version 1.14.2 (2025-09-17 )
77
88- libnds:
99
@@ -13,7 +13,16 @@ weight: -20
1313 previous system was incorrect because the ROM header can't be read after the
1414 initial load of the ROM.
1515 - Prevent changing the filesystem label of DSi NAND partitions with
16- ` fatSetVolumeLabel() ` .
16+ ` fatSetVolumeLabel() ` . @edo9300
17+ - Add support for the photo partition of the DSi NAND. @edo9300
18+ - Save some RAM related to FatFs structs by moving them to TWL RAM. @edo9300
19+ - Some minor code cleanup.
20+
21+ - DSWiFi:
22+
23+ - Implemented ` inet_aton() ` , ` inet_addr() ` , ` inet_ntop() ` and ` inet_pton() ` .
24+ - DSWiFi now prevents lwIP from updating its state before being connected to
25+ an access point.
1726 - Some minor code cleanup.
1827
1928- ndstool:
@@ -25,6 +34,15 @@ weight: -20
2534 - The default title ID for DSi ROMs is now the DSiware code rather than the
2635 DSi gamecard code.
2736
37+ - SDK:
38+
39+ - NitroFS now works when ROMs are loaded from Unlaunch (with some limitations,
40+ paths can only be up to 40 characters long, and file/folder names are in 8.3
41+ name format). Thanks to @edo9300 for his device list support additions and
42+ his suggestions for ndstool.
43+ - The example that accessess all filesystems has been improved to check the
44+ ` nand2 ` filesystem as well.
45+
2846## Version 1.14.1 (2025-09-10)
2947
3048- libnds:
0 commit comments