Skip to content

Commit

Permalink
Version 1.1b
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 authored Aug 29, 2020
1 parent e51edd6 commit 0090e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasmotizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ def __init__(self):
self.nrRelease = QNetworkRequest(QUrl("http://sidweb.nl/tasmota/release/release.php"))
self.nrDevelopment = QNetworkRequest(QUrl("http://sidweb.nl/tasmota/development.php"))

self.setWindowTitle("Tasmotizer 1.1a")
self.setWindowTitle("Tasmotizer 1.1b")
self.setMinimumWidth(480)

self.mode = 0 # BIN file
Expand Down

3 comments on commit 0090e61

@discip
Copy link

@discip discip commented on 0090e61 Aug 29, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Jason2866 & @jziolkowski
Unfortunately this release does not solve any of the mentioned problems listed in the issue-section.

1. #39, #46 The application crashes (no matter which OS) and closes the GUI, as soon as you select either 'Release' or 'Development'.

2. #42 GUI freezes, if backup is selected.

I do not know, why these are not resolved yet, but it would be very nice and helpful, if at least one sentence would be written down on this topic.
I understand, that even developers have a live beside of coding and I think I am speaking for all of the users of this software, that we do appreciate your work.

THANK YOU!*

*also in advance

kind regards

@Jason2866
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The release 1.1b and 1.1c updates the OTA source for the tasmota firmware files. No other code changes are done.
I cant reproduce the issues you mentioned. Sorry.

@discip
Copy link

@discip discip commented on 0090e61 Aug 29, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Jason2866
Yeah I know that,
but since you proved to be able to change code, I thought you might be able and willing (please, please, please) to fix the mentioned issues as well. 😉😁🤗

thank you in advance
regards

Please sign in to comment.