Ignore:
Timestamp:
Jan 24, 2017, 12:41:54 PM (8 years ago)
Author:
Silvan Scherrer
Message:

SMPlayer: update trunk to version 17.1.0

Location:
smplayer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • smplayer/trunk

  • smplayer/trunk/Changelog

    r181 r188  
     1Version 17.1:
     2
     3(2017-01-05)
     4 * (Playlist) Add an option in context menu to open the current item on chromecast.
     5
     6(2017-01-02)
     7 * Remove the option to delete files from the playlist.
     8
     9(2016-12-30)
     10 * (mpv) Add support for the wasapi devices.
     11
     12(2016-12-26)
     13 * Add the option "Play on Chromecast" in the Play menu.
     14
     15(2016-12-20)
     16 * Add an option to display the current time with milliseconds in the status bar.
     17
     18(2016-12-17)
     19 * Add an option to display the bitrate info in the status bar.
     20
     21(2016-11-30)
     22 * (Playlist) Add option to open the source folder of the video in the context menu.
     23
     24(2016-11-29)
     25 * (Playlist) Add a "copy URL to clipboard" option in the context menu.
     26
     27(2016-11-28)
     28 * Parse the option #EXTVLCOPT:http-referrer and #EXTVLCOPT:http-user-agent from m3u
     29   playlists. This may allow you to play playlists intended for VLC.
     30
     31(2016-11-21)
     32 * The option to add black borders in fullscreen is back.
     33
     34
     35Version 16.11:
     36
     37(2016-10-20)
     38 * Pass the alpha component of the subtitles' colors to mpv.
     39
     40(2016-10-11)
     41 * New option 'Show info on OSD' in View -> OSD (key shortcut Shift + I).
     42   It displays info about the current media (resolution, bitrate...) on the
     43   OSD.
     44 * (Playlist) If a playlist file is dropped to the playlist window, load it.
     45
     46(2016-10-01)
     47 * Remove the option to add black borders on fullscreen.
     48 * New option 'Add black borders for subtitles by default' in
     49   Preferences -> General.
     50
     51(2016-09-29)
     52 * Add option 'Case sensitive search' in Preferences -> Playlist.
     53
     54(2016-09-26)
     55 * Add the option 'Auto sort' in Preferences -> Playlist.
     56 * Fix when the additional options for mpv contain quotes.
     57
     58(2016-09-23)
     59 * Add the option 'Start playback after loading a playlist' in
     60   Preferences -> Playlist.
     61
     62(2016-09-22)
     63 * Add an option in Preferences -> Interface to play the next file
     64   automatically or not.
     65
     66(2016-09-18)
     67 * (Playlist) Add a 'save as' button.
     68
     69(2016-09-16)
     70 * Store the playlist filename and display "*" in the title when the
     71   playlist is modified and not saved.
     72
     73(2016-09-15)
     74 * (Playlist) Add a popup menu with the load/save options.
     75
     76
     77Version 16.9:
     78
     79(2016-09-02)
     80 * Get the list of the pulseaudio output devices using the
     81   pulseaudio library (libpulse-dev is now a build dependency).
     82
     83(2016-09-01)
     84 * Set the default font with the stylesheet.
     85
     86(2016-08-29)
     87 * (Playlist) Scroll to current item after clearing the search field.
     88
     89(2016-08-28)
     90 *  Build the deb package by default with Qt 4 since Qt 5 still
     91    has many problems.
     92
     93(2016-08-26)
     94 * Fix alsa:device with mpv.
     95 * (Windows) Use the directx libraries to get info about the sound
     96   and display devices instead of running dxlist.exe.
     97
     98(2016-08-25)
     99 * Add a submenu in the audio menu to send the audio to a device.
     100
     101(2016-08-15)
     102 * (Playlist) Add actions to hide the columns.
     103 * (Playlist) Add a button to show/hide the search field.
     104
     105(2016-08-14)
     106 * Don't disable the screenshot's actions and don't check if the
     107   screenshot path is a directory.
     108 * (Experimental) Don't use starting_time (affects seeking in ts files).
     109 * (Playlist) Disable wordwrap.
     110 * If maximized show normal before hiding the panel.
     111
     112(2016-08-11)
     113 * Display 'Development version' in the about dialog when using a
     114   development version.
     115
     116
    1117Version 16.8:
    2118
Note: See TracChangeset for help on using the changeset viewer.