source: smplayer/trunk/Release_notes.txt@ 117

Last change on this file since 117 was 106, checked in by Silvan Scherrer, 15 years ago

smplayer: 0.6.9

File size: 14.2 KB
Line 
1Version 0.6.9.
2
3Most important changes since 0.6.8:
4
5* A serious bug has been fixed: sometimes smplayer failed to find subtitles
6 in opensubtitles.org.
7* Implemented the possibility to mark an A-B section, to play a part of the
8 file only.
9* (Linux) smplayer doesn't use alsa as default audio driver anymore. It should
10 fix freezing problems on Ubuntu.
11* Possibility to display the video resolution and frames per second in the
12 status bar.
13* Audio: selection of left or right channel does work now.
14* (Linux) Improved support for vdpau.
15
16
17Version 0.6.8.
18
19Most important changes since 0.6.7:
20
21* Added support for TV (more info in Watching_TV.txt).
22* New option to enable a global volume.
23* (Linux) Support for vdpau.
24* New option to take consecutive screenshots.
25* Possibility to add some of the submenus to the toolbars.
26* Better support for *.ts files (requires mplayer >= r29381).
27* Added the Vietnamese translation.
28* Added the Estonian translation.
29* (Windows) New options to try to disable the screensaver.
30
31
32Version 0.6.7.
33
34Most important changes since 0.6.6:
35
36* Added experimental (and uncomplete) support for dvd menus. Requires a mplayer
37 build compiled with dvdnav support. Please read dvdmenus.txt to know how
38 to enable it.
39* Now loading an external subtitle file doesn't require to restart the mplayer
40 process (except for idx/sub subtitles).
41* (Playlist) When a file is added to the playlist, if it was already in the
42 list, it's moved to the end of the list.
43* Options for mplayer: finally spaces in arguments between quotes are handled
44 properly.
45* Added two options (in the audio and subtitle menus) to allow the user to
46 enter the audio and subtitle delay (in milliseconds).
47* (ASS subtitles) The outline and shadow options now accept values with
48 decimals.
49* (ASS subtitles) Possibility to change the color of the border and shadow.
50* Now the default value for the "correct pts" option is auto.
51* (Windows) Now the screensaver is allowed to turn on if the file is paused
52 or it's an audio file.
53* (Windows) The direct3d video output is now the default for Windows Vista.
54
55
56Version 0.6.6.
57
58Most important changes since 0.6.5:
59
60* Added an option to generate a preview (thumbnails) of the video.
61* Added a new gui (mpcgui, a media player classic clone) developed by
62 Matthias Petri.
63* Added some auto zoom options, to display the video without black borders.
64* Implemented a new (and optional) method to save the file settings.
65 This method uses an ini file per each played file. It's faster than the old
66 one.
67* Added a new option in Preferences->Video: add black borders on
68 fullscreen. If this option is enabled, black borders will be added to
69 the image in fullscreen mode. This allows subtitles to be displayed on
70 the black borders.
71* Increased the resolution of the seekbar. Allows a more accurate seeking.
72* Added 3 modes for the stay on top option: always, never and while playing.
73* Added a history to the open URL dialog.
74* Added new action to cycle through all aspect ratios. Assigned by default to
75 key "A".
76* It's possible to run some specified actions every time a file is loaded.
77* Possibility to set up a proxy for internet connections (used for subtitle
78 downloading).
79
80
81Version 0.6.5.
82
83Most important changes since 0.6.4:
84
85* The subtitles when using the SSA/ASS library can now be further
86 customized. It's possible to select the font, size, colors, bold,
87 italic, outline, shadow...
88* (Linux) Now smplayer tries to follow the XDG Base Directory
89 Specification for the config files. That means the now the configuration
90 files will be saved under the directory $XDG_CONFIG_HOME/smplayer (or
91 $HOME/.config/smplayer if $XDG_CONFIG_HOME is not defined).
92 If you want to keep your preferences, copy or move the files from
93 $HOME/.smplayer to the new location.
94* Added some options in Preferences->Interface to configure the floating
95 control.
96* The commandline option -ini-path has been removed and replaced with
97 -config-path, which specifies the directory where smplayer will store
98 its data (not only smplayer.ini).
99
100
101Version 0.6.4.
102
103Most important changes since 0.6.3:
104
105 * Now the dialog to find subtitles can also download the subtitle file and
106 load it in smplayer automatically.
107 * (Linux) The black screen problem when using Compiz should really be fixed
108 now.
109 * Added support for encoding autodetection for subtitle files. Requires a
110 mplayer compiled with enca support.
111 * (Linux) Now it's possible to choose the audio device to be used with alsa
112 (needs the application "aplay").
113 * (Windows) Now it's possible to choose the audio device to be used with
114 dsound.
115 * (Windows) The menu Video->Screen displays now the actual available screens
116 with their names.
117 * Added the possibility to add consecutive files (video_01.avi, video_02.avi..)
118 automatically to the playlist.
119 * Bugfix: logout is not cancelled by smplayer.
120 * Now the options in preferences display a tooltip with a help message.
121 * Now it's possible to change the video track.
122 * Added the Galician translation.
123
124
125Version 0.6.3.1 (release for Windows only)
126
127This release includes a fix for an important bug in 0.6.3 which affected
128the version for Windows: the video window would be black on the first
129video played, or always if the user opened the preferences dialog before
130playing a video. In those cases "directx," was used as video driver but
131the -colorkey option was not passed to mplayer producing the problem.
132Windows Vista probably wasn't affected by this bug, as it uses a
133different video driver as default.
134
135
136Version 0.6.3.
137
138Most important changes since 0.6.2 (see the Changelog for the whole list):
139
140 * Two fixes for Windows Vista. Now IPv4 is used by default (connection to
141 networks are faster). And now it really uses "gl:yuv=2:force-pbo:ati-hack"
142 as the default video output driver. Note: this mode could give problems
143 with some graphic cards (specially ATI), if you experience any, try the
144 other gl variants, or just directx.
145 * (Linux) Added a fix for a black screen problem when using Compiz.
146 * Added an option to select the number of threads that mplayer will use for
147 decoding (only works for MPEG-1/2 and some H.264 videos).
148 * Added the possibility to disable the audio equalizer. Seems to be necessary
149 to use the S/PDIF output.
150 * Added some options to increase/decrease the speed by 1% and 4%. This allows
151 to play 24 fps movies at 25 fps speed and vice versa.
152 * Fix: sometimes the playlist is not shown. Added a workaround for the problem.
153 * Added some checks to avoid crashes when selecting subtitle tracks.
154 * (Windows) Added a new submenu Video->Screen to select the screen which will
155 display the video when using directx.
156 * The settings in smplayer.ini have been reorganized in several sections.
157 (This also means most of your preferences will be lost and you will have to
158 reconfigure smplayer again).
159 * Added an option to mirror the video. And now it's also possible to flip and
160 rotate the subtitles along with the image.
161 * Added a new shortcut set (sda.keys) which can be loaded in the shortcut
162 editor in preferences.
163 * Added two new translations: Arabic and Kurdish.
164
165
166Version 0.6.2.
167
168Most important changes since 0.6.1:
169
170 * Added an audio equalizer (please read Audio_equalizer.txt).
171 * Added a dialog to search and download subtitles from opensubtitles.org
172 (See Finding_subtitles.txt).
173 * The toolbars can be configured. The user can remove, add or change the
174 order of the buttons. Right now it can only be done by editing manually
175 the configuration file. A graphical editor will be added in the next
176 version. See Configuring_the_toolbars.txt.
177 * The single instance port can now be chosen automatically by the application.
178 * Possibility to compile a portable version which (by default) won't write
179 anything outside the smplayer's folder. It won't write either anything
180 in the Windows registry. See Portable_Edition.txt for details.
181 * Added the Slovenian translation.
182
183
184Version 0.6.1.
185
186Most important changes since 0.6.0 final:
187
188 * Now compact mode resizes the window, instead of leaving black borders.
189 * Added an option in Preferences->Interface which allows the user to select
190 his/her preferred GUI. This way it's easier to use the mini GUI, for those
191 who prefer a simpler interface with few buttons.
192 * One more fix for Qt 4.4. The option FAQ in the Help menu didn't work.
193 * (Windows) Fix: zoom didn't work well (black blocks appeared) if using
194 directx.
195 * Added the Catalan translation.
196
197
198Version 0.6.0 final.
199
200Most important changes since 0.6.0rc4:
201
202 * (Bugfix) Two mplayer processes were run when opening a file. This could
203 even make Aero in Windows Vista to be disabled.
204 * Seeking with the time slider works much better.
205 * Now it's possible to add directories recursively to the playlist.
206 * Added a preferences dialog for the playlist.
207 * The right mouse button can be configured.
208 * (Linux) File managers should now display an option to enqueue files in
209 the smplayer playlist.
210 * (Fix) The playlist was shown for a small moment on startup. This caused
211 problems if using compiz, as the window might not hide.
212 * Fix for Qt 4.4, the logo didn't show.
213 * Some translations have been updated (Simplified-Chinese, Italian,
214 Ukrainian, Dutch, French, Romanian, Portuguese, Polish, Russian, Japanese,
215 Spanish and German)
216 * Now the file Install.txt contains updated info about how to compile and
217 install smplayer.
218
219
220Version 0.6.0rc4.
221
222Most important changes since 0.6.0rc3:
223
224 * (Bugfix) Now DVDs start to play at chapter #1, instead of chapter #2,
225 if using mplayer 1.0rc2 or older.
226 * (Fix) A delay could happen on startup if there were non local files in
227 the recent's menu.
228 * (Bugfix) When using the command line options -send-action or -actions,
229 some actions like aspect_4:3 didn't work.
230 * Initial support for edl files. If a file with the same name of the file
231 to play but with extension .edl (or .EDL) exists, then smplayer will load
232 it automatically. An edl file allows to skip or mute parts of the video.
233 * Possibility to automatically get info (length and name) about the files
234 added to the playlist. This option is enabled by defaul on linux and
235 disabled on windows (it's slow in this OS).
236 * Added in Preferences->General->Video an option to select the default
237 deinterlacer.
238 * Added support for the mouse's buttons XButton1 and XButton2.
239 * Some new options have been added to the list of available actions for
240 mouse buttons.
241 * Possibility to merge the 6 seeking buttons in the GUI into only two.
242 It would only show the "rewind 10 secs" and "forward 10 secs" buttons.
243 Keeping them pressed for a moment would popup menu with the rest of the
244 buttons. This option is DISABLED by default and currently it can only be
245 enabled at compile time changing the MINI_ARROW_BUTTONS define in
246 src/guiconfig.h before compiling.
247
248
249Version 0.6.0rc3.
250
251Most important changes since 0.6.0rc2:
252
253 * (Windows) Enqueuing multiple files in smplayer should work ok now even
254 if smplayer is not running.
255 * Added new menu Video->Rotate, with options to rotate the image.
256 * Added new option Play->Jump to, which will show a dialog where you can
257 enter the position (time) to jump.
258 * Added two new options in the Subtitles menu: "Enable closed caption" and
259 "Forced subtitles only".
260 * The software equalizer should work now with gl, gl2 and directx:noaccel.
261 * Some multimedia keys should be recognized now in the shortcut editor.
262 * Added help for all options in the preferences dialog.
263 * New error dialog which will be shown if mplayer crashes, fails to start
264 or finishes unexpectedly.
265 * SMPlayer will try to use xv (or directx in windows) as default.
266 * Added two new translations: Macedonian and Basque.
267
268
269Version 0.6.0rc2.
270
271This version includes some bugfixes.
272
273Most important changes since 0.6.0rc1:
274
275 * Fix for relative paths to the mplayer binary. The problem could cause that
276 smplayer couldn't play anything if a directory or file named "mplayer"
277 existed in the home directory.
278 * The option Play -> Repeat has been improved.
279 * The selection of chapters in mkv files didn't work well if using a recent
280 mplayer from svn. This has been fixed now.
281 * (Windows) Bugfix: the buttons to select the font color in
282 Preferences->Subtitles->SSA/ASS didn't show the color.
283 * (Windows) Now the screensaver should be disabled even if protected by
284 password (tested on Windows XP).
285 * (Windows) Bugfix: don't try to convert to 8.3 short names files that
286 don't exist. That could cause that URLs were corrupted.
287
288
289Version 0.6.0rc1.
290
291Most important changes since 0.5.62:
292
293 * Added support for pls playlist files.
294 * Better accuracy on subtitle selection. Fixes problems with mp4 embedded
295 subtitles. Requires mplayer svn r25158 or above.
296 * Now the screensaver and powersave on Windows are really turned off, even on
297 Windows Vista.
298 * The cache setting is independent for each type of media.
299 * Added an option which allows to fix the problem of loud volume on startup
300 (requires a patched mplayer).
301 * (Windows) The file associations code has been improved. Now it should work
302 better in Windows Vista as well as other versions of Windows.
303 * New option Video->Add black borders, which replaces the letterbox options
304 in Video->Aspect ratio.
305 * (Windows) Work-around for a mplayer bug: now filenames with characters
306 outside the local codepage can be opened, by passing to mplayer the short
307 version of the filename. This can be enabled in Preferences->Advanced.
308 * Now the H.264 loop filter can be disabled for High Definition videos only
309 (720p and above).
310 * Possibility to update the video while dragging the time slider.
311 * New icons for the default theme.
312 * SSA/ASS subtitles can also be resized during playback. Requires at least
313 mplayer r25843.
314 * Now it's possible to zoom out the video image.
315 * New Help->About dialog.
316 * New option Help->FAQ which will show the FAQ.
317 * Bugfix: the colorkey is passed properly to mplayer.
318 * Added the Finnish and the Korean translations.
Note: See TracBrowser for help on using the repository browser.