Skip to content

Commit 1f174c4

Browse files
committed
🎉 Version 1.5.0
1 parent 4ea4238 commit 1f174c4

2 files changed

Lines changed: 23 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,26 @@
55
### Todo
66

77
* Use current [NodeBB Settings Framework](https://nodebb.readthedocs.io/en/latest/plugins/settings.html).
8+
89
* Add debug logging.
910

11+
* Add an option to send test notifications.
12+
13+
14+
## [1.5.0] \(2020-10-24\)
15+
16+
### Changed
17+
18+
* Update Discord URLs and regex as needed to follow Discord API changes ([#10]).
19+
20+
* Replace deprecated `module.parent.require` (as in NodeBB 1.11.x and up).
21+
22+
### Fixed
23+
24+
* Don’t try to embed user avatar if no avatar is uploaded.
25+
26+
* Outdated references to Discord UI.
27+
1028

1129
## [1.4.0] \(2017-06-24\)
1230

@@ -69,7 +87,8 @@
6987
Requires latest [discord.js](https://github.com/hydrabolt/discord.js/) from GitHub (discord.js v11.0.0, latest in NPM, doesn’t handle webhooks well enough).
7088

7189

72-
[Unreleased]: https://github.com/amargon/city-of-doors/compare/v1.4.0...master
90+
[Unreleased]: https://github.com/amargon/city-of-doors/compare/v1.5.0...master
91+
[1.5.0]: https://github.com/amargon/city-of-doors/releases/tag/v1.5.0
7392
[1.4.0]: https://github.com/amargon/city-of-doors/releases/tag/v1.4.0
7493
[1.3.1]: https://github.com/amargon/city-of-doors/releases/tag/v1.3.1
7594
[1.3.0]: https://github.com/amargon/city-of-doors/releases/tag/v1.3.0
@@ -82,3 +101,4 @@ Requires latest [discord.js](https://github.com/hydrabolt/discord.js/) from GitH
82101
[#1]: https://github.com/amargon/nodebb-plugin-discord-notification/issues/1
83102
[#4]: https://github.com/amargon/nodebb-plugin-discord-notification/issues/4
84103
[#6]: https://github.com/amargon/nodebb-plugin-discord-notification/pull/6
104+
[#10]: https://github.com/amargon/nodebb-plugin-discord-notification/pull/10

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nodebb-plugin-discord-notification",
33
"title": "Discord Notifications for NodeBB",
4-
"version": "1.4.0",
4+
"version": "1.5.0",
55
"description": "Send notifications of new posts and topics via Discord webhook.",
66
"keywords": [
77
"discord",
@@ -24,7 +24,7 @@
2424
"license": "MIT",
2525
"main": "library.js",
2626
"dependencies": {
27-
"discord.js": "^12.3.0"
27+
"discord.js": "^12.4.1"
2828
},
2929
"nbbpm": {
3030
"compatibility": "^1.11.0"

0 commit comments

Comments
 (0)