diff --git a/CHANGELOG.md b/CHANGELOG.md index a5f4727..95548da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,10 @@ 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. ### 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. - Fixed network error in `?greyline`. diff --git a/resources/img/bandcharts/jp.png b/resources/img/bandcharts/jp.png new file mode 100644 index 0000000..f087e5c Binary files /dev/null and b/resources/img/bandcharts/jp.png differ diff --git a/resources/img/bandcharts/meta.json b/resources/img/bandcharts/meta.json index ce082d2..bb6c08e 100644 --- a/resources/img/bandcharts/meta.json +++ b/resources/img/bandcharts/meta.json @@ -2,6 +2,7 @@ "ca": ["ca.png", "Canada", "Amateur radio bands in Canada", "**This bandplan is incomplete**; some bands, like 630m, are simply not present. It also does not cover any band above 30MHz.", "[RAC 0-30MHz Band Plan](https://www.rac.ca/wp-content/uploads/files/pdf/RAC%20Bandplan%20December%201%202015.pdf)", "πŸ‡¨πŸ‡¦"], "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", "", "", "πŸ‡³πŸ‡±"], + "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)", "πŸ‡ΊπŸ‡Έ"] }