Skip to content
This repository was archived by the owner on Sep 4, 2022. It is now read-only.

Commit 4901a40

Browse files
authored
Merge pull request #69 from connorshea/release-1-1-0
Release v1.1.0
2 parents 0a809f2 + 4fb6c84 commit 4901a40

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,23 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

66
## [Unreleased]
7+
### Changed
8+
9+
## [1.1.0] - 2018-11-11
710
### Added
811
- Add the ability to use `:thumbsdown:` on a Goodbye and have it deleted. ([#15])
912
- 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])
1013
- Add `ouija!startwithquestion` command, also available as `ouija!startq`. It chooses a random question from an included list. ([#33])
1114
- 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])
1216

1317
### Changed
1418
- Increase the Goodbye timeout to 5 minutes. ([#15])
1519
- Link to the GitHub commit in the info command's output if the bot is on Heroku.
1620
- Make the `ouija!start` command work only in the `#ouija` channel.
1721
- 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.
1824

1925
### Fixed
2026
- 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/).
4147
[#33]: https://github.com/connorshea/ouija-bot/pull/33
4248
[#34]: https://github.com/connorshea/ouija-bot/pull/34
4349
[#44]: https://github.com/connorshea/ouija-bot/pull/44
50+
[#66]: https://github.com/connorshea/ouija-bot/pull/66
4451

45-
[Unreleased]: https://github.com/connorshea/ouija-bot/compare/v1.0.0...HEAD
52+
[Unreleased]: https://github.com/connorshea/ouija-bot/compare/v1.1.0...HEAD
53+
[1.1.0]: https://github.com/connorshea/ouija-bot/compare/v1.0.0...v1.1.0
4654
[1.0.0]: https://github.com/connorshea/ouija-bot/compare/b00da172b81f63ce4a6a41d17b93ae61e24b96c6...v1.0.0

0 commit comments

Comments
 (0)