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

Commit

Permalink
Merge pull request #69 from connorshea/release-1-1-0
Browse files Browse the repository at this point in the history
Release v1.1.0
  • Loading branch information
connorshea authored Nov 11, 2018
2 parents 0a809f2 + 4fb6c84 commit 4901a40
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,23 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]
### Changed

## [1.1.0] - 2018-11-11
### Added
- Add the ability to use `:thumbsdown:` on a Goodbye and have it deleted. ([#15])
- 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])
- Add `ouija!startwithquestion` command, also available as `ouija!startq`. It chooses a random question from an included list. ([#33])
- Add the ability to send final messages to a separate `ouija-archives` channel instead of pinning them. ([#44])
- Made the command prefix (`ouija!` by default) configurable via environment variable. ([#44])

### Changed
- Increase the Goodbye timeout to 5 minutes. ([#15])
- Link to the GitHub commit in the info command's output if the bot is on Heroku.
- Make the `ouija!start` command work only in the `#ouija` channel.
- 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])
- Upgraded discordrb to v3.3.0. ([#66])
- A bunch of dependency updates via Dependabot, including security fixes.

### Fixed
- Handle the `PinLimitReached` error when a channel reaches 50 pinned messages. ([#20])
Expand All @@ -41,6 +47,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#33]: https://github.com/connorshea/ouija-bot/pull/33
[#34]: https://github.com/connorshea/ouija-bot/pull/34
[#44]: https://github.com/connorshea/ouija-bot/pull/44
[#66]: https://github.com/connorshea/ouija-bot/pull/66

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

0 comments on commit 4901a40

Please sign in to comment.