-
Notifications
You must be signed in to change notification settings - Fork 20
/
changelog.log
156 lines (117 loc) · 3.28 KB
/
changelog.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
##v1.06.09
* sqlite warnings became hard errors fix
##v1.06.08
* resolve curly braces
##v1.06.07
* upgrade php for mysql9 support
##v1.06.06
* force path on end of backup_folder string
##v1.06.05
* force path on end of backup_folder string
##v1.06.04
* fix last backup colors
##v1.06.03
* upgrade datatables/bootstrap
##v1.06.02
* Fix sorting
* iframe broke datatables
* mac broke version sorting
##v1.06.01
* HA changed json to yaml
##v1.06.00
* Add option to open console inline
* Various cleanup
##v1.05.00
* Fix crond extra logging
* add success/failure counts to backupall
* resolve return type issues
* resolve unknown var issues
##v1.04.27
* Fix missing isset's
##v1.04.26
* Fix http headers, resolves tasmota and wled issues
##v1.04.25
* Fix everything shows as wled type
##v1.04.24
* Fix adding wled, wled doesn't like extra headers
* Fix sorting by version
##v1.04.23
* Fix 0 sized backups, curlopt_file isn't supported in array
##v1.04.22
* Fix restores
* add wled support
##v1.04.21
* Fix zero size backup bug
##v1.04.20
* Fix mqtt scanning too often
* Tasmota needs referer header set security feature
##v1.04.19
* Fix missing else for setting mqtt topic names setting
##v1.04.18
* update mqtt lib
* fix topic names
##v1.04.17
* don't make http requests for mqtt results if exists
* display/hide MAC addresses in listings
* fix mqtt custom topics handling (stripping)
* always update metadata on mqtt scans
##v1.04.02
* honor autoupdate name setting when updating device info on scans
##v1.04.00
* Add mac address to devices
* Add support for tasmota 9.0.0.2 status changes
##v1.03.21
* rebuild with updated base without ipv6 hardcoded for nginx
##v1.03.20
* remove localhost usage
* add delays between web calls for scans and backups
* dont reverify when adding after verified from the scan
##v1.03.18
* Add tasmota 8.3 naming adjustment
* fixes tiny dark mode adjustments
##v1.03.17
* Add dark mode
##v1.03.14
* Fixup timezone for docker installs
* properly escape username and password for tasmota logins
##v1.03.13
* Have backupall return a html response so HA rest interface doesn't give odd error
##v1.03.12
* fixing remove old addon docker images correctly with hassio dependency on labels
* speed up backups on offline devices
##v1.03.11
* add better json error decoding
* add sonoff mqtt search if searching for tasmotas (old group topic)
##v1.03.10
* Fix disable autoadd for scans
##v1.03.08
* add cron for backupall in docker
* add auto add for scanned devices
##v1.03.07
* fix datatables length and sort
* add select-all to add page
* fixup headers and back links
* add upgrade.php script instead of running on every load
* multithreaded ip scanning
* Only show mqtt scan if mqtt settings are enabled.
##v1.03.06
* Add restore button.
* Update device name, and edit option
* cleanup header/footers
* add htaccess expires
* add favicon and addon logo
* add custom prefix/topic for mqtt scanning
* fix confirmation on delete/restore
##v1.03
* Made install.sh script more reliable, fix permissions for alpine
* multiarch support
##v1.02
* Added delete backup option
* Added remove backups when deleting device
##v1.01
* Added multi select for scan
* Code again cleaned up by patrickdk
##v1.0
* Initial re-release.
* Code tidied up by patrickdk
* Backup list is now based on table and has versions