source: smplayer/trunk/Changelog@ 182

Last change on this file since 182 was 181, checked in by Silvan Scherrer, 9 years ago

smplayer: update trunk to version 16.8.0

  • Property svn:eol-style set to LF
File size: 238.6 KB
Line 
1Version 16.8:
2
3(2016-07-23)
4 * Ignore the buffering state in checkStayOnTop.
5
6(2016-07-20)
7 * Don't try to resize the main window when it's maximized.
8
9(2016-07-19)
10 * (Playlist) Display an animation when loading.
11
12(2016-07-18)
13 * Possibility to download playlists from internet.
14
15(2016-07-16)
16 * The playlist settings are now saved to its own ini file (playlist.ini).
17
18(2016-07-14)
19 * Use the mpv ab-loop options.
20
21(2016-07-11)
22 * Don't use softvol and softvol-max with mpv 0.18.1.
23
24(2016-07-10)
25 * Possibility to search (filter) in the playlist.
26
27(2016-07-08)
28 * Lots of internal changes in the playlist.
29
30
31Version 16.7:
32
33(2016-06-29)
34 * The find subtitles window has a close button in the title bar.
35
36(2016-06-23)
37 * Fix youtube.
38
39(2016-06-22)
40 * (mpv) Don't pass the URL to youtube-dl if it contains a multimedia extension.
41
42(2016-06-21)
43 * The names in the playlist are not replaced with the title from metadata.
44
45(2016-06-19)
46 * Save the hdpi config in the smplayer config dir.
47
48(2016-06-17)
49 * Selecting the 'default' style in preferences selects the system's
50 default style, instead of Fusion.
51
52(2016-06-15)
53 * Bugfix: (Qt 5) the playlist can be resized when docked to the main window.
54 * Don't change the style's palette on linux.
55
56(2016-06-14)
57 * (mpv) Update the current position in the seek bar on pause.
58 * In Qt 5 on linux accelerators in the numeric keypad don't work due
59 to a bug in Qt 5. Added a workaround.
60
61
62Version 16.6:
63
64(2016-06-05)
65 * Add option "remember settings for streams" in Preferences -> General.
66
67(2016-05-27)
68 * Use the mplayer/mpv default video and audio output.
69
70(2016-05-25)
71 * Disable the global shortcuts when opening the preferences dialog.
72
73(2016-05-23)
74 * Add an option to display the format info in the status bar.
75
76(2016-05-17)
77 * Add a quick access menu.
78
79(2016-05-15)
80 * Don't use a border in the style of the tooltip. For some reason the
81 text is cut off with it.
82
83(2016-05-13)
84 * Add options in Preferences -> Interface to configure the high DPI
85 support.
86
87(2016-05-12)
88 * Possibility to display the section area in the preferences dialog in
89 icon mode.
90
91(2016-05-10)
92 * Add an option to set the cache to auto in Preferences -> Performance.
93 * Don't change the playlist to floating state when entering fullscreen,
94 if using Qt5 on linux. Seems to fix a problem when using Compiz.
95
96(2016-05-09)
97 * Increase the height of the audio equalizer.
98 * Set the OSD to Seek as default.
99 * Set the drag function to MoveWindow as default.
100
101(2016-05-08)
102 * Change the default values for outline and shadow of the ASS style.
103 * Use mpv as default if available.
104 * Remove the border of the tooltips. Otherwise, for some reason, the
105 text is not shown complete.
106
107(2016-05-06)
108 * Use the style 'fusion' as default with Qt 5.
109
110(2016-05-05)
111 * Improve drag & drop on the main window. Now it allows to drop several
112 folders and files.
113
114(2016-05-02)
115 * (Windows) Use the 'normal' priority by default.
116 * Possibility to use the media keys as global shortcurts (option in
117 Prefences -> Keyboard).
118
119(2016-04-28)
120 * Don't use the language toolbar.
121 * Add the audio and subtitle track menus to the toolbar and increase the
122 default size of the toolbar icons.
123
124(2016-04-27)
125 * Add close buttons to the audio and video equalizers.
126
127(2016-04-26)
128 * Disable the secondary subtitles and frame step back when using mplayer,
129 and the karaoke filter when using mpv.
130
131(2016-04-24)
132 * Don't use a dockable playlist on linux with Qt 5 because the
133 dockable one causes trouble when compiz is enabled.
134
135(2016-04-23)
136 * Ask the user if SMPlayer should change the tablet mode if the
137 system (Windows 10) has changed to tablet mode.
138
139(2016-04-22)
140 * New option 'Send video to screen' in the video menu.
141 This option allows to display the video (in fullscreen) on a
142 second screen while controlling the player in the computer's
143 screen.
144 * Add an option to show information about the connected screens
145 (menu View).
146
147(2016-04-17)
148 * Hide some options from menus in tablet mode.
149 * Now it's possible to add the recents menu to a toolbar.
150
151(2016-04-16)
152 * Add a tablet mode (menu Options).
153 When enabled, it changes some elements of the GUI so that's easy
154 to use it on a touch screen.
155
156(2016-04-15)
157 * (Videopreview) Fix show duration with Qt 5.
158 * Move the OSD menu to the view menu.
159
160(2016-04-14)
161 * Add new menu 'view'.
162
163(2016-04-12)
164 * Fixes for Qt 5.
165
166(2016-04-10)
167 * Better support for touch screens.
168
169(2016-04-06)
170 * Support for high DPI (requires Qt 5.4 or greater).
171
172(2016-04-04)
173 * Settings for streams can also be remembered.
174
175(2016-04-01)
176 * The mpcgui works now with Qt 5 as well.
177
178
179Version 16.4:
180
181(2016-03-25)
182 * Add translations for Amharic and Persian (unfinished).
183
184(2016-03-25)
185 * A new layout is used to display the media information (Options -> View
186 info and properties).
187
188(2016-03-16)
189 * Update the system tray icon when changing themes.
190
191(2016-03-15)
192 * Possibility to compile without mplayer2 support.
193 (Support for mplayer2 will be removed soon).
194
195(2016-03-14)
196 * Add an animated icon for buffering.
197
198(2016-03-07)
199 * The option to support streaming sites in Preferences -> Network is
200 different now, and allows these values:
201 Disabled: support for video sites is turned off
202 Auto: enables internal support for YouTube and uses mpv + youtube-dl
203 for the rest of the sites
204 YouTube: only the internal support for YouTube will be used
205 mpv + youtube-dl: uses mpv + youtube-dl for all sites
206
207(2016-03-04)
208 * A fix for saving bookmarks.
209 * (Linux) Look for the smtube executable in the system path.
210
211(2016-02-26)
212 * New smplayer.spec (works for Fedora and openSUSE).
213
214(2016-02-20)
215 * The option "Move the window when the video area is dragged" in
216 Preferences -> Interface has been removed.
217 * New option in Preferences -> Keyboard and mouse to specify the
218 function to use when the mouse is dragged.
219
220(2016-02-19)
221 * Possibility to compile SMPlayer without the mini GUI and the default GUI.
222
223(2016-02-12)
224 * (Experimental) Mouse gestures. When the mouse is dragged up or down in the
225 video window it changes the volume. If dragged left or right it changes
226 the time position.
227
228(2016-02-09)
229 * Add vlc.keys.
230
231(2016-02-02)
232 * Allow to read the shortcut's file using spaces as separators.
233
234(2016-01-19)
235 * Add a combobox in preferences -> general to choose mplayer or mpv.
236
237(2016-01-17)
238 * Include mpv in the Windows installer.
239
240(2016-01-16)
241 * Add a function to save XSPF files.
242 * (mpv) Add the extrastereo filter.
243
244(2016-01-15)
245 * Remove the fast_audio_change option since it's obsolete.
246
247
248Version 16.1:
249
250(2016-01-07)
251 * (mpv) Allow screenshots to work with hardware acceleration enabled.
252
253(2016-01-06)
254 * Add a shortcut for the add_bookmark action.
255 * Add icons for the bookmarks actions.
256
257(2015-12-29)
258 * (Qt5) Try to fix a problem when exiting from fullscreen and the option
259 to stay on top is set to "while playing".
260
261(2015-12-23)
262 * (Experimental) Simplify changing style and stylesheet.
263
264(2015-12-22)
265 * (Screenshots) Keep compatibility with older versions of mplayer.
266
267(2015-12-18)
268 * Fix for Youtube.
269
270(2015-12-16)
271 * (mpv) If the option --screenshot-directory is not available change
272 the working directory so that screenshots work.
273
274(2015-12-14)
275 * Add option 'Prevent window to get outside of screen' in
276 Preferences -> Interface.
277
278(2015-12-12)
279 * Update stayontop after entering and exiting the fullscreen mode.
280
281(2015-12-04)
282 * Don't auto center the window if there's no video.
283 * (mpv) Fix playback with -v
284
285(2015-12-03)
286 * Add the option 'Pass the -playlist option to MPlayer' to
287 Preferences -> Advanced.
288
289(2015-11-29)
290 * Simplify the code for previous and next chapter.
291 * Enable bookmarks.
292
293
294Version 15.11:
295
296(2015-11-22)
297 * The thumbnail generator is faster now.
298
299(2015-11-15)
300 * (Experimental) Add support for Youtube live streams.
301
302(2015-11-12)
303 * When adding files to the playlist move the first item to its
304 correct place in the list.
305
306(2015-11-10)
307 * Fix for Youtube.
308
309(2015-11-07)
310 * Identify MPlayer 1.2.
311
312(2015-11-04)
313 * Add the possibility to set bookmarks in the videos.
314
315(2015-10-28)
316 * Don't use -playlist with mplayer by default.
317
318(2015-10-26)
319 * (mplayer) Don't add ffmpeg:// to the URL when playing https
320 streams. It seems it's not necessary anymore.
321
322(2015-10-23)
323 * New action to start/stop capturing the playback stream.
324 The captured stream will be saved to the folder specified in
325 the smplayer.ini option capture_directory with the name
326 capture_NNNN.dump.
327 It only works correctly with mpeg. With other formats the
328 dumped stream won't play back.
329
330(2015-10-18)
331 * Add a new option in Preferences -> General to select the
332 image format for screenshots. It only works with mpv.
333
334(2015-10-17)
335 * Fix a crash when changing the GUI.
336 * Set the screenshot directory in mpv with the option
337 --screenshot-directory= and in mplayer with the prefix option
338 for the screenshot filter, instead of changing the player's
339 working directory.
340 This requires recent versions of mplayer and mpv. With
341 older versions the screenshots will be saved in the
342 player's working directory.
343
344(2015-10-15)
345 * (Windows) Center the main window if it's partially outside of
346 the desktop after an auto resize.
347
348(2015-10-12)
349 * Add an option in the find subtitles configuration window to
350 append or not the language code to the subtitle filename.
351
352(2015-10-07)
353 * New options to seek to the previous or next subtitle (mpv only).
354
355(2015-10-06)
356 * (mpv) Disable the extrastereo and karaoke filters.
357
358(2015-10-04)
359 * Display in the time sliders a tooltip with the corresponding
360 time of the mouse position.
361
362(2015-10-02)
363 * Add an option in Preferences -> Interface to automatically
364 center the window.
365
366(2015-09-30)
367 * (mpv) Notify pause once
368
369
370[b]Version 15.9[/b]:
371
372(2015-09-08)
373 * (Qt 5) Fix YouTube (URL not found).
374
375(2015-09-05)
376 * Fix the openfolder icon in the favorites list.
377
378(2015-09-01)
379 * Use the DefaultGUI with the H2O theme as default.
380
381(2015-08-18)
382 * Apply patch to show the language in the subtitle display name.
383
384(2015-08-03)
385 * Possibility to compile without mplayer or mpv support.
386
387(2015-07-24)
388 * Apply patch by Wilbert Hengs (wstudios at xs4all dot nl).
389 It prevents the action for the left mouse button to run when
390 dragging the video window.
391
392(2015-07-22)
393 * Fix for video track in mpv.
394
395(2015-07-19)
396 * Update the links to the SMPlayer website.
397
398(2015-07-09)
399 * New YouTube code.
400
401(2015-06-24)
402 * Possibility to disable MPRIS2 in smplayer.ini (option use_mpris2).
403
404(2015-06-22)
405 * Fix volume when using softvol with newer versions of mpv.
406
407(2015-06-12)
408 * (Windows) Disable MPRIS2 with Qt 5.
409
410(2015-06-10)
411 * Reduce the time to activate the floating control from 500ms to 100ms.
412
413(2015-06-05)
414 * Add option for command-line: -media-title
415
416(2015-06-02)
417 * Fix thumbnail creation with newer versions of mpv.
418
419(2015-05-28)
420 * (mpv) Use --input-file=/dev/stdin instead of --slave-broken.
421
422(2015-05-21)
423 * Fix the audio and video bitrate info with newer versions of mpv.
424
425(2015-04-23)
426 * Apply patch to handle PTS rollover at MPEG-TS.
427
428(2015-04-13)
429 * Add a 3D stereo filter.
430
431(2015-04-10)
432 * Add support for MPRIS D-Bus Interface (http://specifications.freedesktop.org/mpris-spec/latest/)
433 Based on a patch for smplayer2 (https://github.com/lachs0r/SMPlayer2/commit/cea863e6b75f00c93da95d1a73d696cf717adf78.patch)
434 and a patch by WiseLord (http://forum.smplayer.info/viewtopic.php?p=11548#p11548)
435
436(2015-03-22)
437 * (mpv) Use the --sub-text-* options to set the style of the subtitles since
438 the option --ass-styles doesn't work anymore for this.
439
440(2015-03-13)
441 * Add the possibility to delete a file in the playlist from the filesystem.
442 Based on a patch by capt.d.:
443 http://forum.smplayer.info/viewtopic.php?p=11220#p11220
444
445(2015-03-04)
446 * Add the possibility to use the mouse buttons for the actions
447 "next chapter" and "previous chapter".
448
449(2015-03-02)
450 * The kerndeint filter works with mpv.
451 * Changing the deinterlace filter doesn't restart mpv.
452
453(2015-02-28)
454 * Now the rotate filter doesn't restart mpv.
455
456(2015-02-26)
457 * The flip and mirror options don't restart mpv.
458 * The deblock, dering, denoise and phase filters don't restart mpv.
459
460(2015-02-25)
461 * The blur and sharpen filters don't restart mpv.
462
463(2015-02-23)
464 * Change the play/pause icon according to the player state in the default
465 and mini GUIs.
466
467(2015-02-19)
468 * Now the following filters don't restart mpv when they are turned on/off:
469 add black borders, gradfun, add noise and software scaling.
470
471(2015-02-18)
472 * New action show_time (assigned by default to key I). It shows the current
473 playback time, total time and percentage, for 2 seconds on the OSD.
474 * (Experimental) Now, if using mpv, the option to add black borders doesn't
475 restart mpv.
476
477(2015-02-14)
478 * Allow duplicate items in the playlist.
479
480(2015-02-06)
481 * Add new option in the playlist section in preferences:
482 "Play next file even if the previous file failed"
483 If the option is enabled, when a file fails to play (mplayer crashes or
484 exits with an error code), the playlist will play the next file in the
485 list.
486
487(2015-02-01)
488 * Add an option in the toolbar editor to set the size of the icons.
489 (Currently it doesn't look good if you increase the size of the icons
490 in the skin gui).
491
492(2015-01-31)
493 * Add the options -ontop and -no-ontop for the command line.
494 They just change the "Stay on top" options in the preferences.
495
496(2015-01-21)
497 * Add a combobox in Preferences -> Performance to select the hardware
498 decoding option (mpv only).
499
500(2015-01-18)
501 * (mpv) Don't use the pp filter if it's not available
502
503(2015-01-16)
504 * Fix for Youtube.
505
506(2014-12-31)
507 * (Videopreview) Use -nofontconfig to prevent to create the font cache.
508
509(2014-12-16)
510 * New version of the installer, which offers the user the possibility
511 to install mpv (will be downloaded). By redxii.
512
513(2014-12-12)
514 * Add an option to change the size of the OSD.
515
516(2014-11-29)
517 * Add an option to enable or disable the internal Youtube support.
518 * Add an option to enable streaming sites (requires mpv and youtube-dl).
519
520(2014-11-27)
521 * (Windows) Replace / with \ in the screenshot folder name.
522 * Move the Youtube options from the performance section to the network
523 section.
524
525(2014-11-26)
526 * Add the possibility to select a secondary subtitle track, which is
527 displayed on top of the screen. (mpv only)
528
529(2014-11-25)
530 * Add an option to disable the scroll of the title in the skingui.
531
532(2014-11-20)
533 * Replace the option 'Use SSA/ASS library' in the subtitles menu with
534 'Use custom style'.
535
536(2014-11-18)
537 * Add an option to go back one frame (frame_back_step). Only works with mpv.
538 * Add an option in Preferences -> General to set the template for screenshots
539 (works only with mpv).
540
541(2014-11-16)
542 * Add support for mpv.
543 It took 25 days. 6983 lines were changed.
544 It's not complete yet, some things may not work yet, but
545 I think the most important things work.
546 Notice: it requires mpv 0.6.2 or greater.
547 * During the process of adding support for mpv, the options to customize
548 the non ASS font were removed.
549 * Add the Albanian translation.
550 * Add Notes_about_mpv.txt.
551
552(2014-10-08)
553 * (Bugfix) Prevent to pass the filename twice to mplayer when using
554 use_short_pathnames.
555
556(2014-09-25)
557 * Add options in Preferences -> Network to set a proxy.
558
559(2014-09-14)
560 * (Qt 5) Fix the option pause when minimized.
561
562(2014-09-10)
563 * Open https URLs with ffmpeg://
564 * (Themes and skins) Now if the resource file (*.rcc) is not found
565 the images will be loaded from PNGs files, as in previous versions.
566 This will make easier for users to customize themes, since they
567 won't need to create the rcc files.
568
569
570[b]Version 14.9.0[/b]:
571
572(2014-08-20)
573 * Now the themes and skin icons are loaded from resource files (*.rcc).
574
575(2014-08-12)
576 * Set recents max to 100.
577
578(2014-08-07)
579 * Fix Youtube.
580
581(2014-07-20)
582 * Display the file's title in the recents' menu.
583
584(2014-07-16)
585 * mpcgui: add a label to display the time in the floating control.
586
587(2014-05-21)
588 * Videopreview: calculate better the size of the thumbnails so the
589 width of picture is not greater than the maximum width.
590
591(2014-04-22)
592 * Sort the files dragged to the playlist.
593
594(2014-04-12)
595 * (Windows) Bring back the 'avoid screensaver' option.
596
597(2014-04-10)
598 * Add an option to shut down the computer when playback has finished.
599
600(2014-04-07)
601 * New workaround for opensubtitles that should return the best results.
602
603(2014-04-06)
604 * Add wtv to the list of video extensions.
605
606(2014-04-03)
607 * Fix: correctly check if a skin is in the combobox before adding it.
608
609
610[b]Version 14.3.0[/b]:
611
612(2014-03-29)
613 * (Windows) Try to catch multimedia keys sent by the appcommand
614 message.
615
616(2014-03-17)
617 * If no file is opened, the Play option will play a file from the
618 playlist.
619
620(2014-03-15)
621 * Possibility to automatically add other media files to the
622 the playlist when playing a file.
623
624(2014-03-12)
625 * New translation: British English.
626
627(2014-03-09)
628 * Add audio/aac, audio/flac, audio/ogg to smplayer.desktop and
629 smplayer_enqueue.desktop.
630
631(2014-03-07)
632 * Another workaround for opensubtitles.
633
634(2014-02-20)
635 * Add more media keys as shortcuts.
636
637(2014-02-09)
638 * Add the option 'Global audio equalizer' in preferences -> general
639 -> audio.
640 * (Windows) Now it's possible to open Windows shortcuts (symlinks).
641
642(2014-02-06)
643 * Add more presets to the audio equalizer.
644 * (Windows) Add an option in preferences -> subtitles to enable or
645 disable the use of the windows font directory.
646 Disabling this option prevents the annoying font scanning.
647
648(2014-01-20)
649 * Don't ignore the wheel event in the timeslider.
650 * Don't display the resolution of the video in the statusbar if the
651 width or height is 0.
652
653(2014-01-19)
654 * New option min_step for smplayer.ini (section [General]).
655 Sets the step value for the actions that increase or
656 decrease the volume, contrast, brightness...
657
658(2014-01-07)
659 * Add an option in preferences -> interface to set the time
660 to hide the floating control.
661
662(2013-12-20)
663 * Add the option "Show only when moving the mouse to the bottom of the screen"
664 in preferences -> interface -> floating control.
665
666(2013-12-11)
667 * Use -noflip-hebrew when using -ass. It seems to be necessary to
668 display arabic subtitles correctly.
669
670(2013-12-09)
671 * Add option for aspect ratio 11:8.
672
673(2013-11-19)
674 * (Experimental) Add an option in preferences -> advanced to use the
675 lavf demuxer by default.
676
677(2013-11-12)
678 * Add an option in preferences to enable or disable the delay of
679 the mouse left button.
680
681(2013-11-11)
682 * Avoid that the action for left button of the mouse is activated with a
683 double click.
684 * (Skingui) Update the volume control when mute is changed.
685
686(2013-11-10)
687 * Fix the option "Move the window when the video area is dragged".
688
689(2013-11-06 - 2013-11-08)
690 * Add a basic support to play blurays.
691
692(2013-11-04)
693 * Add support for the mp4/m4a files downloaded by youtube-dl.
694 Now when opening a mp4 file, smplayer will check if there's a
695 file with the same name but extension m4a. In that case the m4a file
696 will be used as the audio.
697
698 This is intented to play the DASH format from Youtube, where the video and
699 audio are in separated files. The application youtube-dl can download
700 those files.
701
702 This feature can be turned off by setting autoload_m4a to false in
703 smplayer.ini (no option in the GUI yet).
704
705 Notice: you need a recent version of mplayer or mplayer2. With older
706 versions seeking don't work with these files.
707
708(2013-10-30 - 2013-11-05)
709 * The control for fullscreen mode has been rewritten and improved.
710 Now it shows over the video (not reducing the video) in all
711 GUIs.
712
713(2013-10-16)
714 * (Skingui) Don't use a fixed size for the font of the menubar.
715 It can cause that the menu bar won't be visible with some fonts.
716
717(2013-10-04)
718 * (Windows) Apply patch for better screensaver disabling, by Vavooon
719 (http://forum.smplayer.info/viewtopic.php?f=4&t=6778)
720
721(2013-10-02)
722 * Remove the "About Qt" option.
723
724(2013-09-22)
725 * Start to implement presets for the audio equalizer.
726
727(2013-09-05 - 2013-10-03)
728 * Improve support for the encrypted signatures of Youtube.
729
730(2013-08-29 - 2013-10-09)
731 * Adapt the code for Qt 5.
732 Note: the MpcGui is not available if compiled with Qt 5.
733
734
735[b]Version 0.8.6[/b]:
736
737(2013-07-30)
738 * Add option Help->Donate.
739
740(2013-07-26)
741 * Add option to show or hide the resolution info in the skingui.
742
743(2013-07-25)
744 * Don't report about new version if installed version is newer.
745
746(2013-07-23)
747 * Set the layout of the control widgets to left to right even when
748 using a right to left language.
749
750(2013-07-22)
751 * Another fix for finding subtitles. Sometimes it doesn't return any
752 result with 2 items in the search but it does with 1.
753 Workaround: use 3 items... Seems to work in all cases.
754
755(2013-07-21)
756 * Read the script from the file ytsig.script in the smplayer config
757 directory.
758 * Ask the user to update the youtube code when an unknown signature is
759 found.
760
761(2013-07-20)
762 * Youtube: now the signature decrypt function is written in script code
763 instead of C++.
764
765(2013-07-16)
766 * Add a workaround for a problem with opensubtitles.org. Sometimes it
767 returns no subtitles when a query with only one search is performed.
768
769(2013-07-11)
770 * Youtube fix.
771 * Don't show the "youtube browser" entry in the menu and toolbar if
772 smplayer has been compiled without support for youtube.
773
774(2013-07-10)
775 * Youtube fix.
776
777(2013-07-05)
778 * Be sure the main window is visible when another instance requests to
779 open a file.
780
781(2013-06-28)
782 * Youtube fix.
783
784(2013-06-26)
785 * Add an "updates" section in preferences, where the user can configure
786 the update checker.
787
788(2013-06-24)
789 * Ignore -fontconfig and -nofontconfig in the additional options if using
790 mplayer2.
791
792(2013-06-21)
793 * Youtube fix.
794 * Youtube improvements.
795
796(2013-06-18)
797 * Check for infinite recursion in favorites.
798
799(2013-06-13)
800 * Bugfix. The list of subtitles found at opensubtitles was not deleted, so
801 the list of subtitles wrongly displayed subtitles for previous searches.
802
803(2013-06-07)
804 * A new icon has been added for the mplayer error dialog.
805
806(2013-06-05)
807 * Bugfix in the skingui. In fullscreen mode, the menubar would appear if the
808 mouse was near of the top of the video area. Now it shows only if the mouse
809 is near of the top of the main window.
810 * Display a wait cursor during the creation of the preferences and properties
811 dialogs.
812
813(2013-06-03)
814 * Save/restore the window state.
815
816(2013-05-22)
817 * Add an option for command line: -delete-config.
818 This option deletes the smplayer configuration files.
819 The files which are deleted are: smplayer.ini, smplayer_files.ini,
820 styles.ass and all files in the subdirectory file_settings.
821
822(2013-05-16)
823 * (Experimental) Download the subtitles from opensubtitles.org in gzip
824 format instead of zip. The quazip library is not needed anymore.
825
826(2013-05-15)
827 * Bugfix: check for the skin in the user dir before falling back to the
828 default gui.
829
830(2013-05-13)
831 * (Windows) Read and write text to mplayer as utf8.
832 Hopefully this will fix loading of external subtitles if the
833 filename contains non latin characters.
834
835(2013-05-12)
836 * (Skingui) Add a label to display the resolution of the video.
837
838
839[b]Version 0.8.5[/b]:
840
841(2013-05-05)
842 * The volume slider in the skingui now updates the volume while the
843 slider is been moved.
844
845(2013-05-03)
846 * Add the Malay translation, by abuyop (transifex).
847
848(2013-05-02)
849 * Compile without USE_FONTCONFIG_OPTIONS in linux to prevent the
850 -fontconfig problem when using mplayer2.
851
852(2013-05-01)
853 * Add an option to enter url(s) in the playlist.
854
855(2013-04-30)
856 * The SkinGUI is now the default gui.
857 * If the SkinGUI is selected, a check is done on startup to see if the
858 skin theme is installed. If not found, the default gui will be used.
859 * New command line option: -skingui
860
861(2013-04-28)
862 * The option "Move the window when the video area is dragged" is
863 now disabled by default because it has some issues that need to
864 be fixed.
865
866(2013-04-24)
867 * Connect to opensubtitles.org using xmlrpc instead of using the
868 simplexml method, which it seems it's not working well and that causes
869 that smplayer couldn't find subtitles. This fixes the problem.
870
871(2013-04-20)
872 * Add two new options for Audio -> Stereo mode: Mono and Reverse.
873
874(2013-04-07)
875 * The size actions work even the autoresize is set to never.
876 * Set the resize method to never as default.
877
878
879[b]Version 0.8.4[/b]:
880
881(2013-03-15)
882 * Change the default value for file and stream cache to 2048.
883
884(2013-03-11)
885 * Add the option "Pressing the stop button once resets the time position"
886 in preferences -> interface -> seeking.
887
888(2013-03-07)
889 * (Testing) Now smplayer checks for updates automatically.
890 On startup it connects to the smplayer web to know if there's a new
891 version available and in that case the user gets a notification.
892 The check is only done once per week, and it can be totally disabled
893 by setting "enabled=false" in the [update_checker] section in smplayer.ini.
894
895(2013-03-04)
896 * Add the checkbox "Move the window when the video area is dragged"
897 in preferences -> interface.
898
899(2013-03-03)
900 * Add an option in the help menu to show a first steps guide.
901
902(2013-03-01)
903 * (Windows) Fix: now all key shortcuts should work when using the
904 floating control.
905
906(2013-02-28)
907 * Hopefully fix bug 3605753 (stay-on-top-while-playing not
908 working after fullscreen).
909
910(2013-02-27)
911 * Add a submenu to the help menu, to share smplayer with your friends.
912 * Add support for encoding ISO-8859-16 for subtitles.
913
914(2013-02-22)
915 * Copy the content of the clipboard, if it looks like a url, to
916 the open url input field.
917
918(2013-02-16)
919 * Now it's possible to set the fps for external subtitles.
920
921(2013-02-11)
922 * Change the default value of the OSD to "subtitles only".
923 * Change the default value of "allow frame drop" to false.
924
925(2013-02-05)
926 * Add the Thai translation, by àž¡àž²à¹‚àž™àžŠàžà¹Œ àžªàž¡àžšàž±àžàž”àžŽà¹Œ <xyteton at hotmail dot com>
927
928(2013-01-31)
929 * Add the Hebrew translaton, by Genghis Khan <genghiskhan at gmx dot ca>
930
931(2013-01-26)
932 * Add an option to enable the video equalizer by software in the
933 video equalizer window.
934
935(2013-01-25)
936 * The video equalizer dialog has been rewritten.
937
938(2013-01-21)
939 * Add a confirmation dialog to delete the list of recent files.
940
941(2013-01-13)
942 * Add bik and smk to the list of video extensions.
943 * Add aac and dts to the list of audio extensions.
944
945(2013-01-12)
946 * Add mts to the list of video extensions.
947
948(2012-12-23)
949 * Ignore other mouse events if the window is been moved by dragging
950 the video area.
951
952
953[b]Version 0.8.3[/b]:
954
955(2012-12-20)
956 * Fix for youtube playback.
957
958(2012-11-28)
959 * Show the mouse cursor immediately when the mouse is moved on the video
960 area.
961 * Help -> FAQ opens http://smplayer.sourceforge.net/faq.php
962
963
964[b]Version 0.8.2[/b]:
965
966(2012-11-15)
967 * New option Help -> Open configuration folder.
968
969(2012-11-12)
970 * Don't use slices as default, as it seems to cause problems when using
971 multiple threads.
972
973(2012-11-08)
974 * (Windows) When a new version is run for the first time it tries to
975 create a font cache before showing the GUI. Avoids that the font cache
976 would be created when the user plays the first video.
977
978(2012-11-05)
979 * (Windows) Don't change the priority of the smplayer process. Fixes a
980 freeze that may happen on windows xp when you click on the video window.
981
982(2012-11-03)
983 * Don't use -fontconfig with mplayer2.
984
985(2012-10-28)
986 * Port the umplayer skins to smplayer.
987
988(2012-10-22)
989 * Bug fix: stop playback when the user selects to play the next
990 item in the playlist and there are no more items to play.
991
992(2012-10-17)
993 * Move the main window by dragging in the video area.
994 Code copied from umplayer.
995
996(2012-10-05)
997 * Add support for 6.1 and 7.1 audio output. Patch by AdrianoML
998 (http://smplayer.sourceforge.net/forum/viewtopic.php?f=4&t=5655)
999
1000(2012-09-30)
1001 * Add new section "Privacy" in Preferences -> Interface.
1002 * Move max. items for recent files to the privacy section.
1003 * Add an option to remember or not the last directories.
1004 * Add an option to select the maximum number of items in the
1005 Open->URL dialog.
1006
1007(2012-09-28)
1008 * (Linux) Install larger icons. smplayer.svg contributed by akovia
1009 (http://smplayer.sourceforge.net/forum/viewtopic.php?f=7&t=5557)
1010
1011(2012-09-21)
1012 * Add the option "Report MPlayer crashes" in Preferences -> Advanced.
1013 * New option for smplayer.ini: time_to_kill_mplayer. Specifies the
1014 time (in milliseconds) that smplayer should wait before killing
1015 the mplayer process if the process doesn't teminate on its own
1016 when the stop button is pressed. Default value: 5000.
1017
1018
1019[b]Version 0.8.1[/b]:
1020
1021(2012-09-14)
1022 * Fix youtube playback.
1023
1024(2012-08-26)
1025 * Fix: mplayer2 was not recognized if the name was in lowercase in the
1026 identification string.
1027
1028(2012-08-24)
1029 * Show the background picture on stop.
1030
1031(2012-08-14)
1032 * Youtube: don't use a user agent by default. It's possible to set
1033 the user agent in smplayer.ini though.
1034
1035(2012-07-30)
1036 * Add mka and m4a to the list of extensions (for audio).
1037
1038(2012-07-04)
1039 * New option "save_dirs" in the [directories] section. If set to false
1040 the latest used directory won't be saved.
1041
1042(2012-07-23)
1043 * Add wtv to the list of extensions
1044
1045(2012-06-25)
1046 * Add oga and ogx to the list of extensions
1047
1048(2012-05-29)
1049 * Enable Audio CD on Windows (requires a libcdio enabled MPlayer)
1050
1051[b]Version 0.8.0[/b]:
1052
1053(2012-04-01)
1054 * Find subtitles window: display first the most used languages in the
1055 filter combobox. And add "pb" for Portuguese from Brasil.
1056
1057(2012-03-31)
1058 * Fix the line breaks on downloaded *.sub files from opensubtitles.
1059
1060(2012-03-29)
1061 * (Youtube) Recognize short urls.
1062
1063(2012-03-28)
1064 * Display chapter names in the chapter menu.
1065
1066(2012-03-19)
1067 * It's possible to change GUI without restarting.
1068 * Bug fix: remote m3u didn't open from the favorites menu or command line.
1069
1070(2012-03-17)
1071 * Move the blur and sharpen filters to a group, so only one can be activated.
1072 It doesn't make much sense to be able to enable the blur and sharpen
1073 at the same time.
1074 * Move the denoise and blur/sharpen options to submenus.
1075 * Youtube quality by default is now mp4/720p.
1076 * The default width of the floating control is now 70%.
1077 * Toolbar editor: give a name to the widget actions (time slider and so on).
1078
1079(2012-03-15)
1080 * Add gradfun to video -> filters.
1081 * Add blur and sharpen filters.
1082
1083(2012-03-14)
1084 * Support for drag and drop in the toolbar editor.
1085
1086(2012-03-13)
1087 * Toolbar editor. If you right click on any toolbar you'll get a menu
1088 with options to edit the toolbars (including the control bars).
1089 That will show a new dialog, with two list. On the left you'll see
1090 all available actions (mainly buttons, but also volume or seek sliders)
1091 and on the right the current actions.
1092 The left and right buttons allow to move actions from one list to the
1093 other. The up and down buttons move the selected action in the current
1094 actions' list.
1095 The "add separator" button allows to add more separators.
1096 The "defaults" button removes all your changes in the current actions'
1097 list and sets the default actions for the toolbar.
1098
1099(2012-03-08)
1100 * Use QtSingleApplication instead of the old client/server code to use a
1101 single instance and communication with other instances.
1102 * Possibility (smplayer.pro) to disable the build of some parts of the
1103 code (QtSingleApplication, Youtube support, Find subtitles and
1104 video preview).
1105 * Fix: the buttons to select the color of the subtiles in preferences ->
1106 subtitles may not change the background color with some styles. Now the
1107 color is changed using a stylesheet, so it should work with all styles.
1108
1109(2012-03-03)
1110 * Improve detection of youtube urls.
1111
1112
1113[b]Version 0.7.1[/b]:
1114
1115(2012-03-01)
1116 * Apply handle_local_urls.diff
1117 (https://sourceforge.net/tracker/?func=detail&aid=3294481&group_id=185512&atid=913575)
1118
1119(2012-02-27)
1120 * Youtube: flv videos now have the lowest priority.
1121
1122(2012-02-25)