From 1819a9627bfb61974dfe0ece4ba66064d61a7d15 Mon Sep 17 00:00:00 2001 From: Jason Antman Date: Sat, 19 Feb 2022 11:00:04 -0500 Subject: [PATCH] CHANGELOG and version bump for 1.0.0 --- CHANGES.rst | 5 ++++- wifi_survey_heatmap/version.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 2e6f0f4..0451e21 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ Changelog ========= -1.0.0 (2022-01-29) +1.0.0 (2022-02-19) ------------------ * Merge `PR 4 `_ and `PR 6 `_ containing a massive number of improvements by `DL6ER `__ @@ -44,6 +44,9 @@ Changelog * Update examples in README * Fix `Issue 18 `_ - AttributeError in ``wifi-heatmap`` entrypoint - 'HeatMapGenerator' object has no attribute '_image_path'. * Switch from using DL6ER's libnl fork to `libnl3 `__ +* Fix `Issue 19 `_ - BSSID option was intermittently not working. This has been fixed. +* Add command-line option to toggle libnl debug-level logging on or off (off by default). +* Fix for non-integer screen positions when scaling. 0.2.1 (2020-08-11) ------------------ diff --git a/wifi_survey_heatmap/version.py b/wifi_survey_heatmap/version.py index 4e71ca6..7ac359d 100644 --- a/wifi_survey_heatmap/version.py +++ b/wifi_survey_heatmap/version.py @@ -35,5 +35,5 @@ ################################################################################## """ -VERSION = '0.2.1' +VERSION = '1.0.0' PROJECT_URL = 'https://github.com/jantman/wifi-survey-heatmap'