* Consolidated application name and application version fields to be in the project TOML file only
* In the rich console: Renamed Victron Metrics to Victron Plugin and NMEA Metrics to NMEA Plugin
* Introduced the plugin status feature (any plugin can be queried for its status at any point in time) Added the plugin
status information to the rich console Rewrote the victron plugin module to make use of timer for data retrieval Added
failsafe int and float parsing functions and refactored the victron plugin to make use of those
* Improved the Help message for the run-mode option Renamed the constants for the session run mode to include "session"
in their wording Switched from using threads to using a timer for the main loop in the NMEA plugin Added failsafe
constructs to the summary method inside the NMEA plugin Refactored the code of the plugin manager to remove redundant
methods such as initialize and prepare_for_shutdown Improved the error handling inside the Victron plugin main loop
* Introduced the auto-victron and auto-nmea session run modes Added events implementation to the Victron plugin
* Added the run mode interval feature which keeps the system in session mode and splits the sessions based on the chosen
interval
* Version bump to 0.2.0