Skip to content

v3.8.0

Compare
Choose a tag to compare
@nodebb-misty nodebb-misty released this 15 May 15:55
· 28 commits to master since this release

Release build (minor) of NodeBB @ 2024-05-15T15:55:44.873Z

v3.8.0 (2024-05-15)

Chores
New Features
  • track uid for email/username changes, closes #12454 (325d00e)
  • closes #12477, allow editing moderation notes (af205cc)
  • parse moderation notes as markdown (7d24b04)
  • closes #12490, show profile flags on account info page (b429045)
  • closes #12491, add unban & unmute history (985663f)
  • new client-side hook to allow plugins to modify relogin url (c778f6e)
  • closes #12453, filter events by user/group (4030f18)
  • move all user profile pics to folder, closes #12449 (#12450) (8f9ac5c)
  • allow customizing uploads.upload socket methods (dc67f54)
  • allow custom fields in user csv export, closes #12401 (83ca23c)
Bug Fixes
  • chat message search, closes #12571 (d926d9d)
  • some issues with "small" docker improvements (#12564) (bc807c4)
  • use reference object for post summary v3 api call (2a58d09)
  • unintentional object pollution by buildForSelectCategories (88a5dfb)
  • getCategoryById to return shallow clone of object (dc35bf8)
  • #12533, go to post after changing owner (983a35e)
  • topic selection in merge (f289238)
  • closes #12474, fix search dropdown on mobile for merge (ce03680)
  • #12481, remove priv groups from groupslug:groupname mapping (#12482) (7033d11)
  • bump 2factor (4d2c95c)
  • date on upgrade script (73f9856)
  • use CategoryObject in admins-mods schema def (4da1e9c)
  • missing uid for modify event, closes #12394 (7c37f32)
  • docker: support all previously used env variables correctly (#12567) (995b2de)
Refactors
  • add missing form-label class (36016ee)
  • use groupslug:groupname for search and acp page (ee5c021)
Tests