Skip to content

Releases: NodeBB/NodeBB

v2.5.5

11 Oct 17:07
Compare
Choose a tag to compare

Release build (patch) of NodeBB @ 2022-10-11T17:07:16.319Z

v2.5.5 (2022-10-11)

Chores

v2.5.4

11 Oct 12:25
Compare
Choose a tag to compare

Release build (patch) of NodeBB @ 2022-10-11T12:25:35.901Z

v2.5.4 (2022-10-11)

Continuous Integration
Bug Fixes
  • EEXISTS error on linux if plugin/theme overrides core js file (ebd5dcc)
  • category ordering add test (177d904)
  • crash in category drag, closes #10932 (989b55d)
  • broken flag history on flag update (803398e)
  • scroll to post if theme doesn't have top navbar (aad0a61)
  • add lru-cache to checked packages, to fix upgrade issue with lru-cache (14515f6)

v3.0.0-alpha.1

06 Oct 17:15
Compare
Choose a tag to compare
v3.0.0-alpha.1 Pre-release
Pre-release

First alpha release of v3.0.0.

Alpha usually means it is not production-ready.

v2.5.3

19 Sep 16:24
Compare
Choose a tag to compare

Release build (patch) of NodeBB @ 2022-09-19T16:23:58.834Z

v2.5.3 (2022-09-19)

Chores
  • remove duplicate version increment lines in changelog (5dbcfef)
  • bring back treding plugins (8aa1596)
  • incrementing version number - v2.5.2 (babcd17)
  • update changelog for v2.5.2 (84b6a7c)
  • incrementing version number - v2.5.1 (ce3aa95)
  • incrementing version number - v2.5.0 (01d276c)
  • incrementing version number - v2.4.5 (dd3e1a2)
  • incrementing version number - v2.4.4 (d5525c8)
  • incrementing version number - v2.4.3 (9c647c6)
  • incrementing version number - v2.4.2 (3aa7b85)
  • incrementing version number - v2.4.1 (60cbd14)
  • incrementing version number - v2.4.0 (4834cde)
  • incrementing version number - v2.3.1 (d242594)
  • incrementing version number - v2.3.0 (046ea12)
New Features
Bug Fixes
  • #10906, allow middleware.checkAccountPermissions to be called with either uid or userslug in params (cf4f544)
  • #10896, unescape / in taskbar (8e2129f)
  • add back timeago to post history modal (d3e38df)
  • deps: bump composer-default to v9.1.1 (1d80a07)
Other Changes
Performance Improvements
  • disable trending plugins, too slow due to nbbpm (b392450)
Tests
  • add back /admin/extend/plugins test (1c9c39a)

v2.5.2

04 Sep 14:57
Compare
Choose a tag to compare

Release build (patch) of NodeBB @ 2022-09-04T14:56:56.135Z

v2.5.2 (2022-09-04)

Chores
  • incrementing version number - v2.5.1 (ce3aa95)
  • update changelog for v2.5.1 (2b2fd4f)
  • incrementing version number - v2.5.0 (01d276c)
  • incrementing version number - v2.4.5 (dd3e1a2)
  • incrementing version number - v2.4.4 (d5525c8)
  • incrementing version number - v2.4.3 (9c647c6)
  • incrementing version number - v2.4.2 (3aa7b85)
  • incrementing version number - v2.4.1 (60cbd14)
  • incrementing version number - v2.4.0 (4834cde)
  • incrementing version number - v2.3.1 (d242594)
  • incrementing version number - v2.3.0 (046ea12)
Bug Fixes
Other Changes
Tests
  • disable nbbpm test temporarily (1dc79d7)

v2.5.1

02 Sep 19:14
Compare
Choose a tag to compare

Release build (patch) of NodeBB @ 2022-09-02T19:14:01.091Z

v2.5.1 (2022-09-02)

Chores
  • incrementing version number - v2.5.0 (01d276c)
  • update changelog for v2.5.0 (1076285)
  • incrementing version number - v2.4.5 (dd3e1a2)
  • incrementing version number - v2.4.4 (d5525c8)
  • incrementing version number - v2.4.3 (9c647c6)
  • incrementing version number - v2.4.2 (3aa7b85)
  • incrementing version number - v2.4.1 (60cbd14)
  • incrementing version number - v2.4.0 (4834cde)
  • incrementing version number - v2.3.1 (d242594)
  • incrementing version number - v2.3.0 (046ea12)
Bug Fixes
  • missing escape on ACP category backgroundImage property (67cb703)
  • deps: temporarily add back old textcomplete dependencies so emoji plugin can import them (61d1e9e)

v2.5.0

01 Sep 16:14
Compare
Choose a tag to compare

Release build (minor) of NodeBB @ 2022-09-01T16:14:06.229Z

v2.5.0 (2022-09-01)

Breaking Changes
  • reduce nodebb.min.js size by around 800kb (b7addff)
Chores
  • i18n:
    • fallback strings for new resources: nodebb.admin-settings-reputation (e20433e)
    • fallback strings for new resources: nodebb.admin-settings-post (fcbbb4d)
    • fallback strings for new resources: nodebb.admin-advanced-cache (90fc50e)
  • move @textcomplete and its modules to composer-default (3cbb7a3)
  • remove client-side js file for tpl that no longer exists (bc2ea86)
  • incrementing version number - v2.4.5 (dd3e1a2)
  • update changelog for v2.4.5 (d505cc4)
  • incrementing version number - v2.4.4 (d5525c8)
  • incrementing version number - v2.4.3 (9c647c6)
  • incrementing version number - v2.4.2 (3aa7b85)
  • update changelog for v2.4.1 (20a661e)
  • incrementing version number - v2.4.1 (fecf31b)
  • incrementing version number - v2.4.1 (60cbd14)
  • incrementing version number - v2.4.0 (4834cde)
  • incrementing version number - v2.3.1 (d242594)
  • incrementing version number - v2.3.0 (046ea12)
  • deps:
Documentation Changes
  • openapi: v3 spec for new user export routes (70652ad)
New Features
  • remove visibilityjs (#10870) (1920732)
  • introduce ACP defined option to rescind notif or do nothing on flag resolve/reject (15b1561)
  • allow v3 api to handle 202 and 204 response codes as well. (0cda5aa)
  • don't show signatures again in pagination mode in same topic (0a6900f)
  • setting to show signatures only once in topics, closes #10071 (aba420a)
  • add event type to topic event component (bcb94ed)
  • allow plugins to add to admin cache list (#10833) (a9bbb58)
Bug Fixes
  • deps:
    • update dependency compare-versions to v4.1.4 (884d407)
    • update dependency mongodb to v4.9.0 (e51004e)
    • update dependency lru-cache to v7.14.0 (d8a52f8)
    • bump composer-default to v9 (81f8d84)
    • remove textcomplete in favour of @textcomplete/core (same package, just refactored) (b7bcc36)
    • update dependency nodebb-theme-persona to v12.1.1 (#10838) (444b4d5)
    • update dependency ace-builds to v1.9.5 (4c44d12)
    • update dependency lru-cache to v7.13.2 (4ddc0c7)
    • update dependency nodemailer to v6.7.8 (dd38518)
    • pin dependency @isaacs/ttlcache to 1.2.0 (150a748)
    • update dependency nodebb-plugin-composer-default to v8.0.1 (#10819) (9a7dd3a)
    • update dependency nodebb-plugin-composer-default to v8.0.1 (#10819) (69c87c2)
  • empty thread tools container on open (a088eb1)
  • add dropup handler to thread tools menu, updated how post tools menu adds dropup handler (c1936e8)
  • empty thread tools container on open (df36d96)
  • add dropup handler to thread tools menu, updated how post tools menu adds dropup handler (3dd3cd8)
  • removing duplicate session rerolling code (as it is in passport@^0.6 now) (65b3996)
  • don't crash if post is undefined (e06e526)
  • return at least one in sizeCalculation (#10832) (3975fa2)
Refactors
  • remove console.log (a2d0cd1)
  • move export generation logic to v3 controller, GET/HEAD routes for exports (d057051)
  • use group.slug on acp group urls closes #8277 (14c7976)
Tests

v2.4.5

22 Aug 16:14
Compare
Choose a tag to compare

Release build (patch) of NodeBB @ 2022-08-22T16:13:58.983Z

v2.4.5 (2022-08-22)

Chores
  • incrementing version number - v2.4.4 (d5525c8)
  • update changelog for v2.4.4 (77e492b)
  • incrementing version number - v2.4.3 (9c647c6)
  • incrementing version number - v2.4.2 (3aa7b85)
  • incrementing version number - v2.4.1 (60cbd14)
  • incrementing version number - v2.4.0 (4834cde)
  • incrementing version number - v2.3.1 (d242594)
  • incrementing version number - v2.3.0 (046ea12)
Bug Fixes
  • wrap passport.authenticate to pass in keepSessionInfo if not already set (9b96c33)
  • parseInt caller.uid closes #10849 (bc37a5c)

v2.4.4

18 Aug 13:45
Compare
Choose a tag to compare

Release build (patch) of NodeBB @ 2022-08-18T13:45:26.725Z

v2.4.4 (2022-08-18)

Chores
  • incrementing version number - v2.4.3 (9c647c6)
  • update changelog for v2.4.3 (06da15a)
  • incrementing version number - v2.4.2 (3aa7b85)
  • incrementing version number - v2.4.1 (60cbd14)
  • incrementing version number - v2.4.0 (4834cde)
  • incrementing version number - v2.3.1 (d242594)
  • incrementing version number - v2.3.0 (046ea12)
Bug Fixes

v2.4.3

18 Aug 02:33
Compare
Choose a tag to compare

Release build (patch) of NodeBB @ 2022-08-18T02:33:19.070Z

v2.4.3 (2022-08-18)

Chores
  • incrementing version number - v2.4.2 (3aa7b85)
  • update changelog for v2.4.2 (ba7a346)
  • incrementing version number - v2.4.1 (60cbd14)
  • incrementing version number - v2.4.0 (4834cde)
  • incrementing version number - v2.3.1 (d242594)
  • incrementing version number - v2.3.0 (046ea12)
Bug Fixes
  • #10845, disallow inline viewing of uploaded html files (4dc7fa0)