Changeset 179 for smplayer/vendor/current/Changelog
- Timestamp:
- Aug 31, 2016, 5:19:25 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/vendor/current/Changelog
r175 r179 1 Version 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 31 Version 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 62 Version 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 1 179 Version 16.4: 2 180
Note:
See TracChangeset
for help on using the changeset viewer.