Merge pull request #331 from miaowware/map

Changelog for MUF/foF2 maps
This commit is contained in:
0x5c 2021-01-17 23:19:52 -05:00 committed by GitHub
commit 32c7029b88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased]
### Added
- MUF and foF2 maps from [prop.kc2g.com](https://prop.kc2g.com/).
### Changed
- New colour theme for `?greyline`.
- Moved great circle distance and bearing calculation from `?ungrid` to `?griddistance`.

View File

@ -14,6 +14,9 @@ RUN \
libxml2-dev \
libxslt-dev \
libressl-dev \
libffi-dev \
jpeg-dev \
zlib-dev \
python3-dev && \
echo "**** install runtime packages ****" && \
apk add --no-cache \