forked from tamland/xbmc-addon-watchdog
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathchangelog.txt
103 lines (77 loc) · 3 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
v1.1.2
- Support json.loads for both less python 3.9 and newer
v1.1.1
- Fix monitor class being used incorrectly so addon can start
v1.1.0
- Update dependencies
- Enable virtual filesystems nby fixing py3 unicode issues
- Update abortRequested() API calls
v1.0.0
- Remove script.module.pathtools and script.module.watchdog so they are correctly referenced upstream
v0.9.8
- convert addon to work on py3
v0.9.7
- increased number of possible custom sources to 10
v0.9.6
- added headless support
v0.9.5
- improved detection of offline media sources
v0.9.4
- improved shutdown time
v0.9.3
- fixed crash on invalid filename encoding from file system
v0.9.2
- Helix only: progress dialogs are now hidden by default. Can be changed in settings
- fixed OS X regression
v0.9.1
- added option for removing videos directly without cleaning entire library
- added option for cleaning/scanning library on startup
- added option for showing status dialog on startup (for easy debugging)
- improved skipping of non-media files, reducing number of library scans needed
- replaced different depth methods with recursive/non-recursive option
- detection of OS mounted network file systems now works on busybox systems such as OpenElec
- other minor improvements and fixes
v0.8.1
- added startup delay setting
v0.8.0
- added settings for manually selecting folders to watch
- added setting for changing network polling interval
- added dialog for add-on start up progress
- many performance and stability improvements including faster startup and shutdown
- fixed inotify never working on android
- polling now auto-selected for mounted smb/nfs shares (linux)
v0.7.7
- fixed: add-on sometimes failing to start on android, causing xbmc to hang on exit
v0.7.6
- fixed multiple issues with the depth 2 poller
v0.7.5
- added option for forcing global scan on video sources. This is a workaround for a bug that cause XBMC to sometimes fail to recognize the newly added files
v0.7.4
- fixed encoding related regression affecting posix systems (OpenElec and other non-standard distributions)
v0.7.3
- added French translation
- now tries to not scan when when non-media files are added
- fixed: scanning sometimes failing due to reserved characters not being escaped
- fixed: poller (depth 2) sometimes failing when files are added
v0.7.2
- added option for disabling pause on playback
- other minor tweaks
v0.7.1
- fixed: library was cleaned even if it was disabled
v0.7.0
- support for network shares
- now only scans the media source an event appeared in
- now shows notifications when a media source is not being watched (optional)
- settings now accessible through programs menu
- various fixes
v0.6.3
- added setting for delaying updates
- no longer scans/cleans during playback
v0.6.2
- added multipath support
- added stricter triggering of library clean based on file type
v0.6.1
- fixed: not able to resume from sleep mode on linux
- fixed: addon not able to start on windows xp when syscall is selected
v0.6.0
- fixed: xbmc deadlocks on windows when exiting