qrm2/CHANGELOG.md
2019-12-15 19:09:29 -05:00

1.6 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

[v2.0.0] - 2019-12-15

Added

  • Global info, secrets, and options are now stored in their own files, using 0x5c/quick-bot-no-pain
  • Common functions, checks, and data are now stored in their own file
  • Rich lookup for AE7Q.com (callsigns only, more to come)
  • Rich lookup for QRZ.com, if a QRZ subscription is present
  • Timestamp and requester username and avatar are now shown on embeds
  • Current and 3-Day forecast for terrestrial weather conditions lookup commands
  • Extension control commands
  • Changelog command
  • Command to show callsign rules
  • Docker support, including an official docker image and instructions for running the bot in docker

Changed

  • Rewrote code to take advantage of discord.py's cogs and extensions
  • Moved most bot responses into embed
  • 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 (more improvements to come)
  • Improved the help command, taking advantage of discord.py's new features
  • Improved command and argument names to be more clear

Removed

Fixed

  • Cleaned up code to comply with the PEP8 Standard
  • Issue in morse and unmorse commands where spaces were not interpreted correctly