Releases: benzino77/tasmocompiler
Releases · benzino77/tasmocompiler
v4.0.1
Important changes in TasmoCompiler functionality
Breaking changes
- change the component state structure. Now network, features and
version settings are held in separate object - checking and unchecking "static IP" checkbox will clear the IP fields
- customization is now based on
platformio_override.ini
and
user_config_override.h
files - removed selection for board version/memory layout and core version
from last step. It is now only possible to choose Tasmota version and
language. After choosing Tasmota version it will be compiled with core
and memory layout which are default for chosen version and selected, in
features step, board - added new options in "features step". Now user can select which board
will be used for the compilation - added new file witch board definitions
- change available features file to include information which
feature/feature group is for which board - update language translation files
- add conditional display of "download compressed binary" button - it
is not created for ESP32 boards - update Languages.js file - replace "-" with "_" there is no need for
that anymore - add feature group "Light sensors" and corresponding description in
FEATURES_DESC file - code cleanup
TO DO: - more code cleanup
- validations for IP fields (IP, Gateway, Netmask, DNS)
- update README
- more tests!
v3.0.3
v3.0.2
v3.0.1
v3.0.0
Support for change introduced by arendst/Tasmota@e454c54
Support for change made by arendst/Tasmota@e454c54 - it also reflects issue #102 - it should also better support earlier versions of Tsmota
Address changes made by arendst/Tasmota@2783ad3e
v2.4.18 Address changes made by arendst/Tasmota@2783ad3e
Fix KNX compilation problem
Fix KNX compilation problem #102 - suppress `shared_libdeps_dir` warning #101
Translation fixes
v2.4.16 Merge branch 'drhideg-drhideg-patch-2'