-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES
54 lines (29 loc) · 976 Bytes
/
CHANGES
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
# Change Log
## 0.1.22
- :bug: Ability to find system gstreamer when running under uv
## 0.1.21
- :bug: More reliable background process cleanup if host fails
## 0.1.20
- :bug: Fix media wind down just jumping to lowest speed
## 0.1.19
- :bug: Fix failure to change speeds
## 0.1.18
- :sparkles: Convert dict to Gst.structure automatically
- :bug: Nuisance errors on shutdown
## 0.1.17
- :bug: Fix interrupting a fade with another fade
## 0.1.16
- :bug: Sound player thread leak
- :sparkles: Use Poetry
## 0.1.15
- :bug: luma-average key in video analysis should have been luma_average
## 0.1.14
- :bug: Fix proxy IDs being recycled
- :sparkles: GStreamer now works correctly in .venv, at least on debian.
## 0.1.12
- :sparkles: Use a timeout on some background process actions
- :bug: Don't run background process outside the virtualenv if started in one
## 0.1.1
Fix legacy camelCase, with backwards compatibility for now.
## 0.1.0
First commit