Skip to content

Commit

Permalink
cleanup and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jantman committed Dec 8, 2024
1 parent afa389e commit 4eef361
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 219 deletions.
40 changes: 0 additions & 40 deletions .travis.yml

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

2.0.0 (2024-12-08)
------------------

* Bump base Docker image from Buster to Bullseye.
* 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>`_.
* README - include link to similar project for MacOS.
* 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.

1.2.0 (2022-06-05)
------------------

Expand Down
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -260,3 +260,9 @@ when running in docker, mount the socket in docker explicitly by adding an addit
docker run ... -v /run/user/1000/at-spi/bus_0:/run/user/1000/at-spi/bus_0 ...
Release Process
---------------
1. Merge all PRs desired in the release.
2. Update ``CHANGES.rst``, commit, push.
3. Tag the repo with the version number and push. GitHub Actions will build and push the Docker image and create a Release.
69 changes: 0 additions & 69 deletions tox.ini

This file was deleted.

36 changes: 0 additions & 36 deletions wifi_survey_heatmap/tests/__init__.py

This file was deleted.

74 changes: 0 additions & 74 deletions wifi_survey_heatmap/tests/test_version.py

This file was deleted.

0 comments on commit 4eef361

Please sign in to comment.