forked from aquaherd/parole-mpris2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
170 lines (157 loc) · 6.65 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
0.5.0
=======
- Fixed potential file name clash in parole extension (bug #9728)
- Fixed libnotify error on make (bug #9744)
- Fixed moving show/hide playlist button (bug #9755)
- Fixed mute button toggling (bug #9760)
- Fixed playlist manipulation while playlist hidden (bug #9762)
- Fixed webm file support (bug #9798)
- Fixed auto-saved playlist saving as UTF-8
- Fixed playlist menu from opening off-screen
- Added improved locale name support in audio tracks and subtitles
- Added gstreamer 1.0 support with --with-gstreamer=0.10|1.0
- Added additional tooltips
- Added theming to fullscreen widgets
- Improved audio cover image loading
- Improved support for window manager fullscreen command
- Made codec installer transient for player window
- Moved history and playlist to .config/xfce4/parole
0.4.0
=======
- Fixed build bugs #9219, #9226
- Fixed fullscreen controls (bug #9270)
- Fixed screensaver inhibition (bug #7407)
- Fixed freezing with subtitles (bug #9194)
- Fixed skipping every second ogg-vorbis in playlist (bug #9562)
- Added embedded mode (bug #8506)
- Added missing codec installation (bug #8469)
- Added custom subtitle management (bug #6731)
- Added CD and DVD playlist support
- Added DVD navigation support
- Added Recent Items in open menu
- Replaced Stream Properties plugin with AudioBox widget
- Moved notifications from system tray plugin to notify plugin.
- Added album artwork and details to notifications.
- Ported configuration to Xfconf
- Interface refinements
- Keyboard shortcut refinements (bug #9317)
0.3.0.3
=======
- Maintenance release
- Fixed --enable-gtk-doc
- Fixed CD-Drive icon disappearing after drive eject
- Small interface tweaks to Plugins dialog.
0.3.0.2
=======
- Maintenance release
- Fixed bug that prevented proper distribution
0.3.0.1
=======
- Maintenance release
- Updated build requirements (bug #9197)
- Fixed installation directory for plugins
- Fixed compilation of plugin api (bug #9196)
- Fixed compilation of debug=yes and debug=full
- Fixed compiling twice (bug #9219)
0.3.0
=======
- Replaced libxfce4gui dependencies with libxfce4ui
- Upgraded GTK interface to GTK 2.20+
- Revamped, minimalistic interface
- Replaced playbin with playbin2
- Improved subtitle/audio track handling
- Improved keyboard shortcuts
- Updated application icon
- Added command line option to enqueue files
- Cleared warnings due to deprecated functions
- Fixed many of the existing bugs
0.2.0.1
=======
- Automatically detect disc type when parole is started with --device=/dev/sr0 without a uri
- Make the browser plugin compatible with midori, Makefile was broken.
- Remove border width from the settings.
- Fix on disk file check
- Avoid a Glib warning in the statusbar when filename is null.
- Support for playing DVD/VCD ISO images from a file.
- Query stream duration on-ready state always, fixes DVD duration query.
- Properly handle WriteReady callback.
- For local media files, check the stream caps only when switching from ready to paused state.
0.2.0
====
- Fix the confirmation on delete event.
- Use g_key_file_get_locale_string to load plugin name and description
- Fix missing installable include files.
- Fix unused Gst overlay expose on READY state.
- Provide a command line to be used to enable/disable xv, X Video support might be missing for some drivers.
- Handle non local file from the command line.
- Send the kill signal if the dbus name is not yet registered in the browser plugin.
- Set the _NET_WM_WINDOW_OPACITY_LOCKED wm hint, so xfwm4 keep us opaque.
- Grab the focus on the video widget after we get the playing state signal, not when asking gst to play, this will avoid an expose event on the video widget that causes the logo to be drawn before the movie frames shows up.
- Provide an option to Enable/Disable resetting X screen saver counter while playing movies
- Check for stream type before settings the live bit.
- Don't use uri as a status bar text for live streams.
- Added get_stream to the plugin API.
- Don't popup errors in the browser plugin.
- Fix seek backwards+add mouse wheel on the volume slider, patches by Enrico Troger.
0.1.99
====
- Fix bug in the active plugin saved list.
- Added translators credit.
- Fix a memory leak.
- reload the logo when the theme is changed.
- Fix compilation with xulrunner 1.9.2.
- Fix bug #6039 concerning the crash on a virtual box.
- Fix a variable type causing the cursor to be set invisible on the video
widget event if no video is playing.
/* Browser plugin */
- Fix buffering info that was displayed in fullscreen mode.
- Stabilizing the browser plugin.
0.1.98
====
- Fix missing signal handler for the mute menu item.
- Don't hide the controls in full screen when cursor is above
the popup window.
- Respect browser plugin dir installation directory.
- Support for playlist format in the media browser plugin, that it, the
plugin now gets the data from the browser, save it in a temporary
file parse it and play it...
- Added an option in the media chooser to chooer whether to start
playing opened files directly or not (bug #6035).
0.1.96
====
- Fix the plugin loader bug, when the a plugin is asking to pack a widget
and the plugin loader is not ready (bug #6032).
- Exit after 60 seconds of inactivity on the browser plugin to avoid
any zombie process.
0.1.95
====
- Use taglib when compiled to get the media title and display it in
the list instead of waiting for a tag message from gst to change
the display name while playing.
- Added -n command line to load parolw without plugins.
- Added XF86 button handler.
- Added an option in the media chooser dialog to enable/disable
scanning folders recursively for media files
- Handle CTL_O and XF86XK_OpenURL.
- Use cdda:// for audio disc, sine cdda:/ doesn't work!
- Give focus to media list view on GDK_Up and Down.
- Added an option in the media chooser to replace current playlist
with opened files
- Hide control full screen popup when switch from a desktop to another.
- Enter/leave fullscreen on double click on the video widget, thanks
for Enrico Troger for the patch.
- Save stream tags when stream playback finished, should be safer.
- Added a power manager plugin to inhibit the power manager
while playing DVD/VCD/DVB...
- Added --device command line to be used with cdda:// dvd:// etc...
- Added browser media player plugin.
0.1.91
====
- Don't runref the vis plugin as playbin will remove it on exit (bug #5830).
- Fix settings dialog displayes in english when locales aren't english (bug #5829).
- Don't reset XScreenSaver bit when playing audio file, (problem was in the order of calls).
- Fix some untranslatable strings (bug #5827).
- Fix desktop file Application Type typo. (Type=Application instead if Type=Application;).
0.1.90
====
First release.