Skip to content

Releases: amargon/nodebb-plugin-discord-notification

v1.5.0

24 Oct 19:17
v1.5.0
1f174c4

Choose a tag to compare

Changed

  • Update Discord URLs and regex as needed to follow Discord API changes ([#10]).
  • Replace deprecated module.parent.require (as in NodeBB 1.11.x and up).

Fixed

  • Don’t try to embed user avatar if no avatar is uploaded.
  • Outdated references to Discord UI.

v1.4.0

24 Jun 12:10
v1.4.0
cdd2dc2

Choose a tag to compare

Added

  • An option to set a custom message to be placed before an embedded content (#6).

v1.3.1

20 Jun 21:50
v1.3.1
96bd357

Choose a tag to compare

Added

  • Translate menu item’s title.

Fixed

  • Convert relative avatar URLs to absolute (#4).

v1.3.0

20 Jun 10:20
v1.3.0
40755ef

Choose a tag to compare

Update for compatibility with NodeBB 1.5.x.

v1.2.0

06 May 22:44
v1.2.0
b9935e0

Choose a tag to compare

Added

  • ACP UI language files.

v1.1.1

06 May 22:44
v1.1.1
a86f519

Choose a tag to compare

Fixed

  • Webhook URL regular expression.
  • Don’t try to send notification if the webhook is not configured.

v1.1.0

06 May 22:43
v1.1.0
a8f9f1e

Choose a tag to compare

Added

  • Use category color as embed border color.

Changed

  • Switch to stable discord.js (^11.1.0).

  • Switch to a single Webhook URL settings field (a workaround for #1).

    Since I could not find an example on how to update plugin configuration in DB, you have to purge old settings manually: db.objects.remove({_key: "settings:discord-notification"});

v1.0.0

06 May 22:42
v1.0.0
9ce7217

Choose a tag to compare

Requires latest discord.js from GitHub (discord.js v11.0.0, latest in NPM, doesn’t handle webhooks well enough).