prepare release

This commit is contained in:
Bastian Schroll 2020-04-16 13:10:17 +02:00
parent 09a497ef03
commit b9c6744667
No known key found for this signature in database
GPG key ID: 92BACF02727570C9
2 changed files with 4 additions and 7 deletions

View file

@ -1,6 +1,6 @@
# Changelog
### __[v2.4.4]__ - unreleased
### __[v2.5]__ - 16.04.2020
##### Added
- Divera-Plugin: Plugin zum Ansteuern der Divera-Api. [#415](https://github.com/Schrolli91/BOSWatch/pull/415)
- GPIO-Control: Plugin zum Ansteuern der GPIO Pins. [#438](https://github.com/Schrolli91/BOSWatch/pull/438)
@ -8,12 +8,9 @@
- MySQL-Plugin: Index für die RIC Adresse hinzugefügt [#411](https://github.com/Schrolli91/BOSWatch/issues/411)
- MySQL-Plugin: INSERT Befehl für MySQL 8.x angepasst, Spaltennamen escaped [#410](https://github.com/Schrolli91/BOSWatch/issues/410)
- Pushover-Plugin: Konfigurationsmöglichkeit für den Sound [#418](https://github.com/Schrolli91/BOSWatch/issues/418)
##### Deprecated
##### Removed
##### Fixed
- Description-List: Buchstaben in FMS-Kennungen werden nun erkannt und zugelassen [#409](https://github.com/Schrolli91/BOSWatch/issues/409)
- MySQL-Plugin: Volle UTF-8 Kompatibilität für Datenbankstruktur, Verbindung und Darstellung im WebUI [#398](https://github.com/Schrolli91/BOSWatch/issues/398)
##### Security
### __[v2.4.3]__ - 22.09.2019

View file

@ -9,9 +9,9 @@ Global variables
"""
# version info
versionNr = "2.4.4"
branch = "dev"
buildDate = "unreleased"
versionNr = "2.5"
branch = "master"
buildDate = "16.04.2020"
# Global variables
config = 0