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)
-
[2.23.1]
- Update NodeBB to 4.7.1
- Full Changelog
- stop extraneous vote and tids_read data from being saved for remote users (
9f72996) - add hreflang to buildLinkTag (
ba85474) - #13790, allow ssl setup in psql (
5bd1f7b) - wrong increment value (
b1fc5bf) - increment progress on upgrade script (
9f94a72) - disallow inline viewing of unsafe files (#13833) (
5ae8d55) - moving topic to cid=-1 will remove it from list (
90a1513) - show errors when saving settings (
f49f540) - closes #13666, update category label (
193aaf5) - respect user pagination settings in infinite scroll (#13765) (#13788) (
ebf2a2c)
-
[2.23.2]
- Update NodeBB to 4.7.2
- Full Changelog
- update data-isowner when changing is ownership (
1f9f2df) - bump 2factor (
d031371)
-
[2.24.0]
- Update NodeBB to 4.8.0
- Full Changelog
- user crossposts federate as:Announce
- add missing files, minor changes to crossposts list modal
- introduce new front-end UI button for cross-posting, hide move on topics in remote cids
- disallow moving topics to and from remote categories, + basic tests for topic moving
- API v3 calls to crosspost and uncrosspost a topic to and from a category
- refactor out.announce.topic to allow user announces, refactor tests to accommodate
- stop extraneous vote and tids_read data from being saved for remote users
- support remote Dislike activity, federate out a Dislike on downvote, bwahahah
- expand postingRestrictedToMods mask testing, handle actor update for that prop
- setAddBulk (#13805)