Skip to content

v3.2.0

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

Release build (minor) of NodeBB @ 2023-06-28T15:54:25.953Z

v3.2.0 (2023-06-28)

Chores
  • deps:

  • i18n:

    • fallback strings for new resources: nodebb.admin-appearance-skins (7ca85c6)
    • fallback strings for new resources: nodebb.admin-advanced-cache, nodebb.admin-advanced-errors, nodebb.admin-development-logger (fa8e656)
    • fallback strings for new resources: nodebb.admin-appearance-customise (0863afd)
    • fallback strings for new resources: nodebb.user (195b09d)
    • fallback strings for new resources: nodebb.admin-manage-users (934b679)
    • fallback strings for new resources: nodebb.themes-harmony (619c4ff)
    • fallback strings for new resources: nodebb.topic (639eeb4)
    • fallback strings for new resources: nodebb.admin-appearance-customise, nodebb.admin-appearance-skins, nodebb.admin-appearance-themes, nodebb.admin-settings-api (d508772)
    • fallback strings for new resources: nodebb.admin-manage-groups (e53929f)
    • fallback strings for new resources: nodebb.users (1ffc922)
    • fallback strings for new resources: nodebb.modules (54a683b)
    • fallback strings for new resources: nodebb.themes-harmony (0aef9a9)
    • fallback strings for new resources: nodebb.admin-settings-api (78bc71a)
New Features
  • closes #11747, add pagination to tokens page (4b11cd0)
  • add vote privs to topic (#11734) (86faed6)
  • custom skins panel in acp (556fd65)
  • add req and socket to als, closes #10304 (68ddca1)
  • #11714, add page title (1a5e18c)
  • #11714, add registrationQueue flag (3080eb7)
  • do not show the replies container in a post's footer if the only reply present is the next post (da02361)
  • add new tab to define bs variables (de68f74)
  • bring back noskin option (2edfe0e)
  • add not validated/expired (5fae09f)
  • closes #11671, allow custom classes on body (e89cfd4)
  • upgrade fonts (392a7d2)
  • allow more params to app.newTopic/newReply (325c195)
  • update progress bar more frequently (99aaa9f)
  • closes #11630 (8c9ab01)
  • add hidden-empty utility (63ae03b)
  • translate bodyShort (ed15cbb)
  • add lang string and drag fix (db9b807)
  • center chat modal attr (4833a2b)
  • token rolling API for admins (4f524e9)
  • token editing and deletion (ce23caf)
  • api token migration, new ACP tokens list, token creation (e4888de)
  • internal utility functions for token management (creation, deletion, etc) (7b8bffd)
Bug Fixes
Other Changes
Performance Improvements
  • make less db calls to load indices (0b2feb9)
Refactors
Reverts
Tests