qrm2/CHANGELOG.md

70 lines
2.8 KiB
Markdown
Raw Normal View History

2019-10-21 23:25:54 -04:00
# 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/).
2020-01-04 02:18:06 -05:00
## [Unreleased]
2020-01-04 17:14:41 -05:00
### Added
- Added Trustee field to qrz command for club callsigns.
- Added alias for `ae7q call` command (`ae7q c`).
### Changed
2020-01-04 16:36:47 -05:00
- Changelog command to accept a version as argument.
2020-01-04 16:38:52 -05:00
- The qrz command can now link to a QRZ page instead of embedding the data with the `--link` flag.
### Fixed
- Fixed ditto marks (") appearing in the ae7q call command.
- Fixed issue where incorrect table was parsed in ae7q call command.
2020-01-04 02:18:06 -05:00
## [2.1.0] - 2020-01-04
### Added
2020-01-04 02:13:06 -05:00
- New NATO "phonetics" command.
- Flag emojis to commands with countries.
- Image attribution and description to "image" commands.
- Better user-facing command error handling.
2020-01-04 02:13:06 -05:00
- Reacts with emojis upon specific keywords.
- Official server to info command.
- Command linking to the issue tracker.
- New key in options.py: pika.
2020-01-04 02:13:06 -05:00
### Changed
- The "phonetics" command is now called "funetics".
2020-01-04 02:13:06 -05:00
- All commands now respond in embeds.
- Playing status can now change on a schedule or randomly from a list.
### Fixed
- Fixed incorrect information in the `prefixes` command.
## [2.0.0] - 2019-12-16
2019-10-21 23:25:54 -04:00
### Added
2019-12-15 19:09:29 -05:00
- Rich lookup for AE7Q.com (callsigns only, more to come)
- Rich lookup for QRZ.com, if a QRZ subscription is present
- Current and 3-Day forecast for terrestrial weather conditions lookup commands
2019-10-30 15:26:29 -04:00
- Changelog command
2019-12-15 19:09:29 -05:00
- Command to show callsign rules
- Extension control commands
- Timestamp and requester username and avatar are now shown on embeds
2019-12-15 19:09:29 -05:00
- Docker support, including an [official docker image](https://hub.docker.com/r/classabbyamp/discord-qrm2) and instructions for running the bot in docker
- Global info, secrets, and options are now stored in their own files, based on [0x5c/quick-bot-no-pain](https://github.com/0x5c/quick-bot-no-pain)
2019-10-21 23:25:54 -04:00
### Changed
2019-12-15 19:09:29 -05:00
- Improved the help command, taking advantage of discord.py's new features
- Improved command and argument names to be more clear
- Embed colors now fit with discord's theme
- Re-implemented shutdown and restart commands using discord.py checks
- The contest calendar command no longer relies on `selenium` (more improvements to come)
- Rewrote code to take advantage of discord.py's cogs and extensions
- Moved most bot responses into embeds
2019-10-21 23:25:54 -04:00
### Removed
2019-12-15 19:09:29 -05:00
- CTY.DAT parsing is now its own library ([`ctyparser` available on pypi](https://pypi.org/project/ctyparser/))
2019-10-21 23:25:54 -04:00
- Removed Herobrine
### Fixed
- Cleaned up code to comply with the PEP8 Standard
2019-12-15 19:09:29 -05:00
- Issue in morse and unmorse commands where spaces were not interpreted correctly
## 1.0.0 - 2019-07-31 [YANKED]
2020-01-04 02:18:06 -05:00
[Unreleased]: https://github.com/classabbyamp/discord-qrm2/compare/v2.1.0...HEAD
[2.1.0]: https://github.com/classabbyamp/discord-qrm2/releases/tag/v2.1.0
[2.0.0]: https://github.com/classabbyamp/discord-qrm2/releases/tag/v2.0.0