diff --git a/ChangeLog b/ChangeLog index 884d54b..0d9a952 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/docs/apidoc/aprsd.rst b/docs/apidoc/aprsd.rst index 8013d43..7a12817 100644 --- a/docs/apidoc/aprsd.rst +++ b/docs/apidoc/aprsd.rst @@ -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 ----------------------- @@ -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 -------------------