mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 00:39:50 +03:00
preparing for next 1.9.0dev
This commit is contained in:
12
CHANGELOG.md
12
CHANGELOG.md
@@ -5,13 +5,19 @@ All notable changes to this project will be documented in this file.
|
|||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## [1.9.0dev] 2019-06-
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
## [1.8.0] 2019-06-15
|
## [1.8.0] 2019-06-15
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Support for HeatPump (e.g. the Nefit Enviline)
|
- HeatPump support (e.g. the Nefit Enviline)
|
||||||
- new device: Buderus MM50 Mixer
|
- new device: Buderus MM50 Mixer
|
||||||
- new devices: Junkers FW100 and ISM1 (thanks @Vuego123)
|
- new devices: Junkers FW100 and ISM1 (thanks Vuego123)
|
||||||
- Improved Tx logic to support EMS, EMS+ and Heatronics (thanks kwertie01, susisstrolch, philrich)
|
- Improved Tx logic to support EMS, EMS+ and Heatronics (thanks kwertie01, susisstrolch, philrich)
|
||||||
- MQTT heartbeat
|
- MQTT heartbeat
|
||||||
|
|
||||||
@@ -376,4 +382,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [0.1.0] 2018-05-14
|
## [0.1.0] 2018-05-14
|
||||||
|
|
||||||
- Initial development version
|
- Initial development version
|
||||||
|
|||||||
@@ -6,5 +6,5 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#define APP_NAME "EMS-ESP"
|
#define APP_NAME "EMS-ESP"
|
||||||
#define APP_VERSION "1.8.0"
|
#define APP_VERSION "1.9.0b0"
|
||||||
#define APP_HOSTNAME "ems-esp"
|
#define APP_HOSTNAME "ems-esp"
|
||||||
|
|||||||
Reference in New Issue
Block a user