Skip to content

Commit 1d5ba8c

Browse files
authored
Add changelog for 5.13.0 -> 5.14.0 (#279)
* Add changelog for 5.13.0 -> 5.14.0 * spelinsning * undo typo * Update to TODAY * today
1 parent 1437cfb commit 1d5ba8c

File tree

2 files changed

+48
-0
lines changed

2 files changed

+48
-0
lines changed

content/about/changelog.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,50 @@ aliases:
1010

1111
Note that not all changes made to the code between releases are listed here. Fixes to bugs that were introduced after the previous release, small internal changes, code style fixes, and changes of the like are not listed. If you want a list of _every_ change made between releases see the [commit log](https://github.com/luanti-org/luanti/commits/master).
1212

13+
## 5.13.0 → 5.14.0
14+
15+
Released on 5 October 2025.
16+
17+
### Deprecations and compatibility notes
18+
- Removed broken interlaced 3D rendering mode (`3d_mode = interlaced`) (_sfan5_)
19+
20+
### Client / Audiovisuals
21+
- Android: open input dialog on double tap with physical keyboard (_siliconsniffer_)
22+
- Speed up of texture loading (by caching search paths) (_sfan5_)
23+
- The minimap now correctly shows the color of overlay tiles (_sfan5_)
24+
- 3D models: Interpolated bone positions do work again (_appgurueu_)
25+
- Fixed a minor memory leak (_appgurueu_)
26+
- World buttons are no longer shown when no world is selected (_birdlover32767_)
27+
- Text inputs now handle Ctrl+Shift+Left/Right inputs for text selection (_SmallJoker_)
28+
- Chat messages and server connections are now logged (_Sokomine_, _sfan5_)
29+
30+
### World / Server / Environment
31+
- `core.parse_coordinates` now returns a `vector` object (_sfan5_)
32+
- Supported backends are shown in the `--help` output. (_sfan5_)
33+
- Reliability improvement on mapblock loading/unloading during generation (_Montandalar_)
34+
- Node dig particles are sent to all other players. (_sfan5_)
35+
- Improved networking for batch particle sending (_appgurueu_)
36+
37+
### Script API / Modding
38+
- The callback `on_timer(...)` now provides node and timeout information. (_sfan5_)
39+
- Add back the missing endElement in parseTag for `<action>` (_Emojigit_)
40+
- Allow floating-point numbers for `HTTPRequest.timeout` (_whosit_)
41+
- Add API to cancel async jobs (_y5nw_)
42+
- Additional control in `core.dynamic_add_media(...)` to hint client to save media to the cache (_sfan5_)
43+
- Improvements to the mod profiler, Capture Tracy zones (_DS_)
44+
- Add `exclude_player` (filter) to `ParticleSpawner` (_sfan5_)
45+
- Add `core.strip_escapes(...)` (_sfan5_)
46+
- `core.generate_decorations(...)` may now use the correct biome map (_repetitivestrain_)
47+
- New feature to scale nametags by distance (_sfan5_)
48+
49+
### Misc / Maintenance
50+
- Build system maintenance (_sfan5_, _rubenwardy_, _AFCMS_, _ProunceDev_)
51+
- Lua API improvements (_sfan5_, _cx384_, _Zughy_)
52+
- Code cleanup and bugfixes (_sfan5_, _DS_, _SmallJoker_, _y5nw_)
53+
- Memory optimization of "empty" blocks (_lhofhansl_)
54+
- Additional safety checks (_sfan5_, _SmallJoker_)
55+
56+
1357
## 5.12.0 → 5.13.0
1458

1559
Released on 1 August 2025.

cspell.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
"biomeblend",
6767
"Biomegen",
6868
"Biomemap",
69+
"birdlover",
6970
"bitop",
7071
"blit",
7172
"blitback",
@@ -677,6 +678,7 @@
677678
"PRNG",
678679
"proller",
679680
"propogate",
681+
"Prounce",
680682
"Puchkin",
681683
"punchnode",
682684
"punchplayer",
@@ -708,6 +710,7 @@
708710
"RelaBadAngel",
709711
"REMOVENODE",
710712
"Reorganise",
713+
"repetitivestrain",
711714
"Repixture",
712715
"Repology",
713716
"reptice",
@@ -931,6 +934,7 @@
931934
"webdesigner97",
932935
"Weblate",
933936
"weblinks",
937+
"whosit",
934938
"wielditem",
935939
"wieldmesh",
936940
"wieszak",

0 commit comments

Comments
 (0)