forked from ybrs/putio-xbmc-v2
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathchangelog.txt
91 lines (74 loc) · 3.56 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
v3.1.0 (2024-10-08) Berkan Teber <berkan@put.io>
* Better identify media files
* Append language code to subtitle names for language identification
* Do not use deprecated methods
v3.0.2 (2023-11-27) Berkan Teber <berkan@put.io>
* Update Kodi API endpoint (#20)
* Use `account_status` to verify if account is active (#20)
v3.0.1 (2023-01-11) Berkan Teber <berkan@put.io>
* Add compatibility with Kodi v20
v3.0.0 (2021-03-02) Batu Aksoy <batuhan@put.io>
* Migrate to python3
v2.3.0 (2019-08-05) Cenk Alti <cenk@put.io>
* Add support for loading all available subtitles
v2.2.1 (2016-06-15) Ibrahim Gungor <ibrahim@put.io>
* Update client to sync with Put.io servers
v2.2.0 (2016-05-02) Ibrahim Gungor <ibrahim@put.io>
* Show 'watched' icon if the video is played before
* Show video duration next to its title
* Sort-by-name sorts files and folders together
* Use put.io/kodi endpoint
* Several bugfixes regarding video resume
v2.1.0 (2016-05-02) Ibrahim Gungor <ibrahim@put.io>
* Sort files by date
* Inform user if payment is expired
* Don't show delete context for shared files
* Fix errors dialogs popping up occasionally while watching a video
* Fix AttributeError where an audio file has no 'start_from' attribute
v2.0.0 (2016-04-21) Ibrahim Gungor <ibrahim@put.io>
* Video resume support
* Sort files by name
* Sort files by size
* Delete file/directory support
* Proper subtitle support
* Refresh a directory for new changes
* Add Turkish locale
2014-03-04 Burak Sezer <burak@pilli.com>
* Improved authentication method
2014-02-28 Burak Sezer <burak@pilli.com>
* Improved subtitle support
2011-05-22 Alper KANAT <alper@put.io>
* new minor version release: 1.1.2
* fixed a bug (had to hardcode id despite it's in addons.xml :S)
* new minor version release: 1.1.1
* fixed incorrect changelog dates
* omitted the use of getcwd due to request
* restructured project root due to Arne Morten Kvarving's (official
repository's maintainer) request
2011-02-19 Alper Kanat <alper@put.io>
* added subtitle support for playback of movie files. now when a file is
selected, a file with the same filename is being searched with a 'sub' or
'srt' extension and added to player if available.
* added new exception for missing api key/secret
* fixed some addons.xml bugs
* removed simplejson dependency (you need to create a zip of
plugin.video.putio and add it via XBMC's Install from zip file option)
2011-02-11 Alper Kanat <alper@put.io>
* COPYING: added license information
* README: added readme information
* AUTHORS: added author information
* plugin.video.putio/addon.xml: added license information
* plugin.video.putio/default.py: added license information, removed
unnecessary import line
* plugin.video.putio/resources/__init__.py: added license information
* plugin.video.putio/resources/lib/__init__.py: added license information
* plugin.video.putio/resources/lib/common.py: added license information,
added unwanted item types for excluding in listing
* plugin.video.putio/resources/lib/gui.py: added license information,
added downloading item types for adding context menu (TODO), added
thumbnails to movies
* plugin.video.putio/resources/settings.xml: added license information
* plugin.video.putio/resources/images/error.png: added error image for
notifications
* plugin.video.putio/resources/lib/download.py: added downloader script
for downloading files/folders