-
Notifications
You must be signed in to change notification settings - Fork 10
/
changelog.txt
133 lines (98 loc) · 2.46 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
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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
v4.0
- Python 3 compatibility
v3.4
- Small fix
v3.3
- Small fix for prewash
v3.2
- Small fixes
- Option to check broken sources
- Support for NFS
- Translations
v3.1
- Language file format related changes
v3.0
- Fix unicode error in some languages
v2.9
- Option to disable confirmation
v2.8
- Optional Thumbnail view
v2.71
- Bug Fix
v2.7
- Speed tweak for slow thumb reading - option to disable thumb size calc
v2.6
- Bug fix
v2.5
- Added custom paths to be cleaned
- Excluded ignored options from being displayed in confirmation dialog
- Excluded ignored options from being calculated in totals
v2.4
- Option to clean Database Pre-Wash Scrub addon
v2.3
- Option to run KCleaner on every Kodi start
- Option not to display summary or progress bar on scheduled clean
v2.2
- Indicate in menu if all or only not in DB thumbs are being cleaned
- Refresh Mb cleaned in menu after settings change
- Refresh Mc cleaned in menu after cleaning
v2.1
- Locking app when auto clean running (as not to run twice)
- Display how much Mb would be cleaned in menu
v2.0
- Icon change
v1.9
- Change all occurances of local folder path to special:// in settings files
v1.8
- Completely rewrote interface
- Optimizations in service/scheduler
- Screenshots to reflect changes in interface
v1.7
- Better debugging
- Code cleanup
v1.6
- Option not to delete latest (1-4) package(s)
v1.5
- Added cleaning of orphaned addon data folders
v1.4
- Added Spotitube addon
- Added Retrospect addon
- Small changes in logic/fixes
v1.3
- Do not exit from addon when cleaning done; added exit button
- Various small optimizations
v1.2
- Scheduler
- Calculate and display cleaning totals for scheduled run
- If not scheduled run, always display totals box at the end
- It is now possible to schedule cleanup of Textures12 database
v1.1
- Bug fix in settings
v1.0
- Textures database cleanup
v0.9
- Removed unnecessary code
v0.8
- Check which addons are not in a repo (i.e. installed from zip)
- Scheduler to run selected cleanup(s) on startup every 1, 7, 30 or 90 days
- Improved logic
v0.7
- Improved logic
- Run all at once
- Settings split by category
- Debug logging
- Ignore special://temp/archive_cache for Krypton
v0.6
- Display cleaning statistics
v0.5
- Check for unused registries
- Added script.artwork.downloader/temp cleanup
- option to ignore /thumbnails/animatedgifs in settings
v0.4
- Database compacting
v0.3
- Ignore (do not clean) addons selected in settings
v0.2
- Initial release
v0.1
- Alpha release