From b02b3a2b1c3c723848a3bb2258e135ab78a7962b Mon Sep 17 00:00:00 2001 From: Abigail Gold <5366828+classabbyamp@users.noreply.github.com> Date: Mon, 21 Oct 2019 23:25:54 -0400 Subject: [PATCH] Create CHANGELOG.md --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..481478c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,22 @@ +# Changelog +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] +### Added +- Global info, secrets, and options are now stored in their own files, using [0x5c/quick-bot-no-pain](https://github.com/0x5c/quick-bot-no-pain) +- Rich lookup for AE7Q (callsigns only, more to come) +- Rich lookup for QRZ, if a QRZ subscription is present +- Timestamp and requester username and avatar are now shown on embeds +### Changed +- Rewrote code to take advantage of discord.py's cogs +- Moved most bot responses into embeds +- Re-implemented shutdown and restart commands using discord.py checks +- Embed colors now fit with discord's theme +- The contest calendar command no longer relies on `selenium` +### Removed +- CTY.DAT parsing is now its own library (`ctyparser` available on pypi) +- Removed Herobrine +### Fixed +- Cleaned up code to comply with the PEP8 Standard