diff --git a/BiogasControllerApp-V2.2/BiogasControllerApp-V2.1.exe b/BiogasControllerApp-V2.2/BiogasControllerApp-V2.1.exe deleted file mode 100644 index 02ebde7..0000000 Binary files a/BiogasControllerApp-V2.2/BiogasControllerApp-V2.1.exe and /dev/null differ diff --git a/BiogasControllerApp-V2.2/.idea/.gitignore b/BiogasControllerApp-V2.3/.idea/.gitignore similarity index 100% rename from BiogasControllerApp-V2.2/.idea/.gitignore rename to BiogasControllerApp-V2.3/.idea/.gitignore diff --git a/BiogasControllerApp-V2.2/.idea/.name b/BiogasControllerApp-V2.3/.idea/.name similarity index 100% rename from BiogasControllerApp-V2.2/.idea/.name rename to BiogasControllerApp-V2.3/.idea/.name diff --git a/BiogasControllerApp-V2.2/.idea/ENATECH.iml b/BiogasControllerApp-V2.3/.idea/ENATECH.iml similarity index 100% rename from BiogasControllerApp-V2.2/.idea/ENATECH.iml rename to BiogasControllerApp-V2.3/.idea/ENATECH.iml diff --git a/BiogasControllerApp-V2.2/.idea/inspectionProfiles/profiles_settings.xml b/BiogasControllerApp-V2.3/.idea/inspectionProfiles/profiles_settings.xml similarity index 100% rename from BiogasControllerApp-V2.2/.idea/inspectionProfiles/profiles_settings.xml rename to BiogasControllerApp-V2.3/.idea/inspectionProfiles/profiles_settings.xml diff --git a/BiogasControllerApp-V2.2/.idea/misc.xml b/BiogasControllerApp-V2.3/.idea/misc.xml similarity index 100% rename from BiogasControllerApp-V2.2/.idea/misc.xml rename to BiogasControllerApp-V2.3/.idea/misc.xml diff --git a/BiogasControllerApp-V2.2/.idea/modules.xml b/BiogasControllerApp-V2.3/.idea/modules.xml similarity index 100% rename from BiogasControllerApp-V2.2/.idea/modules.xml rename to BiogasControllerApp-V2.3/.idea/modules.xml diff --git a/BiogasControllerApp-V2.2/BiogasControllerAppLogo.png b/BiogasControllerApp-V2.3/BiogasControllerAppLogo.png similarity index 100% rename from BiogasControllerApp-V2.2/BiogasControllerAppLogo.png rename to BiogasControllerApp-V2.3/BiogasControllerAppLogo.png diff --git a/BiogasControllerApp-V2.2/bin/gui/gui.kv b/BiogasControllerApp-V2.3/bin/gui/gui.kv similarity index 100% rename from BiogasControllerApp-V2.2/bin/gui/gui.kv rename to BiogasControllerApp-V2.3/bin/gui/gui.kv diff --git a/BiogasControllerApp-V2.2/bin/lib/communication.py b/BiogasControllerApp-V2.3/bin/lib/communication.py similarity index 100% rename from BiogasControllerApp-V2.2/bin/lib/communication.py rename to BiogasControllerApp-V2.3/bin/lib/communication.py diff --git a/BiogasControllerApp-V2.2/bin/lib/comport_search.py b/BiogasControllerApp-V2.3/bin/lib/comport_search.py similarity index 100% rename from BiogasControllerApp-V2.2/bin/lib/comport_search.py rename to BiogasControllerApp-V2.3/bin/lib/comport_search.py diff --git a/BiogasControllerApp-V2.2/bin/lib/csv_parsers.py b/BiogasControllerApp-V2.3/bin/lib/csv_parsers.py similarity index 100% rename from BiogasControllerApp-V2.2/bin/lib/csv_parsers.py rename to BiogasControllerApp-V2.3/bin/lib/csv_parsers.py diff --git a/BiogasControllerApp-V2.2/bin/lib/lib.py b/BiogasControllerApp-V2.3/bin/lib/lib.py similarity index 100% rename from BiogasControllerApp-V2.2/bin/lib/lib.py rename to BiogasControllerApp-V2.3/bin/lib/lib.py diff --git a/BiogasControllerApp-V2.2/biogascontrollerapp.py b/BiogasControllerApp-V2.3/biogascontrollerapp.py similarity index 100% rename from BiogasControllerApp-V2.2/biogascontrollerapp.py rename to BiogasControllerApp-V2.3/biogascontrollerapp.py diff --git a/BiogasControllerApp-V2.2/config/config.csv b/BiogasControllerApp-V2.3/config/config.csv similarity index 100% rename from BiogasControllerApp-V2.2/config/config.csv rename to BiogasControllerApp-V2.3/config/config.csv diff --git a/BiogasControllerApp-V2.2/config/settings.ini b/BiogasControllerApp-V2.3/config/settings.ini similarity index 100% rename from BiogasControllerApp-V2.2/config/settings.ini rename to BiogasControllerApp-V2.3/config/settings.ini diff --git a/BiogasControllerApp-V2.2/log/logging.md b/BiogasControllerApp-V2.3/log/logging.md similarity index 100% rename from BiogasControllerApp-V2.2/log/logging.md rename to BiogasControllerApp-V2.3/log/logging.md diff --git a/README.md b/README.md index 35a674e..4b37e8c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -**BiogasControllerApp V2.2** +**BiogasControllerApp V2.3** @@ -20,6 +20,7 @@ and an automatic assignment of the comport on all supported Operating systems (s - Highly detailed error resolving instructions directly inside of the app - Easy to run: No extra Software required (e.g. Python or similar) - Easy to install and uninstall as it has an installer and uninstaller +- Some settings are available through the /config/settings.ini file diff --git a/SECURITY.md b/SECURITY.md index d727dca..c0dfc85 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,8 +4,11 @@ Currently only the newest versions get security updates as security updates are also part of a release. +The support for Version 2.2.0 and below will end with the next Version (2.4.0)! + | Version | Supported | | ------- | ------------------ | +|2.3.0 | ✅ | | 2.2.0 | ✅ | | 2.1.0 | ✅ | | 1.0.0 | ❎ |