mirror of
				https://github.com/miaowware/qrm2.git
				synced 2025-11-04 04:00:21 -05:00 
			
		
		
		
	
							parent
							
								
									07fd9255e0
								
							
						
					
					
						commit
						5e33a6aca6
					
				@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## [Unreleased]
 | 
					## [Unreleased]
 | 
				
			||||||
 | 
					### Added
 | 
				
			||||||
 | 
					- Added Trustee field to qrz command for club callsigns.
 | 
				
			||||||
### Changed
 | 
					### Changed
 | 
				
			||||||
- Changelog command to accept a version as argument.
 | 
					- Changelog command to accept a version as argument.
 | 
				
			||||||
- The qrz command can now link to a QRZ page instead of embedding the data with the `--link` flag.
 | 
					- The qrz command can now link to a QRZ page instead of embedding the data with the `--link` flag.
 | 
				
			||||||
 | 
				
			|||||||
@ -167,6 +167,7 @@ def qrz_process_info(data: dict):
 | 
				
			|||||||
                        ('Aliases', data.get('aliases', None)),
 | 
					                        ('Aliases', data.get('aliases', None)),
 | 
				
			||||||
                        ('Previous Callsign', data.get('p_call', None)),
 | 
					                        ('Previous Callsign', data.get('p_call', None)),
 | 
				
			||||||
                        ('License Class', data.get('class', None)),
 | 
					                        ('License Class', data.get('class', None)),
 | 
				
			||||||
 | 
					                        ('Trustee', data.get('trustee', None)),
 | 
				
			||||||
                        ('eQSL?', eqsl),
 | 
					                        ('eQSL?', eqsl),
 | 
				
			||||||
                        ('Paper QSL?', mqsl),
 | 
					                        ('Paper QSL?', mqsl),
 | 
				
			||||||
                        ('LotW?', lotw),
 | 
					                        ('LotW?', lotw),
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user