Skip to content

v3.4.0

Compare
Choose a tag to compare
@nodebb-misty nodebb-misty released this 06 Sep 13:41
· 1179 commits to master since this release

Release build (minor) of NodeBB @ 2023-09-06T13:41:30.849Z

v3.4.0 (2023-09-06)

New Features
  • typing user list in chat (6003574)
  • add data-allow-dupe and data-navigator-ignore (92f5c14)
  • add a filter hook to login (a3d6dba)
  • use all events in addTopicEvents (4bc21a2)
  • add socket.data.uid on connect (f026e74)
  • #11949, show alert if posts is going to be queued (731466e)
  • #6021 add min:rep-post-links (#11938) (979f24b)
  • add new notif type for public rooms (b65d8e8)
  • better acp sidebar in dark mode (c92ecfb)
  • check mute when messaging, closes #11932 (9534f9b)
  • log roomId/roomName on delete (b958a39)
Bug Fixes
  • don't create tooltips on mobile (ded596f)
  • always return string from helper (bdeca04)
  • double escape issue, body is escaped in composer-default (6ae0d20)
  • make selector stricter (9f7a39c)
  • #11969, match the server side behaviour for filters (887dfd7)
  • remove og:image value (#11966) (90ac82d)
  • don't try to parse response if request is head #11960 (440299e)
  • pinned msgs when switching chats (acee677)
  • deleted chat messages (#11962) (1a1fd64)
  • closes #11954, fix custom skins with spaces (965780b)
  • dont show chat notif if you are already in the room (3d6668e)
  • #11947, make user message has a numeric timestamp (dc0fb81)
  • #11944, dont refresh page when uninstalling (f5baca1)
  • closes #11921 (e396970)
  • bookmark scroll doing ajaxify (2e0964e)
  • closes #11937, add dropup early based on position on screen (a7a266d)
  • improper SSO format (regression), update openapi schema (4a84680)
  • return empty array for 'sso' otherwise (db15e7c)
  • #11906, remove retrieval of SSO data in getAllData internal method, only retrieve for calling user or admins, and only on edit page (a6c98de)
  • language string (4e0c632)
  • admins should see public chats (aeb27f4)
  • show access denied instead of internal error (7dd143e)
Other Changes
Refactors
Tests