You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+21-1Lines changed: 21 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,26 @@
5
5
### Todo
6
6
7
7
* Use current [NodeBB Settings Framework](https://nodebb.readthedocs.io/en/latest/plugins/settings.html).
8
+
8
9
* Add debug logging.
9
10
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
+
10
28
11
29
## [1.4.0]\(2017-06-24\)
12
30
@@ -69,7 +87,8 @@
69
87
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).
0 commit comments