Skip to content

Releases: benzino77/tasmocompiler

v4.0.1

30 Mar 09:20
Compare
Choose a tag to compare
Bump version.

Important changes in TasmoCompiler functionality

29 Mar 07:33
Compare
Choose a tag to compare

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

05 Jan 18:21
Compare
Choose a tag to compare
Fix docker_build script

v3.0.2

05 Jan 14:00
Compare
Choose a tag to compare
Platformio is dropping support for pyhon < 3.6

v3.0.1

05 Jan 14:00
Compare
Choose a tag to compare
Tasmota slave fix

v3.0.0

16 Dec 16:58
Compare
Choose a tag to compare
Merge branch 'drhideg-drhideg-patch-compressed'

Support for change introduced by arendst/Tasmota@e454c54

08 Dec 06:18
Compare
Choose a tag to compare
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

07 Dec 11:36
Compare
Choose a tag to compare
v2.4.18

Address changes made by arendst/Tasmota@2783ad3e

Fix KNX compilation problem

07 Dec 10:33
Compare
Choose a tag to compare
Fix KNX compilation problem #102

- suppress `shared_libdeps_dir` warning #101

Translation fixes

07 Dec 09:53
Compare
Choose a tag to compare
v2.4.16

Merge branch 'drhideg-drhideg-patch-2'