mirror of https://github.com/arendst/Tasmota.git
Merge branch 'development' into pre-release-9.1.0
This commit is contained in:
commit
a73b2d1e09
|
@ -14,6 +14,7 @@ build
|
|||
build_output
|
||||
firmware.map
|
||||
firmware.asm
|
||||
tasmota.ino.cpp
|
||||
tasmota*.bin
|
||||
tasmota*.bin.gz
|
||||
tasmota*.map
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
.vscode
|
||||
.DS_Store
|
|
@ -1,2 +0,0 @@
|
|||
FT5206 Library
|
||||
=====================================
|
|
@ -0,0 +1 @@
|
|||
KNX header files. Workaround to exclude KNX library when not needed
|
0
lib/ESP8266Audio/.github/workflows/pr-or-master-push.yml → lib/lib_audio/ESP8266Audio/.github/workflows/pr-or-master-push.yml
vendored
Executable file → Normal file
0
lib/ESP8266Audio/.github/workflows/pr-or-master-push.yml → lib/lib_audio/ESP8266Audio/.github/workflows/pr-or-master-push.yml
vendored
Executable file → Normal file
0
lib/ESP8266Audio/examples/MixerSample/MixerSample.ino → lib/lib_audio/ESP8266Audio/examples/MixerSample/MixerSample.ino
Executable file → Normal file
0
lib/ESP8266Audio/examples/MixerSample/MixerSample.ino → lib/lib_audio/ESP8266Audio/examples/MixerSample/MixerSample.ino
Executable file → Normal file
0
lib/ESP8266Audio/examples/MixerSample/viola.h → lib/lib_audio/ESP8266Audio/examples/MixerSample/viola.h
Executable file → Normal file
0
lib/ESP8266Audio/examples/MixerSample/viola.h → lib/lib_audio/ESP8266Audio/examples/MixerSample/viola.h
Executable file → Normal file
0
lib/ESP8266Audio/examples/PlayAACFromPROGMEM/homer.aac → lib/lib_audio/ESP8266Audio/examples/PlayAACFromPROGMEM/homer.aac
Executable file → Normal file
0
lib/ESP8266Audio/examples/PlayAACFromPROGMEM/homer.aac → lib/lib_audio/ESP8266Audio/examples/PlayAACFromPROGMEM/homer.aac
Executable file → Normal file
0
lib/ESP8266Audio/examples/PlayAACFromPROGMEM/sampleaac.h → lib/lib_audio/ESP8266Audio/examples/PlayAACFromPROGMEM/sampleaac.h
Executable file → Normal file
0
lib/ESP8266Audio/examples/PlayAACFromPROGMEM/sampleaac.h → lib/lib_audio/ESP8266Audio/examples/PlayAACFromPROGMEM/sampleaac.h
Executable file → Normal file
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue