Skip to content

Commit

Permalink
add discord changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cj123 authored Oct 25, 2019
1 parent be2f43d commit 646c17c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
v1.5.2
------

Added:

* Discord Enhancements (Thanks @cheesegrits!):
- Splits the '!schedule' command into '!sessions' (full "wall of text" individual session calendar, restricted to one week ahead) and '!schedule' (abbreviated, one per race calendar). This still needs work, as can easily exceed Discord's max msg length.

- Added role mentioning. If the optional DiscordRoleID is set, that role will be mentioned in all Discord notifications (meaning anyone with that role will get pinged). Additionally, if the optional 'DiscordRoleCommand' is also set, we will attempt to add/remove that role for users, when they issue the "!whatever" command verb - this requires that the bot has "Manage Roles" permission.

- Changed NotificationReminderTimer to NotificationReminderTimers (plural), to support comma separated multiple timers (like "90,15" for two reminders at 90 and 15 minutes).

- Added option to disable notifications when a race is scheduled.

- Added notification for scheduled races being cancelled.

- Improved formatting of Discord messages, everything is now an embed (except the role mention, which has to be part of the basic message).

Fixes:

* Fixes track pages for users running Server Manager on Windows
Expand Down

0 comments on commit 646c17c

Please sign in to comment.