| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-19 | 1.9 kB | |
| v4.15.1 source code.tar.gz | 2026-08-19 | 5.7 MB | |
| v4.15.1 source code.zip | 2026-08-19 | 8.1 MB | |
| Totals: 3 Items | 13.8 MB | 2 | |
Release build (patch) of NodeBB @ 2026-08-19T17:37:15.952Z
v4.15.1 (2026-08-19)
New Features
- privileges: add "All Categories" aggregate view to admin privileges page (#14303) (7156e734)
- allow delegating user management ACP pages via admin:users (#14629) (6cc33c36)
- allow granting post edit permission to groups (#14625) (f5f9439e)
Bug Fixes
- closes [#14635], fix reporterUid (e3ac49b7)
- honor topic sort in navigator scroller, closes [#12480] (#14634) (47bb3142)
- send unread count with new notifications (#14632) (56ade8c9)
- resync notification count when loading the notification list (#14631) (f01b041f)
- add missing biweekly title, closes [#14630] (89dbbf62)
- mark chat notifications read when received in the open room (#14627) (daa65da2)
- realtimeUids check in messaging notifications (334ab73d)
- autocomplete menu position in rtl (#14626) (9cfc7246)
- closes [#14624], dont show ban/mute/flags to self (3db92c55)
- enforce email:disableEdit in the email change interstitial (#14620) (d7e6f921)
- merge icon (f886bf44)
- update url hash when switching tabs on acp plugins page (#14619) (21142ea3)
- add cache buster for uploaded acp uploaded images (88d4409a)
- clear anchor text if empty (8bba604e)
- closes [#14616] (a016c828)
- closes [#14615], fix tx string (c6768b9b)
- [#14608] (979654dc)
- closes [#14608] (1c08a495)
- add missing px (d02ecc6f)
- line height in category icons (7bcdebe5)
- use trust_proxy value if it was supplied during setup (d5988b32)
- deps: update dependency sanitize-html to v2.17.7 (#14611) (3e378470)
Refactors
- move plugin install/uninstall/activate/upgrade calls (22dc2162)
- remove middleware.addUploadHeaders from statics (709b9194)
- only make both users owners in private chats (733b8b38)
- use a Map (c29980d3)
Tests
- template tests (88b35c6a)