WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit b978c9b

Browse files
committed
docs: Update changelog
1 parent 16685af commit b978c9b

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

docs/content/introduction/changelog.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,36 @@ title: 'Changelog'
33
weight: -20
44
---
55

6+
## Version 1.15.5 (2025-11-01)
7+
8+
- libnds:
9+
10+
- Split `systemShutDown()` to create `systemReboot()`.
11+
- Clean power management definitions.
12+
- Un-deprecate ` glTranslate3f32()` because it's used in several projects.
13+
- Stop writing the NAND CID to arbitrary RAM addresses used by the official
14+
SDK but not by BlocksDS. @edo9300
15+
- Stop writing to `REG_VCOUNT` during initialization of the ROM. Thanks to
16+
@TuxSH for finding the original bug.
17+
- Add global timer definitions so that other libraries know which timer they
18+
can use.
19+
- Ensure that file descriptors passed to `truncate()` are valid FAT
20+
descriptors.
21+
22+
- DSWiFi:
23+
24+
- Drop lwIP packets if there isn't enough RAM to allocate a buffer for them
25+
(instead of crashing in an `assert()`).
26+
- Add a workaround to prevent IPC buffer overflows.
27+
28+
- SDK:
29+
30+
- Use the new libnds timer defines in ARM7 templates and examples, as well as
31+
in DSWiFI, Maxmod and LibXM7.
32+
- Fixed the orientation of normals for planes in the volumetric shadow
33+
example. @Mori-TM
34+
- Improve exit-to-loader test.
35+
636
## Version 1.15.4 (2025-10-19)
737

838
- libnds:

0 commit comments

Comments
 (0)