diff --git a/backend/debian/changelog b/backend/debian/changelog index d348b6d..6de087d 100644 --- a/backend/debian/changelog +++ b/backend/debian/changelog @@ -1,3 +1,12 @@ +smartmeter-datacollector-configurator (1.0.0-1) unstable; urgency=low + + * extend and improve READMEs + * remove EKZ logo from frontend header + * add acknowledgements to frontend footer + * support ISKRAEMECO AM550 smart meter over P1 + + -- Supercomputing Systems AG Mon, 11 Oct 2021 09:25:59 +0200 + smartmeter-datacollector-configurator (0.4.1-1) unstable; urgency=low * manually parse JSON string if axios hasn't done it yet diff --git a/backend/debian/control b/backend/debian/control index e2d1ff3..314e123 100644 --- a/backend/debian/control +++ b/backend/debian/control @@ -11,13 +11,14 @@ Architecture: all Pre-Depends: python3-pip Depends: ${misc:Depends}, ${python3:Depends} Recommends: python3-smartmeter-datacollector -Description: Smart Meter Data Collector - # Smart Meter Data Collector Configurator +Description: Smart Meter Data Collector Configurator . -

- License: BSD-3-Clause Pull Requests Welcome Contributions Welcome -
- Backend Python Code Checks Frontend Code Checks PyPI - Python Version -

+ The smartmeter-datacollector-configurator is a web application to simplify the process of generating a valid initial configuration for smartmeter-datacollector. . + It supports + * a graphical approach to manage the configuration + * input validation to avoid invalid configurations + * loading / saving / discarding a configuration + * restarting smartmeter-datacollector (only if installed as a Debian package) + * restarting the demo applications which comes with the custom Raspberry Pi Image diff --git a/backend/smartmeter_datacollector_configurator/__version__.py b/backend/smartmeter_datacollector_configurator/__version__.py index 3d26edf..5becc17 100644 --- a/backend/smartmeter_datacollector_configurator/__version__.py +++ b/backend/smartmeter_datacollector_configurator/__version__.py @@ -1 +1 @@ -__version__ = "0.4.1" +__version__ = "1.0.0"