Commit 462441f
Antonio ...
Release v1.4.3: Hotfix for v1.4.2 git tag issue
HOTFIX: Correct Git Tag for Critical Fix
- v1.4.2 tag pointed to wrong commit (before fix was applied)
- HACS users were downloading buggy version despite fix being in repo
- v1.4.3 ensures tag points to correct commit with actual fix
Technical Details:
- v1.4.2 tag pointed to commit 1784165 (without fix)
- Correct commit is b3bc3da (with time window fix)
- All v1.4.2 fixes included: time parsing fix + diagnostic logging
Files modified:
- const.py: VERSION = "1.4.3"
- manifest.json: version = "1.4.3"
- CLAUDE.md: Added v1.4.3 changelog, marked v1.4.2 as superseded
🔴 CRITICAL - HACS users MUST upgrade to v1.4.3 to get actual fix1 parent b3bc3da commit 462441f
3 files changed
Lines changed: 27 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
753 | 753 | | |
754 | 754 | | |
755 | 755 | | |
| 756 | + | |
| 757 | + | |
| 758 | + | |
| 759 | + | |
| 760 | + | |
| 761 | + | |
| 762 | + | |
| 763 | + | |
| 764 | + | |
| 765 | + | |
| 766 | + | |
| 767 | + | |
| 768 | + | |
| 769 | + | |
| 770 | + | |
| 771 | + | |
| 772 | + | |
| 773 | + | |
| 774 | + | |
| 775 | + | |
| 776 | + | |
| 777 | + | |
| 778 | + | |
| 779 | + | |
756 | 780 | | |
757 | | - | |
| 781 | + | |
758 | 782 | | |
759 | 783 | | |
760 | 784 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments