Skip to content

v3.7.4

Compare
Choose a tag to compare
@nodebb-misty nodebb-misty released this 17 Apr 13:43
· 4 commits to master since this release

Release build (patch) of NodeBB @ 2024-04-17T13:43:15.150Z

v3.7.4 (2024-04-17)

New Features
Bug Fixes
  • zipObject (110ce66)
  • index should be cid (8410cec)
  • uniqCids (de0176e)
  • if votes are not public, dont show upvoter names in tooltip (5af69db)
  • add canView check to /api/v3/users/:uid (5bee324)
  • is user doesnt have view:users privilege (14f5774)
  • copy dropdown closing on copy ip/text/link (48281f9)
  • align teaser avatar (5fcd1a8)
  • if you have chat:privileged the chat icons should show up (ca07e51)
  • #12485, resolve flags on a topics posts on topic delete (d725679)
  • #12471, remove readable strings (0b1f254)
Refactors
  • add new hooks for notifications/websockets (d2e042d)
  • move parseInt to filter (52e7152)
  • better label for show to groups (cfd29db)
Tests