-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathchangelog.txt
42 lines (30 loc) · 1.28 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
v3.0.5
- fix for more possibles instances of "Kodi is not playing any media file" when skipping beyond end of file
v3.0.4
- Remove old common code, use new module
v3.0.3
- Minor bugfix for http/s sources
v3.0.2
- fix "Kodi is not playing any media file" when skipping beyond end of file
v3.0.1
- Minor bugfix with http/s sources (plugins)
v3.0.0
- Update for Matrix / Python3 (work borrowed from https://github.com/dkadioglu/script.xbmc.unpausejumpback)
- Add setting for jump back occurring at time of un-pause vs. at time of pause
- Bug fixes & tidy-ups
v2.3.3
- fixed format of authors tag in addon.xml
- removed the XBMC from the name
v2.3.2
- jump back "in the background" when paused (i.e. while still paused instead of upon resuming)
v2.3.1
- revert jumpback after playback started due to XBMC video timer bug - can not add this until xbmc properly reports the playback position immediately on playback start
v2.3.0
- add jumpback after playback started from non zero starting time (needs gotham for working properly!)
v2.2.0
- add exclude settings
- add jumpback/forward after fwd or rwd based on the fwd/rwd speed (can be adjusted for each speed separately for fwd and rwd).
v2.1.0
- add setting for specifying the minimum pause time before jumping back
v2.0.0
- initial commit for frodo