Ignore:
Timestamp:
Feb 21, 2014, 5:26:03 PM (11 years ago)
Author:
Silvan Scherrer
Message:

SMPlayer: update trunk to 0.8.6

Location:
smplayer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • smplayer/trunk

  • smplayer/trunk/Changelog

    r142 r156  
     1[b]Version 0.8.6[/b]:
     2
     3(2013-07-30)
     4 * Add option Help->Donate.
     5
     6(2013-07-26)
     7 * Add option to show or hide the resolution info in the skingui.
     8
     9(2013-07-25)
     10 * Don't report about new version if installed version is newer.
     11
     12(2013-07-23)
     13 * Set the layout of the control widgets to left to right even when
     14   using a right to left language.
     15
     16(2013-07-22)
     17 * Another fix for finding subtitles. Sometimes it doesn't return any
     18   result with 2 items in the search but it does with 1.
     19   Workaround: use 3 items... Seems to work in all cases.
     20
     21(2013-07-21)
     22 * Read the script from the file ytsig.script in the smplayer config
     23   directory.
     24 * Ask the user to update the youtube code when an unknown signature is
     25   found.
     26
     27(2013-07-20)
     28 * Youtube: now the signature decrypt function is written in script code
     29   instead of C++.
     30
     31(2013-07-16)
     32 * Add a workaround for a problem with opensubtitles.org. Sometimes it
     33   returns no subtitles when a query with only one search is performed.
     34
     35(2013-07-11)
     36 * Youtube fix.
     37 * Don't show the "youtube browser" entry in the menu and toolbar if
     38   smplayer has been compiled without support for youtube.
     39
     40(2013-07-10)
     41 * Youtube fix.
     42
     43(2013-07-05)
     44 * Be sure the main window is visible when another instance requests to
     45   open a file.
     46
     47(2013-06-28)
     48 * Youtube fix.
     49
     50(2013-06-26)
     51 * Add an "updates" section in preferences, where the user can configure
     52   the update checker.
     53
     54(2013-06-24)
     55 * Ignore -fontconfig and -nofontconfig in the additional options if using
     56   mplayer2.
     57
     58(2013-06-21)
     59 * Youtube fix.
     60 * Youtube improvements.
     61
     62(2013-06-18)
     63 * Check for infinite recursion in favorites.
     64
     65(2013-06-13)
     66 * Bugfix. The list of subtitles found at opensubtitles was not deleted, so
     67   the list of subtitles wrongly displayed subtitles for previous searches.
     68
     69(2013-06-07)
     70 * A new icon has been added for the mplayer error dialog.
     71
     72(2013-06-05)
     73 * Bugfix in the skingui. In fullscreen mode, the menubar would appear if the
     74   mouse was near of the top of the video area. Now it shows only if the mouse
     75   is near of the top of the main window.
     76 * Display a wait cursor during the creation of the preferences and properties
     77   dialogs.
     78
     79(2013-06-03)
     80 * Save/restore the window state.
     81
     82(2013-05-22)
     83 * Add an option for command line: -delete-config.
     84   This option deletes the smplayer configuration files.
     85   The files which are deleted are: smplayer.ini, smplayer_files.ini,
     86   styles.ass and all files in the subdirectory file_settings.
     87
     88(2013-05-16)
     89 * (Experimental) Download the subtitles from opensubtitles.org in gzip
     90   format instead of zip. The quazip library is not needed anymore.
     91
     92(2013-05-15)
     93 * Bugfix: check for the skin in the user dir before falling back to the
     94   default gui.
     95
     96(2013-05-13)
     97 * (Windows) Read and write text to mplayer as utf8.
     98   Hopefully this will fix loading of external subtitles if the
     99   filename contains non latin characters.
     100
     101(2013-05-12)
     102 * (Skingui) Add a label to display the resolution of the video.
     103
     104
    1105[b]Version 0.8.5[/b]:
    2106
Note: See TracChangeset for help on using the changeset viewer.