mirror of
				https://github.com/miaowware/qrm2.git
				synced 2025-11-03 19:50:20 -05:00 
			
		
		
		
	update changelog and bump version
This commit is contained in:
		
							parent
							
								
									6cbf975593
								
							
						
					
					
						commit
						fcbb3be028
					
				
							
								
								
									
										24
									
								
								CHANGELOG.md
									
									
									
									
									
								
							
							
						
						
									
										24
									
								
								CHANGELOG.md
									
									
									
									
									
								
							@ -3,23 +3,29 @@ 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/).
 | 
					The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## [Unreleased]
 | 
					## [v2.0.0] - 2019-12-15
 | 
				
			||||||
### Added
 | 
					### 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)
 | 
					- 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)
 | 
					- Common functions, checks, and data are now stored in their own file
 | 
				
			||||||
- Rich lookup for QRZ, if a QRZ subscription is present
 | 
					- 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
 | 
					- Timestamp and requester username and avatar are now shown on embeds
 | 
				
			||||||
- Current and 3-Day Forecast terrestrial weather conditions lookup commands
 | 
					- Current and 3-Day forecast for terrestrial weather conditions lookup commands
 | 
				
			||||||
- Extension control commands.
 | 
					- Extension control commands
 | 
				
			||||||
- Changelog command
 | 
					- Changelog command
 | 
				
			||||||
 | 
					- Command to show callsign rules
 | 
				
			||||||
 | 
					- Docker support, including an [official docker image](https://hub.docker.com/r/classabbyamp/discord-qrm2) and instructions for running the bot in docker
 | 
				
			||||||
### Changed
 | 
					### Changed
 | 
				
			||||||
- Rewrote code to take advantage of discord.py's cogs
 | 
					- Rewrote code to take advantage of discord.py's cogs and extensions
 | 
				
			||||||
- Moved most bot responses into embeds
 | 
					- Moved most bot responses into embed
 | 
				
			||||||
- Re-implemented shutdown and restart commands using discord.py checks
 | 
					- Re-implemented shutdown and restart commands using discord.py checks
 | 
				
			||||||
- Embed colors now fit with discord's theme
 | 
					- Embed colors now fit with discord's theme
 | 
				
			||||||
- The contest calendar command no longer relies on `selenium`
 | 
					- 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
 | 
					### Removed
 | 
				
			||||||
- CTY.DAT parsing is now its own library (`ctyparser` available on pypi)
 | 
					- CTY.DAT parsing is now its own library ([`ctyparser` available on pypi](https://pypi.org/project/ctyparser/))
 | 
				
			||||||
- Removed Herobrine
 | 
					- Removed Herobrine
 | 
				
			||||||
### Fixed
 | 
					### Fixed
 | 
				
			||||||
- Cleaned up code to comply with the PEP8 Standard
 | 
					- Cleaned up code to comply with the PEP8 Standard
 | 
				
			||||||
 | 
					- Issue in morse and unmorse commands where spaces were not interpreted correctly
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										2
									
								
								info.py
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								info.py
									
									
									
									
									
								
							@ -24,4 +24,4 @@ authors = ("@ClassAbbyAmplifier#2229", "@0x5c#0639")
 | 
				
			|||||||
description = """A bot with various useful ham radio-related functions, written in Python."""
 | 
					description = """A bot with various useful ham radio-related functions, written in Python."""
 | 
				
			||||||
license = "Released under the GNU General Public License v2"
 | 
					license = "Released under the GNU General Public License v2"
 | 
				
			||||||
contributing = "Check out the source on GitHub, contributions welcome: https://github.com/classabbyamp/discord-qrm2"
 | 
					contributing = "Check out the source on GitHub, contributions welcome: https://github.com/classabbyamp/discord-qrm2"
 | 
				
			||||||
release = '1.0.0'
 | 
					release = '2.0.0'
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user