forked from tknorris/tknorris.shared
-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog.txt
77 lines (56 loc) · 1.58 KB
/
changelog.txt
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
[B]Version 0.0.23[/B]
- dom_parser2 improvements
[B]Version 0.0.22[/B]
- Create logger class
[B]Version 0.0.21[/B]
- Use "content" from DOMMatch if it's passed to the parser
- Fix fallback for non-delimitted value matching
[B]Version 0.0.20[/B]
- dom_parser wrapper fixes
[B]Version 0.0.19[/B]
- Various dom_parser2 fixes
- Allow multivalue matching on attribute
[B]Version 0.0.18[/B]
- Various dom_parser2 fixes
[B]Version 0.0.17[/B]
- Add dom_parser2
[B]Version 0.0.16[/B]
- Add profiler
- Add better get_current_view code
[B]Version 0.0.15[/B]
- use translate path on download path
[B]Version 0.0.14[/B]
- Fix cancel button for Leia
- Allow download media to override progress setting
[B]Version 0.0.13[/B]
- Add get_kodi_version
- Reduce logging
[B]Version 0.0.12[/B]
- Add thumbnail log spam fix
- Add has_addon
- Allow queries to be a string
[B]Version 0.0.11[/B]
- Handle art directly
- Add real busy dialog (Krypton only)
- Add support for setCast() (Krypton only)
[B]Version 0.0.9[/B]
- Improve CustomProgressDialog cancel button
[B]Version 0.0.8[/B]
- Drop zorder of progress dialog to 0
- Allow user to specify location of Progress Dialog XML
[B]Version 0.0.7[/B]
- More CustomProgressDialog fixes
[B]Version 0.0.6[/B]
- Fix CustomProgressDialog xml reference
[B]Version 0.0.5[/B]
- Add close_all
- Add custom progress dialog fallback
[B]Version 0.0.4[/B]
- Add countdown dialog
- Strip headers during extension generation
[B]Version 0.0.3[/B]
Force strptime import to avoid python bug
[B]Version 0.0.2[/B]
- Add optional component specific logging
[B]Version 0.0.1[/B]
- Initial Release.