# Changelog All notable changes to this project will be documented in this file. Added : for new features. Changed : for changes in existing functionality. Deprecated: for soon-to-be removed features. Removed : for now removed features. Fixed : for any bug fixes. Security : in case of vulnerabilities. ## [0.0.1] - pre 2024-02-16 - Had only weather station functionality ## [0.1.0] - 2024-02-16 ### Added - Can now send beacons - Beacons and weather reports transmit intervals, digi_paths, etc. can be set via a YAML configuration file - Periodic transmisions are scheduled with +/- one minute randomnes in transmision time - APRS frames are logged to file (file name can be set in YAML configuration file) - sending to APRS-IS implemented ## [0.1.1] - 2024-02-17 ### Fixed - Catch errors when connection to APRS-IS fails, so program doesn't crash. ### Added - connected to APRS-IS feed (seperate thread) ## [0.1.1] - 2024-02-17 ### Added - iGate functionality ## [0.1.2] - 2024-02-20 ### Fixed - Convert aprs payload byte stings to character strings used utf-8, which gave errors. It now uses latin-1. ### Changed - Reading weather station is now a scheduled task.