-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
113 lines (64 loc) · 1.9 KB
/
CHANGELOG
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
## 1.2.0
IMPROVEMENTS:
* bump eventlet to 0.33.1
* Add python 3.10
* Update python versions, bump dependencies
* Fix dep sprawl between poetry and setup.py. Causing https://github.com/miguelgrinberg/python-socketio/issues/578
* miguelgrinberg/python-socketio/issues/578
* Fix deprecation on using HEAD^2 for codeql
* Move git:// to https:// in pre-commit
* Bump codeql to v2
SECURITY:
* Bump/pin flask-cors for CVE-2020-25032
## 1.1.8
SECURITY:
* Bump/pin urllib3 for CVE-2021-33503
## 1.1.7
SECURITY:
* Bump/pin eventlet for CVE-2021-21419
## 1.1.6
BUG FIXES:
* Fix gunicorn config for prod.config to reference correct sqlite file
## 1.1.5
SECURITY:
* Bump/pin Jinja2 for CVE-2020-28493
## 1.1.4
IMPROVEMENTS:
* Add support for viewing logs: https://github.com/myoung34/tilty-dashboard/pull/7
## 1.1.3
IMPROVEMENTS:
* Add support for modifying tilt config: https://github.com/myoung34/tilty-dashboard/pull/6
BUG FIXES:
* Fix setup.py packing to include static js assets
## 1.1.2
YANKED
## 1.1.1
BUG FIXES:
* Fix setup.py packing to include flask-session and static assets
## 1.1.0
IMPROVEMENTS:
* Added basic settings abilities (gravity offset, scale, temperature scale): https://github.com/myoung34/tilty-dashboard/pull/4
* Added a side nav bar
## 1.0.1
IMPROVEMENTS:
* Move from css based gauges to gauge.js
## 1.0.0
IMPROVEMENTS:
* Add support for multiple tilts
## 0.0.4
IMPROVEMENTS:
* Update coverage to work on master, add seed/local info to README
## 0.0.3
IMPROVEMENTS:
* (tag: 0.0.3) Fix setup.py to package templates, bump to 0.0.3
* Add "make seed" target
## 0.0.2
IMPROVEMENTS:
* add all tilt_data and basic gauge to dashboard
* Python 3.8 wont work with werkzeug 0.15.3
* Refactor unused code, increase test coverage
* Fix hadolint DL3019
* Add claire back to docker release docker builds on release/deploy
* Add coveralls
## 0.0.1
Initial release