diff --git a/CHANGELOG.md b/CHANGELOG.md index e39a12d6d..7cff28b6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ All notable changes to this project will be documented in this file. ### Changed - Make Sonoff L1 MusicSync persistent (#12008) - Relax NTP poll if no ntpserver can be resolved by DNS +- Move firmware binaries to https://github.com/arendst/Tasmota-firmware/tree/main/release-firmware ### Fixed - Neopool communication error (#12813) diff --git a/README.md b/README.md index f60d44bed..e76dde344 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ If you're looking for support on **Tasmota** there are some options available: ### Documentation -* [Documentation Site](https://tasmota.github.io/docs): For information on how to flash Tasmota, configure, use and expand it +* [Documentation Site](https://tasmota.github.io/docs): For information on how to flash Tasmota, configure, use and expand it * [FAQ and Troubleshooting](https://tasmota.github.io/docs/FAQ/): For information on common problems and solutions. * [Commands Information](https://tasmota.github.io/docs/Commands): For information on all the commands supported by Tasmota. diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 97340bfb3..c9868e41d 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -130,6 +130,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmo - Disable PSRAM on unsupported hardware - ESP32 remove GPIO initialization to INPUT from not used GPIOs to allow JTAG support - Relax NTP poll if no ntpserver can be resolved by DNS +- Move firmware binaries to https://github.com/arendst/Tasmota-firmware/tree/main/release-firmware - Make Sonoff L1 MusicSync persistent [#12008](https://github.com/arendst/Tasmota/issues/12008) - Simplified configuration for ir-full and removal of tasmota-ircustom [#12428](https://github.com/arendst/Tasmota/issues/12428) - Refactor platformio [#12442](https://github.com/arendst/Tasmota/issues/12442)