-
Notifications
You must be signed in to change notification settings - Fork 4
/
.homeychangelog.json
89 lines (89 loc) · 1.58 KB
/
.homeychangelog.json
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
{
"1.0.0": {
"en": "Initial version"
},
"1.0.1": {
"en": "Description"
},
"1.0.2": {
"en": "typo"
},
"1.0.3": {
"en": "Typo"
},
"1.0.4": {
"en": "Added build-in icons"
},
"1.0.5": {
"en": "typo"
},
"1.0.6": {
"en": "Added indicator support"
},
"1.0.7": {
"en": "typo"
},
"1.0.8": {
"en": "Fixed issue with icons"
},
"1.0.9": {
"en": "Fixed duration issue with notifications"
},
"1.0.10": {
"en": "Fixed duration"
},
"1.0.11": {
"en": "Added buttons, fixed some stuff"
},
"1.0.12": {
"en": "Fixes"
},
"1.0.13": {
"en": "Fixes"
},
"1.1.0": {
"en": "Completly rewritten"
},
"1.1.1": {
"en": "Fixes"
},
"1.1.2": {
"en": "Fixes"
},
"1.1.3": {
"en": "Added extended poll interval, to recover from unavailable device"
},
"1.1.4": {
"en": "Added IP capability"
},
"1.1.5": {
"en": "Fixes"
},
"1.2.0": {
"en": "Added basic support for apps (danieldegroot)"
},
"1.2.1": {
"en": "Changed device name to Awtrix3"
},
"1.2.2": {
"en": "Fixed some texts"
},
"1.2.3": {
"en": "Fixed RTTTL melody"
},
"1.2.4": {
"en": "Small fixes"
},
"1.2.5": {
"en": "Reworked app names (please reboot awtrix to clear all old apps)"
},
"1.3.0": {
"en": "Added new JSON notification (allow you to specify almost any supported parameter by awtrix)"
},
"1.3.1": {
"en": "Added even more properties for JSON (line, bar, barBC, clients)"
},
"1.3.2": {
"en": "Added effect validator based on effects available in Awtrix"
}
}