-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrelease-notes.json
62 lines (62 loc) · 1.93 KB
/
release-notes.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
[{
"version": "2.5.6-beta",
"notes": [
"MacOS Catalina capatibility.",
"Migration of backend systems.",
"Authentication system updates.",
"Internal improvements and dependency updates."
]
},{
"version": "2.5.5-stable",
"notes": [
"Everything from 2.5.5-beta.",
"MacOS Catalina capability"
]
},{
"version": "2.5.5-beta",
"notes": [
"Logging fixes and improvements."
]
},{
"version": "2.5.3-beta",
"notes": [
"Added the help desk.",
"Fixed line coloring issue.",
"Fixed internal logging issues.",
"Added exit buttons for modals (pop ups).",
"Fixed issue with max preheat temp setting being too low/high."
]
},{
"version": "2.5.0-stable",
"notes": [
"All previous beta additions.",
"Fixed line coloring for ROR->Exit Temp after adding theming.",
"Added hover hints over sidebar icons.",
"Added recipe deletion.",
"Added recipe cloning."
]
},{
"version": "2.5.0-beta",
"notes": [
"Added `Messages` area",
"Pull in release notes and announcements.",
"Added recently viewed roasts section to the dashboard.",
"Fixed issue with overlay not working after first cancel.",
"Fixed C->F issue where F makes chart `bounce` around.",
"Renamed `Error Log` to `Log` for clarity."
]
},{
"version": "2.4.0-beta",
"notes": [
"Added a `Copy ID` button to post roast view for support to help debugging.",
"Fixed a bug with editing IR/BT triggers.",
"Allowed cancelling of playback in preheat mode.",
"Added a button allowing you to switch between IBTS and Probe temperatures in recipes.",
"Updated text on roaster charged notification.",
"Added time on chart hover when viewin your roast.",
"Removed redundant `View Roast Notes` button.",
"Added overlaying profiles when not roasting.",
"Allowed overlaying other profiles even when in recipe or playback mode.",
"Improved roaster logging for support team."
]
}]