-
Notifications
You must be signed in to change notification settings - Fork 8
/
changelog.txt
149 lines (118 loc) · 2.6 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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
1.3.3
-----
Add kodi-six requirement (https://github.com/romanvm/kodi.six)
1.3.2
-----
Lots of stuff.
1.3.1
-----
Fix for alphanum ids
1.3.0
-----
* Album/Track/Playlist: more tags
* Playlist: cover mosaics
* Feature: Music Library and smart playlists bridge using flask (try it using the scan context menu in qobuz!) (experimental)
* Feature: Context menu item from music library (show all albums from artist)
* Feature: Preview mode when no login/password are filled
1.2.2
-----
* remove deprecated enum
1.2.1
-----
* Feature: Playing HiRes purchased tracks (setting and hires property on track)
* Fix: Favorite error
* Fix: Collection is working
* Fix: Notification image
* Fix: Plugin name, Qobuz XBMC -> Kodi (addon.xml)
1.2.0
* updated version after plugin to
1.0.1
-----
* update language files from Transifex
1.0.0
-----
* clean up
* bugfixes
* public playlists
0.11.2
-----
* fixes and covers
0.11.0
-----
* Add "friends" feature
* add http-resolver for musicdb support (experimental)
* add pagination support (for small devices and very big playlists)
* move start/stop api calls in the service
* add "genre" node to browse music
* improve favorite support (add albums & artists & remove)
* lots of cleanup & cosmetics
* use requests 1.0.4
0.10.2
-----
* update language files from Transifex
0.10.1
-----
* fix bug in args checking
0.10.0
-----
* big cleaning & rewrites
* add common cache support (disabled)
* speed optimisations
0.9.14
-----
* remove sys.exit since it exit the whole xbmc since frodo rc2
0.9.13
-----
* retrieve and show artists picture (for similar artists)
* disable scan feature by default
* add favorites item (wip)
0.9.12
-----
* fix utf8 glitch
0.9.11
-----
* add context menu item "add as new playlist"
* add option to hide recommendations
0.9.10
-----
* fixes for release
* add favorites support
* remove lastfm similar artists support and use qobuz one
0.9.9
-----
* updates for qobuz api v0.2
0.9.0
-----
* re-add context items (playlist management, track/album/artist navigation, etc.)
release
18/03/2012 12:30 Tag
0.2.0
-----
rewrite
0.1.1
-----
bug fixes
0.1.0
-----
lots of things
0.0.5
-----
* player rewrite (use a backgound process to resolv urls)
0.0.4
-----
* improve caching
* generic tagging
* album view for purchases
* context menu for cache cleaning
0.0.3
-----
* add stop/start for Qobuz accounting
* multiples cleanups & bugfixes
* settings for caches expiration
0.0.2
-----
* [added features] search by artists and albums
0.0.1
-----
* Where it all began (Support favorite playlists, track search, recommendations)
----- inspired by XBMC Grooveshark Addon (Stephen Denham) -----