NodeBB - Package Updates
-
-
[2.22.2]
- Update NodeBB to 4.6.2
- Full Changelog
- #13779, svg uploads
- #13776, if plugin is in install/package.json use latest version from there
- category labels showing up on infinite scroll on category page
- crash in resolveInboxes
- log out user if session cookie resolves to non-existent uid
- make i18n test failure message easier to read
- wrong auto-categorization if group actor is explicitly included in
audience - order of operations when updating category handle
- closes #13729, fix filename encoding
-
[2.22.3]
- Update NodeBB to 4.6.3
- Full Changelog
- update validator dep. to get fix for CVE-2025-56200 (
af477d0) - missing logic in mocks.notes.private that precluded the use of emoji (
76a07d5) - tiny fix for IS when page is empty (
12dab84)
-
[2.23.0]
- Update NodeBB to 4.7.0
- Full Changelog
- federate out undo(announce) when moving topics (832477f)
- native image appending for remote private notes (822f4ed)
- add isNumber to client-side helpers (172aabc)
- handle Move(Context) activity (8ca52c7)
- update Remove(Context) to use target instead of origin, federate out Move(Context) on topic move between local cids (d02e188)
- context removal logic (aka moving topics to uncategorized, and federating this to other NodeBBs) (34e95e6)
- add new setting to control posts uploads being shown as thumbs (97e59fb)
- handle Delete(Context) as a move to cid -1 if the remote context still exists (f98a721)