Skip to content

Releases: NodeBB/NodeBB

v3.4.1

06 Sep 15:54
Compare
Choose a tag to compare

Release build (patch) of NodeBB @ 2023-09-06T15:54:21.143Z

v3.4.1 (2023-09-06)

Chores
  • up dbsearch (8357bb2), fix chat message search in psql
Bug Fixes

v3.4.0

06 Sep 13:41
Compare
Choose a tag to compare

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

v3.3.9

25 Aug 02:39
Compare
Choose a tag to compare

Release build (patch) of NodeBB @ 2023-08-25T02:39:17.975Z

v3.3.9 (2023-08-25)

Chores
Bug Fixes
  • isPrivilegeGroup not capturing admin privileges (d13e7cd)
Tests
  • add some tests for isPrivilegeGroup (d5c8bf9)

v3.3.8

23 Aug 22:34
Compare
Choose a tag to compare

Release build (patch) of NodeBB @ 2023-08-23T22:34:15.771Z

v3.3.8 (2023-08-23)

Bug Fixes

v3.3.7

23 Aug 17:16
Compare
Choose a tag to compare

Release build (patch) of NodeBB @ 2023-08-23T17:15:59.802Z

v3.3.7 (2023-08-23)

Bug Fixes
  • closes #11945, fix skins loading if there are no custom skins (438c4c8)

v3.3.6

22 Aug 23:15
Compare
Choose a tag to compare

Release build (patch) of NodeBB @ 2023-08-22T23:15:00.237Z

v3.3.6 (2023-08-22)

Chores

3.3.5

22 Aug 16:42
Compare
Choose a tag to compare

security release

2.8.17

22 Aug 16:30
Compare
Choose a tag to compare

security release

v3.3.4

20 Aug 04:14
Compare
Choose a tag to compare

Release build (patch) of NodeBB @ 2023-08-20T04:14:33.512Z

v3.3.4 (2023-08-20)

Bug Fixes
  • upgrade script, get rid of nested processSortedSet (78a7cfe)

v3.3.3

19 Aug 01:24
Compare
Choose a tag to compare

Release build (patch) of NodeBB @ 2023-08-19T01:24:16.854Z

v3.3.3 (2023-08-19)

Bug Fixes
  • one more fix (51587ca)
  • one more upgrade script fix (b5d1e91)
  • post preview on skins remove clearfix and floats (5a8e6af)
Refactors
  • add connectionTimeout to psql (90f2957)