Releases: miaowware/ctyparser
Releases · miaowware/ctyparser
2.2.1 - Bugfix
The download URL was changed by upstream in the 2022-03-03 release.
This should fix that and make the downloading of new ctyfiles more
robust.
Changelog
Fixed
- Error when updating caused by upstream download URL change.
2.2.0
Changelog
Added
- Primary prefix for the DXCC to json as key
primary_pfx
.
2.1.0
Changelog
Changed
.version
to a read-only property.
v2.0.0 - Release
Added
- Added the ability to import a cty.dat file.
- Added a changelog file (this one).
- Added copyright headers.
- Centralised all package info.
- Documented everything with docstrings.
- Typed the package (type hints).
Changed
- Packaged for PyPI.
- Fully refactored; now a class.
- Improved cty.dat parsing logic.
- Improved README.
- Replaced hardcoded paths with parameters.