diff --git a/CHANGELOG.md b/CHANGELOG.md index aed0c28..dd861d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] +### Added +- Italian (`it_hf`, `it_vhf`, `it_shf`) and Australian (`au`) band charts. ### Fixed - eQSL, paper QSL, and Logbook of the World status in `?qrz` sometimes being shown incorrectly. diff --git a/resources/img/bandcharts/au.png b/resources/img/bandcharts/au.png new file mode 100644 index 0000000..bfad96f Binary files /dev/null and b/resources/img/bandcharts/au.png differ diff --git a/resources/img/bandcharts/it_hf.png b/resources/img/bandcharts/it_hf.png new file mode 100644 index 0000000..6860375 Binary files /dev/null and b/resources/img/bandcharts/it_hf.png differ diff --git a/resources/img/bandcharts/it_shf.png b/resources/img/bandcharts/it_shf.png new file mode 100644 index 0000000..97eb000 Binary files /dev/null and b/resources/img/bandcharts/it_shf.png differ diff --git a/resources/img/bandcharts/it_vhf.png b/resources/img/bandcharts/it_vhf.png new file mode 100644 index 0000000..48f1bcc Binary files /dev/null and b/resources/img/bandcharts/it_vhf.png differ diff --git a/resources/img/bandcharts/meta.json b/resources/img/bandcharts/meta.json index ce082d2..110beb9 100644 --- a/resources/img/bandcharts/meta.json +++ b/resources/img/bandcharts/meta.json @@ -3,5 +3,9 @@ "cn": ["cn.png", "China", "Amateur radio bands in China", "", "Created by KN8U and NY7H", "๐Ÿ‡จ๐Ÿ‡ณ"], "mx": ["mx.png", "Mexico", "Radio allocations in Mexico", "Full radio allocations chart for all services. No information specific to amateur radio is shown.", "Secretarรญa de Comunicaciones y Transportes (SCT) / Instituto Federal de Telecomunicaciones (IFT)", "๐Ÿ‡ฒ๐Ÿ‡ฝ"], "nl": ["nl.png", "Netherlands", "Amateur radio bands in the Netherlands", "", "", "๐Ÿ‡ณ๐Ÿ‡ฑ"], - "us": ["us.png", "USA", "Amateur radio bands in the USA", "", "*[ARRL Frequency Chart](https://www.arrl.org/shop/ARRL-Frequency-Chart-11-17/)* [[PDF]](http://www.arrl.org/files/file/Regulatory/Band%20Chart/Band%20Chart%20-%2011X17%20Color.pdf)", "๐Ÿ‡บ๐Ÿ‡ธ"] + "us": ["us.png", "USA", "Amateur radio bands in the USA", "", "*[ARRL Frequency Chart](https://www.arrl.org/shop/ARRL-Frequency-Chart-11-17/)* [[PDF]](http://www.arrl.org/files/file/Regulatory/Band%20Chart/Band%20Chart%20-%2011X17%20Color.pdf)", "๐Ÿ‡บ๐Ÿ‡ธ"], + "au": ["au.png", "Australia", "Amateur radio bands in Australia", "", "[Radio Amateur Society of Australia](https://vkradioamateurs.org/its-my-frequency-and-ill-cry-if-i-want-to/) [[PDF]](https://vkradioamateurs.org/wp-content/uploads/2018/05/VK-Band-Plan-Quick-Reference-1.pdf)", "๐Ÿ‡ฆ๐Ÿ‡บ"], + "it_hf": ["it_hf.png", "Italy (HF)", "HF amateur radio bands in Italy", "", "[Associazione Radioamatori Italiani](https://www.arimi.it/download/bandplan/) [[PDF]](http://www.arimi.it/wp-content/Plan/BP%20HF%202013%2032.pdf)", "๐Ÿ‡ฎ๐Ÿ‡น"], + "it_vhf": ["it_vhf.png", "Italy (VHF/UHF)", "VHF/UHF amateur radio bands in Italy", "", "[Associazione Radioamatori Italiani](https://www.arimi.it/download/bandplan/) [[PDF]](https://www.arimi.it/wp-content/Plan/BP%20V_UHF%202013%2032.pdf)", "๐Ÿ‡ฎ๐Ÿ‡น"], + "it_shf": ["it_shf.png", "Italy (UHF/SHF)", "UHF/SHF amateur radio bands in Italy", "", "[Associazione Radioamatori Italiani](https://www.arimi.it/download/bandplan/) [[PDF]](https://www.arimi.it/wp-content/Plan/BP%20U-SHF.pdf)", "๐Ÿ‡ฎ๐Ÿ‡น"] }