Skip to content

Commit

Permalink
Merge pull request #65 from miaowware/cache-money
Browse files Browse the repository at this point in the history
resources: rename update maps/charts to uncache
  • Loading branch information
classabbyamp authored Jan 6, 2024
2 parents 8be92c7 + 5fa2bc3 commit 709adc8
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 6 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ The version format should be `YYYY.mM.seq`. For example: the *third* version rel
## [Unreleased]


## [2024.1.2] - 2024-01-06
### Changed
- Filenames of updated maps to circumvent Discord's caching.

## [2024.1.1] - 2024-01-06
### Added
- Map of Australian callsign prefixes.
Expand Down Expand Up @@ -78,7 +82,8 @@ The version format should be `YYYY.mM.seq`. For example: the *third* version rel
- MD5 hashes for all files in the index.


[Unreleased]: https://github.com/miaowware/qrm-resources/compare/v2024.1.1...HEAD
[Unreleased]: https://github.com/miaowware/qrm-resources/compare/v2024.1.2...HEAD
[2024.1.2]: https://github.com/miaowware/qrm-resources/releases/tag/v2024.1.2
[2024.1.1]: https://github.com/miaowware/qrm-resources/releases/tag/v2024.1.1
[2021.12.1]: https://github.com/miaowware/qrm-resources/releases/tag/v2021.12.1
[2021.11.1]: https://github.com/miaowware/qrm-resources/releases/tag/v2021.11.1
Expand Down
2 changes: 1 addition & 1 deletion resources/bandcharts.1.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"au": ["bandcharts/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)", "🇦🇺"],
"ca": ["bandcharts/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/mivahih/2023/06/RAC_Bandplan_0%E2%80%9330_MHz.pdf)", "🇨🇦"],
"ca": ["bandcharts/ca-2023.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/mivahih/2023/06/RAC_Bandplan_0%E2%80%9330_MHz.pdf)", "🇨🇦"],
"cn": ["bandcharts/cn.png", "China", "Amateur radio bands in China", "", "Created by KN8U and NY7H", "🇨🇳"],
"it_hf": ["bandcharts/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": ["bandcharts/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)", "🇮🇹"],
Expand Down
File renamed without changes
6 changes: 3 additions & 3 deletions resources/index.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"last_updated": "2024-01-06T03:16:52.142491Z",
"last_updated": "2024-01-06T08:42:15.710350Z",
"resources": {
"bandcharts": {
"v1": [
{
"filename": "bandcharts.1.json",
"hash": "e094d69474928216f55283c44fec9904"
"hash": "0b5b04d9fbe71a951af1241b8e5908b2"
}
]
},
Expand All @@ -21,7 +21,7 @@
"v1": [
{
"filename": "maps.1.json",
"hash": "00818832faafed734d7a1eede6858a72"
"hash": "ebdf4aac6a90f23f5a12bc1db57065bc"
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion resources/maps.1.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"ituz": ["maps/itu-zones.png", "ITU Zones", "ITU Zones", "", "[EI8IC](https://www.mapability.com/ei8ic/maps/maps.php)", "🇺🇳"],
"arrl": ["maps/arrl.png", "ARRL Sections", "ARRL Sections", "", "[EI8IC](https://www.mapability.com/ei8ic/maps/maps.php)", "🇺🇸"],
"cq": ["maps/cq-zones.png", "CQ Zones", "CQ Zones", "These are used for the CQWW contest.", "[EI8IC](https://www.mapability.com/ei8ic/maps/maps.php)", "🌐"],
"rac": ["maps/arrl-rac.png", "RAC Sections", "RAC Sections", "", "[EI8IC](https://www.mapability.com/ei8ic/maps/maps.php)", "🇨🇦"]
"rac": ["maps/arrl-rac-2023.png", "RAC Sections", "RAC Sections", "", "[EI8IC](https://www.mapability.com/ei8ic/maps/maps.php)", "🇨🇦"]
}
File renamed without changes

0 comments on commit 709adc8

Please sign in to comment.