Skip to content

0.50

Compare
Choose a tag to compare
@joergschultzelutter joergschultzelutter released this 13 Apr 10:56
· 58 commits to master since this release
77e8d02

Added:

  • parser_test.py will collect all external dependencies in case they are missing on the user's hard drive. You can now rum initial mpad tests without starting the daemon first.
  • posmsg command output now receives a static image of the user's position along with a red marker

image

Updated:

  • repeatermap.de URL was outdated; updated to new URL
  • airport data URL was outdated; updated to new URL
  • all external file names have now been defined in the mpad_config.py file for easier modification access

❗IMPORTANT CHANGES - read carefully❗

  • The previously used external mgrs.py module has been replaced by PyPi's mgrs module; if you have installed MPAD in the past, please ensure to delete the local mgrs.py installation on your hard drive.
  • Installations on Linux may now require new external dependencies libgeos-dev and libopenjp2-7
  • pillow / py-staticmaps fixed version dependency; needs to be resolved at a later point in time, see flopp/py-staticmaps#32