- An issue where JavaScript and CSS could have been posted in a message
1.1.0
Added
- Optional Discord webhook configuration to boards to send messages to your Discord via a webhook to notify a channel about new topics created in the board
1.0.3
Added
- More details added to the admin views
Fixed
- An issue with unicode characters in category, board or topic names
1.0.2
Fixed
- Admin models are now read-only to prevent users from creating new entries via the Django admin backend, which will cause issues (see issue 47)
1.0.1
Changed
- Default sort order for new categories and boards moved to a constant
Fixed
- Marked `forum_board_new_topic` as internal URL to prevent conflicts with a possible topic called "New Topic" - Error 500 when trying to create a new topic with the exact same name of a topic that already exists on this board