Release build (minor) of NodeBB @ 2024-11-27T14:55:52.208Z
v3.11.0 (2024-11-27)
New Features
- use displayname in chat system messages, closes #12937 (e6f78d2)
- move website/location fields into custom user fields (669c9c5)
- add pagination to groups page, api routes (49e0e1a)
- add date and multiselect custom fields (9cf85ce)
- new language file for user custom fields (05fb8aa)
- closes #12902, allow adding users as post editors (bc00df3)
- added nn_NO, takk! (b9eff72)
- add read topics route (757d710)
Bug Fixes
- update acp template to use new lang keys (bc5b91a)
- spec, dont show registered-users, verified-users, unverified-users in manage groups (8605584)
- #12927, give more right padding on FF (5b3b003)
- dont show chat upload btn if maxFileSize is 0, #12926 (1412585)
- dont allow core user fields to be used as custom fields (836e845)
- button to match category dropdown (5e9b7b4)
- filter undefined posts/topics (db291ec)
- don't crash if post is undefined (d477090)
- spec (d5c9c0b)
- block search showing old matches (a9fc13d)
- missing template (008ad1e)
- naive checking to handle uploaded images whose filenames end with '-resized' (1268ed5)
- update copy to reflect real default value of 2000px for
resizeImageWidthThreshold
(4614958) - editor removal (977d80c)
- add warning txt file for nn-NO (23b3a64)
- incorrect folder syntax for nn_NO (396c776)
- use postData.topic.title instead of topicData.title (d24bc5c)
- another missing await (10a85e9)
Other Changes
- remove unused utils (0e4fc53)
- remove unused utils (b6a7936)
- //github.com//issues/12824 (c4a60db)
Refactors
- shorter check for showfullname (6ebff2e)
- remove unused uids (20da714)
- no category sharing for a long time (6af5cef)
- move flags into core (3dff083)
- add some margin bottom to bs tags (40758b3)
- post queue btn and dropdown (038fb71)
- search logic to use switch..case (bd76ccf)