summaryrefslogtreecommitdiff
path: root/NEWS
blob: 90c7f35c9a3958d836840a78dccf7095a6102c51 (plain)
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
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
NEW in 0.1.15
=============

  * LastFM Album Art plugin
    * Plugged some leaks

  * Local Metadata plugin
    * Plugged some leaks

  * Youtube plugin
    * Plugged some leaks
    * Made operations cancellable

  * Contributors to this release:
    Juan A. Suarez Romero <jasuarez@igalia.com>


NEW in 0.1.14
=============

  * General
    * Get rid of unused definitions
    * Use new "content-changed" API
    * Added "module" information to XML files
    * Use new API instead of deprecated ones.

  * Jamendo plugin
    * Plugged some leaks

  * LastFM Album Art plugin
    * resolve() is now a cancellable operation

  * Local metadata plugin
    * Small fixes
    * resolve() is now a cancellable operation

  * Tracker plugin
    * Several fixes

  * UPnP plugin
    * Plugged some leaks

  * Contributors to this release:
    Juan A. Suarez Romero <jasuarez@igalia.com>
    Lionel Landwerlin <lionel.g.landwerlin@linux.intel.com>


NEW in 0.1.13
=============

  * General:
    * Do not use grl_data_key_is_known(), as it is deprecated

  * Tracker:
    * Do not load the plugin if Tracker is not running
    * Allow Tracker versions below 0.10.5

  * Contributors to this release:
    Juan A. Suarez Romero <jasuarez@igalia.com>


NEW in 0.1.12
=============

  * Local metadata plugin
    * Add support for series and seasons

  * Tracker plugin
    * Several fixes and improvements
    * Add support for writting back metadata

  * Contributors to this release:
    Iago Toral Quiroga <itoral@igalia.com>
    Juan A. Suarez Romero <jasuarez@igalia.com>
    Lionel Landwerlin <lionel.g.landwerlin@linux.intel.com>


NEW in 0.1.11
=============

  * Filesystem plugin
    * Small fix

  * Flickr plugin
    * Plugged a leak

  * LastFM album art plugin
    * Added extralarge and megalarge thumbnails

  * Tracker plugin
    * Several fixes
    * Provided a tracker-based metadata source

  * UPnP plugin
    * Fixed small bug.

  * Youtube plugin
     * Fixed BGO#643924 - [PATCH] youtube plugin not parsing date

  * Contributors to this release:
    Juan A. Suarez Romero <jasuarez@igalia.com>
    Lionel Landwerlin <lionel.g.landwerlin@linux.intel.com>
    Michael Wood <michael.g.wood@linux.intel.com>


NEW in 0.1.10
=============

  * General
    * Use the new grl_metadata_source_may_resolve() function
    * Split src/ code between media and metadata sources

  * Gravatar plugin
    * Use the new multi-valued API to provide several avatars

  * Jamendo plugin
    * Fixed feeds category

  * LastFM album art plugin
    * Use the new mult-valued API to provide several thumbnails

  * Podcasts plugin
    * Fixed invalid GrlNetWc free

  * Shoutcast plugin
    * Disabled by default (it is broken)

  * UPnP plugin
    * Use GrlData API to set metadata properties

  * Vimeo plugin
    * Several fixes
    * Fixed BGO#643811 - Date format for vimeo plugin

  * Youtube plugin
    * Use the new mult-valued API to provide several thumbnails

  * Contributors to this release:
    * Guillaume Emont <gemont@igalia.com>
    * Juan A. Suarez Romero <jasuarez@igalia.com>
    * Lionel Landwerlin <lionel.g.landwerlin@linux.intel.com>
    * Michael Wood <michael.g.wood@linux.intel.com>


NEW in 0.1.9
============

  * General
    * Implemented NULL-text search (search all)

  * Bookmarks plugin
    * Fixed saving/loading content from database
    * Addec content-changed notification

  * Filesystem plugin
    * Added cancellation support
    * Added content-changed notification

  * Flickr plugin
    * Fixed Makefile.am

  * Local metadata plugin
    * New plugin that provides covers and thumbnails from local filesystem

  * Podcasts plugin
    * Fixed search
    * Added content-changed notification

  * Tracker plugin
    * Several fixes and improvements

  * UPnP plugin
    * Fixed warning
    * Added content-changed notification

  * Contributors to this release:
    Fabien Lebaillif - Delamare <fabien@developers.arq-media.com>
    Guillaume Emont <gemont@igalia.com>
    Juan A. Suarez Romero <jasuarez@igalia.com>
    Lionel Landwerlin <lionel.g.landwerlin@linux.intel.com>


NEW in 0.1.8
============

  * General
    * Use the new GrlConfig rework

  * Filesystem plugin
    * Implemented search() function

  * Podcasts plugin
    * Small fix in log domain

  * Tracker plugin
    * New plugin that gets its content from Tracker

  * UPnP plugin
    * Several improvements and fixes
    * Add support for thumbnails
    * Implemented query() function

  * Youtube plugin
    * Plug leak

  * Contributors to this release:
    Fabien Lebaillif - Delamare <fabien@developers.arq-media.com>
    Guillaume Emont <gemont@igalia.com>
    Iago Toral Quiroga <itoral@igalia.com>
    Juan A. Suarez Romero <jasuarez@igalia.com>
    Jussi Kukkonen <jku@linux.intel.com>
    Lionel Landwerlin <lionel.g.landwerlin@linux.intel.com>


NEW in 0.1.7
============

  * General
    * General fixes, including fixes for:
      * GB#627864 - log: Revamp the log system
      * GB#628506 - rename the GRL_ERROR quark to GRL_CORE_ERROR
    * Install plugins as loadable modules, not libraries
    * Use GrlNet
    * Adapt code to changes in GrlPluginRegistry functions

  * Apple trailers plugin
    * General fixes, including fix for:
      * GB#630538 - Apple trailers can provide a higher-resolution thumbnail

  * Filesystem plugin
    * Implemented media_from_uri() and test_media_from_uri()

  * Flickr plugin
    * General fixes

  * Podcasts plugin
    * General fixes

  * Shoutcast plugin
    * General fixes

  * UPnP plugin
    * Aded plugin deinit function

  * Vimeo plugin
    * GB#630494 - The Vimeo plugin accesses freed memory during searches

  * Youtube plugin
    * General fixes, including fix for:
      * GB#635394 - Add ability to get video URL from page URL, or <embed> URL
    * Handle libgdata 0.7 and 0.8 api

  * Contributors to this release:
    Chris Lord <chris@linux.intel.com>
    Damien Lespiau <damien.lespiau@intel.com>
    Guillaume Emont <gemont@igalia.com>
    Iago Toral Quiroga <itoral@igalia.com>
    Juan A. Suarez Romero <jasuarez@igalia.com>
    Ross Burton <ross@linux.intel.com>
    Víctor Manuel Jáquez Leal <vjaquez@igalia.com>


NEW in 0.1.6
============

  * General
    * General fixes
    * Use the new metadata key system
    * Use the new way of registering plugins

  * Apple trailers plugin
    * General fixes
    * Handle more metadata keys
    * Handle both SD and HD videos

  * Bookmarks plugin
    * General fixes

  * Fake metadata plugin
    * General fixes

  * Filesystem plugin
    * General fixes
    * Restrict content to a set of directories

  * Flickr plugin
    * General fixes
    * Added browse operation
    * Instance source to handle personal content

  * Gravatar plugin
    * New plugin that shows avatar for author/artist

  * Jamendo plugin
    * General fixes

  * LastFM album art plugin
    * General fixes

  * Metadata Store plugin
    * General fixes

  * Podcasts plugin
    * General fixes

  * SHOUTCast plugin
    * General fixes
    * Cache root page for some minutes
    * Change ID encoding

  * uPnP plugin
    * General fixes

  * Vimeo plugin
    * General fixes

  * Youtube plugin
    * General fixes
    * Handle more metadata keys

  * Contributors to this release:
      Chris Lord <chris@linux.intel.com>
      Damien Lespiau <damien.lespiau@intel.com>
      Iago Toral Quiroga <itoral@igalia.com>
      iain <iain@linux.intel.com>
      Joaquim Rocha <jrocha@igalia.com>
      Juan A. Suarez Romero <jasuarez@igalia.com>
      Simón Pena <spenap@gmail.com>
      Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
      Xabier Rodriguez Calvar <xrcalvar@igalia.com>


NEW in 0.1.5
============

  * General
    * Code moved to gnome.org
    * Improved build system
    * Use of glib slices when possible

  * Apple trailers plugin
    * General fixes

  * Bookmarks plugin
    * Added a title to root category

  * Flickr plugin
    * General fixes

  * Jamendo plugin
    * General fixes

  * LastFM album art plugin provider
    * General fixes

  * Podcasts plugin
    * Added a title to root category

  * SHOUTCast plugin
    * General fixes

  * UPnP plugin
    * Use source name as title in root category

  * Vimeo plugin
    * New plugin that shows content from Vimeo service

  * Youtube plugin
    * General fixes
    * Refactored plugin to use libgdata

  * Contributors to this release:
      Iago Toral Quiroga <itoral@igalia.com>
      Joaquim Rocha <jrocha@igalia.com>
      Juan A. Suarez Romero <jasuarez@igalia.com>
      Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
      Xabier Rodriguez Calvar <xrcalvar@igalia.com>


NEW in 0.1.4
============

  * General
    * Updates related with changes in Grilo API

  * Bookmarks
    * Small improvements

  * Flickr plugin
    * Use the new configuration system

  * Metadata-Store plugin
    * New plugin where to save metadata

  * Podcasts plugin
    * Small improvements

  * Contributors to this release:
      Iago Toral Quiroga <itoral@igalia.com>
      Juan A. Suarez Romero <jasuarez@igalia.com>


NEW in 0.1.3
============

  * General
    * Minor fixes

  * Apple Trailers plugin
    * New plugin

  * Bookmarks plugin
    * Small improvements

  * Podcasts plugin
    * Small improvements

  * Shoutcast plugin
    * Small improvements

  * Upnp pugin
    * Small improvements

  * Contributors to this release:
      Iago Toral Quiroga <itoral@igalia.com>
      Juan A. Suarez Romero <jasuarez@igalia.com>
      Philippe Normand <phil@base-art.net>


NEW in 0.1.2
============

  * General
    * Minor fixes.

  * Bookmarks plugin
    * New pluging used to save and retrieve bookmarks to other content.

  * Flickr plugin
    * Get rid of flickcurl library.
    * It have its own methods to access flickr services, with GIO and libxml2.

  * Jamendo plugin
    * Minor fixes.

  * Podcasts plugin
    * Some fixes

  * Shoutcast plugin
    * New plugin to access SHOUTcast radios

  * Upnp plugin
    * Support for new versions of gupnp-av-1.0 (>=0.5).

  * Contributors to this release:
      Iago Toral <itoral@igalia.com>
      Juan A. Suarez Romero <jasuarez@igalia.com>


NEW in 0.1.1
============

  * First release

  * Developed plugins for accessing:
    * Local filesystem
    * Flickr
    * Jamendo
    * Podcasts
    * uPnP
    * Youtube

  * Developed metadata providers:
    * Fake: provides fake data for almost all keys
    * Last.FM: provides album covers

  * Contributors to this release:
      Iago Toral <itoral@igalia.com>
      Juan A. Suarez Romero <jasuarez@igalia.com>