diff --git a/CHANGELOG.md b/CHANGELOG.md index 95548da..90942fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] ### Added -- Japanese bandplan information displays when `?plan jp` command is run. +- Italian (`it_hf`, `it_vhf`, `it_shf`), Japanese (`jp`) and Australian (`au`) band charts. ### Fixed - Details to the Netherlands bandplan command to accurately represent VERNON (Netherlands ARRL equivalent organisation). - 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 bb6c08e..a7c94c4 100644 --- a/resources/img/bandcharts/meta.json +++ b/resources/img/bandcharts/meta.json @@ -4,5 +4,9 @@ "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)", "๐Ÿ‡ฒ๐Ÿ‡ฝ"], "jp": ["jp.png", "Japan", "Amateur radio bands in Japan", "Pending checks against the latest update from the ็ทๅ‹™็œ (MIC) of Japan, March 2020", "[JARL Amateur-Use Bandplans](https://jarl.org/Japanese/A_Shiryo/A-3_Band_Plan/bandplan20150105.pdf)", "๐Ÿ‡ฏ๐Ÿ‡ต"], "nl": ["nl.png", "Netherlands", "Amateur radio bands in the Netherlands", "*This version of this bandplan is no longer hosted on VERNON's website and it's accuracy cannot be guaranteed.*", "[VERNON Global Band Plan van de Telecom Agency, Ministerie van Economische Zaken en Klimaat](https://www.veron.nl/downloads/brochures/)", "๐Ÿ‡ณ๐Ÿ‡ฑ"], - "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)", "๐Ÿ‡ฎ๐Ÿ‡น"] }