benzino77/tasmocompiler

Tasmota v12.5.0 cannot be used as source

ThinkPadNL opened this issue · 5 comments

I was notified by dgtlmoon/changedetection.io (which i use to track various software) that a new version of Tasmota was available.
But i cannot select it in the TasmoCompiler as version i want to compile.

I think this line is the issue:

const maxVersion = 'v12.4.0';

Maybe it can be made dynamically (RegEx?) or be removed at all since new Tasmota versions will keep on coming and this will lead to a recurring bug. After i changed it by hand in the container to 12.5.0 i was able to use this new FW.

Great tool by the way, keep up the good work!

Sorry - lack of time. I will try to check the compatibility between TasmoCompiler and Tasmota v12.4.0 soon and if there are no issues I will update TC.

btw. 12.5.0.1 is out.

yes it did ..
release version = [12.5.0] (use TasmoCompiler v10.3.0) and here NOW is maxVersion = v12.4.0
dev version = [12.5.0.1] = (use TasmoCompiler v10-development)
Mark