NodeBB
Node.js based forum software built for the modern web
Alternative to: discourse, vanilla forums, circle
About
Versions (100)
v3.12.0
2024-12-18Release build (minor) of NodeBB @ 2024-12-18T15:04:42.758Z
v3.12.0 (2024-12-18)
New Features
- add some missing canonical tags, closes #12961 (e6bdbb6b)
- use displayname in chat teasers/userlist, in digest email (69a08c0f)
- add “keep original image after resize” option (9a635870)
- add visibility option to custom user fields, closes #12942 (77382e3b)
Bug Fixes
- closes #12980, properly reset all plugins with
./nodebb reset -a(f0aa960c) - chat header line-height (8883eaf7)
- make sure theme screenshot starts with themeDir (3b713afe)
- closes #12963, change translation to general (04eb9e1a)
- race condition that results in 2x localReset call the same process (c25fd40a)
- closes #12962, fix js error for guests on /users (4568ec3e)
- closes #12957, don’t overflow thumbs modal if filename is too long (c8a38667)
- escape about me on user flags (26026fb2)
- issue where clicking on a topic thumb caused a page nav, fixes #12948 (5b60aee6)
- users page QoL improvements (2e0a1751)
Refactors
- closes #12979, show plugin id/version on semver error (abcb200f)
- move to saas plugin (27867d77)
- check if caches have the requested cache name (38520769)
- add csrf protection to webinstall POST route (8f465afc)
- explicit settings/appearance routes (bb0ff6d6)
- only send required fields in query (76caa92c)
- replace math.random with crypto (9d2af7e1)
- remove “password” in comments (fe811537)