Skip to content

Commit

Permalink
Prep 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hemna committed Sep 8, 2021
1 parent 1b9a993 commit 4164e89
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 8 deletions.
31 changes: 31 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,9 +1,40 @@
CHANGES
=======

v2.3.0
------

* Enable plugins to return message object
* Added enabled flag for every plugin object
* Ensure plugin threads are valid
* Updated Dockerfile to use v2.3.0
* Removed fixed size on logging queue
* Added Logfile tab in Admin ui
* Updated Makefile clean target
* Added self creating Makefile help target
* Update dev.py
* Allow passing in aprsis\_client
* Fixed a problem with the AVWX plugin not working
* Remove some noisy trace in email plugin
* Fixed issue at startup with notify plugin
* Fixed email validation
* Removed values from forms
* Added send-message to the main admin UI
* Updated requirements
* Cleaned up some pep8 failures
* Upgraded the send-message POC to use websockets
* New Admin ui send message page working
* Send Message via admin Web interface
* Updated Admin UI to show KISS connections
* Got TX/RX working with aioax25+direwolf over TCP
* Rebased from master
* Added the ability to use direwolf KISS socket
* Update Dockerfile to use 2.2.1

v2.2.1
------

* Update Changelog for 2.2.1
* Silence some log noise

v2.2.0
Expand Down
16 changes: 8 additions & 8 deletions docs/apidoc/aprsd.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,6 @@ aprsd.dev module
:undoc-members:
:show-inheritance:

aprsd.email module
------------------

.. automodule:: aprsd.email
:members:
:undoc-members:
:show-inheritance:

aprsd.fake\_aprs module
-----------------------

Expand Down Expand Up @@ -68,6 +60,14 @@ aprsd.healthcheck module
:undoc-members:
:show-inheritance:

aprsd.kissclient module
-----------------------

.. automodule:: aprsd.kissclient
:members:
:undoc-members:
:show-inheritance:

aprsd.listen module
-------------------

Expand Down

0 comments on commit 4164e89

Please sign in to comment.