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
{{ message }}
This repository was archived by the owner on Sep 4, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,17 +4,23 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
5
5
6
6
## [Unreleased]
7
+
### Changed
8
+
9
+
## [1.1.0] - 2018-11-11
7
10
### Added
8
11
- Add the ability to use `:thumbsdown:` on a Goodbye and have it deleted. ([#15])
9
12
- A debug mode, can be toggled with `ouija!enable_debug` and `ouija!disable_debug`. This is only accessible to the owner of the bot right now. It makes it easier to get a "Goodbye" accepted or declined by the bot, only requiring one upvote/downvote. ([#21])
10
13
- Add `ouija!startwithquestion` command, also available as `ouija!startq`. It chooses a random question from an included list. ([#33])
11
14
- Add the ability to send final messages to a separate `ouija-archives` channel instead of pinning them. ([#44])
15
+
- Made the command prefix (`ouija!` by default) configurable via environment variable. ([#44])
12
16
13
17
### Changed
14
18
- Increase the Goodbye timeout to 5 minutes. ([#15])
15
19
- Link to the GitHub commit in the info command's output if the bot is on Heroku.
16
20
- Make the `ouija!start` command work only in the `#ouija` channel.
17
21
- The bot will now upvote and downvote the "Goodbye" message when it's recieved, this makes it easier for users to add `:thumbsup:`/`:thumbsdown:`. ([#34])
22
+
- Upgraded discordrb to v3.3.0. ([#66])
23
+
- A bunch of dependency updates via Dependabot, including security fixes.
18
24
19
25
### Fixed
20
26
- Handle the `PinLimitReached` error when a channel reaches 50 pinned messages. ([#20])
@@ -41,6 +47,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
0 commit comments