Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.35 KB

CHANGELOG.md

File metadata and controls

45 lines (32 loc) · 1.35 KB

Changelog for callsignlookuptools

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.1.1 - 2023-08-31

Fixed

  • Compatibility with newer typer versions (#33).
  • Compatibility with newer pydantic versions.

1.1.0 - 2023-01-29

Added

  • Implementation of __str__ for QslStatus for easier display (#23).

Fixed

  • Issue where trustee or image from QRZ could be empty (#22).
  • Improve handling of malformed dates in received data (#24).
  • Issue where callsigns containing '/' were marked invalid (#20).

1.0.1 - 2021-09-27

Fixed

  • Packaging issue.

1.0.0 - 2021-09-27

Added

  • Support for QRZ lookup.
  • Support for Callook lookup.
  • Support for HamQTH lookup.
  • Support for QRZCQ lookup.
  • Documentation.
  • Command-line interface.