forked from media-explorer/media-explorer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
189 lines (111 loc) · 6.77 KB
/
NEWS
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
===============================================================================
Mex 0.3.6.1 2012-02-02
===============================================================================
• List of changes since media-explorer 0.3.6
» Actually build against just MX 1.99.
===============================================================================
Mex 0.3.6 2012-02-02
===============================================================================
• List of changes since media-explorer 0.3.4
» Performance improvements to models
» Fade in animation at startup
» Ensure items have all information before being added to a model view
» Improve the performance of the backdrop plugin
» Add an "Apps" column to link to various web services
» Fix Webremote mimetype detection
» Filter out images smaller than 100x100 in the tracker plugin
Contributors to this release:
Michael Wood, Thomas Wood
===============================================================================
Mex 0.3.4 2011-12-20
===============================================================================
• List of changes since media-explorer 0.3.2
» Add grouping support to categories
» Refactored Model Manager API
» Visual refresh of the web remote
» Add a secondary label to MexTile for extra information
» Add a "back" button on grid and column views
» Add live previews of videos
» Add the "twitter-send" plugin
Contributors to this release:
Damien Lespiau, Dario Freddi, Dave Tappy, Michael Wood, Thomas Wood
===============================================================================
Mex 0.3.2 2011-10-31
===============================================================================
• List of changes since media-explorer 0.2.0
» Renamed the autoconf package to media-explorer,
» The telepathy plugin has gained PiP (Picture in Picture) support and had
various bug fixes,
» Renamed the various D-Bus name interfaces we export to be more coherent
» Big code cleanups: removal of the tumbler support, some changes in how
plugins are defined, port to GDBus, fix build with out of process D-Bus
player, removed the hacky rebinder,
Contributors to this release:
Damien Lespiau, Jeremy Whiting, Thomas Wood, Lionel Landwerlin, Michael Wood,
Dario Freddi, Sjoerd Simons, Nick Richard
===============================================================================
Mex 0.2.0 2011-09-30
===============================================================================
• List of changes since Mex 0.1.6
» Addition of video conferencing plugin using the telepathy framework
(contribution from Collabora)
» Ability to "open with" media explorer e.g. from your file browser
» Media explorer grilo filesystem plugin can now take multiple
folder locations in the mex.conf
» The usual bulk of small adjustments in the ui and content framework,
various fixes (leaks/performance) and maintenance work.
Contributors to this release:
Damien Lespiau, Jeremy Whiting, Dario Freddi, Lionel Landwerlin,
Thomas Wood, Michael Wood, Sjoerd Simons, Juan A. Suarez Romero, Nick Richards
===============================================================================
Mex 0.1.6 2011-08-31
===============================================================================
• List of changes since Mex 0.1.4
» Addition of an optical-disc plugin
» Audio track and subtitle selection
» Background manager to support background plugins
» The usual bulk of small adjustments in the ui and content framework,
various fixes (leaks/performance) and maintenance work.
Contributors to this release:
Thomas Wood, Lionel Landwerlin, Damien Lespiau, Michael Wood
===============================================================================
Mex 0.1.4 2011-07-29
===============================================================================
• List of changes since Mex 0.1.2
» Addition of a DVB plugin (using gnome-dvb-daemon)
» Addition of Justin.tv plugin (requires a grilo plugin not yet released)
» Addition of Blip.tv plugin (requires a grilo plugin not yet released)
» A significant amount of time has been spent on improving performance
(specifically targeting the CE4100 Intel platform)
» Addition of nice transition in between screens
» Lot of work on the webremote to improve out-of-box experience
» Addition of a debug plugin helping to track memory leaks
» Addition of "smart" ordering to access new and never seen content easily
» The usual bulk of small adjustments in the ui and content framework,
various fixes (leaks/performance) and maintenance work.
Contributors to this release:
Chris Lord, Damien Lespiau, Lionel Landwerlin, Michael Wood, Thomas Wood
===============================================================================
Mex 0.1.2 2011-06-24
===============================================================================
• List of changes since Mex 0.1.0
» Addition of a "touch mode". This adds some mouse navigation but also
a bunch of touch friendly behaviours to Mex for it's use on tablet for
instance,
» Add a first pass on handling music files. There's is now a new column
for music and it uses a visualisation plugin from GStreamer,
» New dbusinput plugin that exposes a DBus API to send key events to the
application,
» New webremote applet, a separate HTTP daemon to control mex from a
secondary screen,
» Addition of an internal thumbnailer instead of using tumbler. With this,
the thumbnails created by mex are private to the application (their size
wasn't part of the thumbnailing spec anyway) and we use JPEG to store
them (saves a lot of space). This thumbnailer is now the default option,
» Lot of work on the grid to improve its behaviour and corner cases,
» The usual bulk of small adjustments in the ui and content framework,
various fixes (leaks/performance) and maintenance work.
Contributors to this release:
Michael Wood, Chris Lord, Thomas Wood, Lionel Landwerlin, Damien Lespiau,
Juan A. Suarez Romero, Olivier Le Thanh Duong, Ross Burton.
===============================================================================