Skip to content

Commit 4eef361

Browse files
committed
cleanup and changelog
1 parent afa389e commit 4eef361

File tree

6 files changed

+14
-219
lines changed

6 files changed

+14
-219
lines changed

.travis.yml

-40
This file was deleted.

CHANGES.rst

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changelog
22
=========
33

4+
2.0.0 (2024-12-08)
5+
------------------
6+
7+
* Bump base Docker image from Buster to Bullseye.
8+
* Merge `PR 34 <https://github.com/jantman/python-wifi-survey-heatmap/pull/34>`_ to include plot failure exception in logging, thanks to `josephw <https://github.com/josephw>`_.
9+
* README - include link to similar project for MacOS.
10+
* Massive contribution from `byteit101 <https://github.com/byteit101>`_ in `PR 38 <https://github.com/jantman/python-wifi-survey-heatmap/pull/38>`_ to move the UI processing to a thread, resolve duplicate point plotting issues, better handle sudo, and many other fixes.
11+
412
1.2.0 (2022-06-05)
513
------------------
614

README.rst

+6
Original file line numberDiff line numberDiff line change
@@ -260,3 +260,9 @@ when running in docker, mount the socket in docker explicitly by adding an addit
260260
261261
docker run ... -v /run/user/1000/at-spi/bus_0:/run/user/1000/at-spi/bus_0 ...
262262
263+
Release Process
264+
---------------
265+
266+
1. Merge all PRs desired in the release.
267+
2. Update ``CHANGES.rst``, commit, push.
268+
3. Tag the repo with the version number and push. GitHub Actions will build and push the Docker image and create a Release.

tox.ini

-69
This file was deleted.

wifi_survey_heatmap/tests/__init__.py

-36
This file was deleted.

wifi_survey_heatmap/tests/test_version.py

-74
This file was deleted.

0 commit comments

Comments
 (0)