Merge branch 'development' into pre-release-9.1.0

This commit is contained in:
Theo Arends 2020-10-26 16:48:54 +01:00
commit a73b2d1e09
3455 changed files with 3114 additions and 2426 deletions

1
.gitignore vendored
View File

@ -14,6 +14,7 @@ build
build_output
firmware.map
firmware.asm
tasmota.ino.cpp
tasmota*.bin
tasmota*.bin.gz
tasmota*.map

View File

@ -13,6 +13,13 @@ All notable changes to this project will be documented in this file.
### Added
- TLS in binary tasmota-zbbridge (#9620)
### Changed
- PlatformIO library structure redesigned for compilation speed by Jason2866
### Fixed
- Rule Break not working as expected when ONCE is enabled (#9245)
- Rule expressions using mems corrupts character pool (#9301)
## [9.0.0.2] - 20201025
### Added
- Support for Vietnamese language translations by Tâm.NT

View File

@ -19,13 +19,13 @@ See [migration path](https://tasmota.github.io/docs/Upgrading#migration-path) fo
--- Major change in internal GPIO function representation ---
8. Migrate to **Tasmota 9.x**
8. Migrate to **Tasmota 9.1**
While fallback or downgrading is common practice it was never supported due to Settings additions or changes in newer releases. Starting with release **v9.1.0 Imogen** the internal GPIO function representation has changed in such a way that fallback is only possible to the latest GPIO configuration before installing **v9.1.0**.
## Supported Core versions
This release will be supported from ESP8266/Arduino library Core version **2.7.4.3** due to reported security and stability issues on previous Core version. This will also support gzipped binaries.
This release will be supported from ESP8266/Arduino library Core version **2.7.4.5** due to reported security and stability issues on previous Core version. This will also support gzipped binaries.
Support of Core versions before 2.7.1 has been removed.
@ -39,7 +39,7 @@ For initial configuration this release supports Webserver based **WifiManager**
## Provided Binary Downloads
The following binary downloads have been compiled with ESP8266/Arduino library core version **2.7.4.3**.
The following binary downloads have been compiled with ESP8266/Arduino library core version **2.7.4.5**.
- **tasmota.bin** = The Tasmota version with most drivers. **RECOMMENDED RELEASE BINARY**
- **tasmota-BG.bin** to **tasmota-TW.bin** = The Tasmota version in different languages.
@ -97,6 +97,7 @@ The attached binaries can also be downloaded from http://ota.tasmota.com/tasmota
- Rotary driver adjusted accordingly if Mi Desk Lamp module is selected (#9399)
- Tasmota Arduino Core v2.7.4.5 allowing webpassword over 47 characters (#9687)
- Webserver code optimizations (#9580, #9590)
- PlatformIO library structure redesigned for compilation speed by Jason2866
### Fixed
- Ledlink blink when no network connected regression from v8.3.1.4 (#9292)
@ -112,6 +113,8 @@ The attached binaries can also be downloaded from http://ota.tasmota.com/tasmota
- Scripter memory alignment (#9608)
- Zigbee battery percentage (#9607)
- HassAnyKey anomaly (#9601)
- Rule Break not working as expected when ONCE is enabled (#9245)
- Rule expressions using mems corrupts character pool (#9301)
### Removed
- Support for direct upgrade from Tasmota versions before v7.0

View File

@ -1,2 +0,0 @@
.vscode
.DS_Store

View File

@ -1,2 +0,0 @@
FT5206 Library
=====================================

View File

@ -0,0 +1 @@
KNX header files. Workaround to exclude KNX library when not needed

View File

View File

Some files were not shown because too many files have changed in this diff Show More