Skip to content

1.9.20

Compare
Choose a tag to compare
@clsid2 clsid2 released this 16 Mar 23:07
· 780 commits to develop since this release

Changes from 1.9.19 to 1.9.20:

Updates:

  • Updated LAV Filters to version 0.76.1

Changes/additions/improvements:

  • Rewritten code that deals with file history. It works better with multiple instances now.
  • Remembered file position now resets to 0 when playback has reached 95% of file duration when closing the player. We assume that end credits have been reached in that case.
  • Remembered file position also resets to 0 when pressing stop button. So close player directly or open other file without pressing stop if you wish to resume later.
  • The uninstaller now unregisters file associations
  • The last used QuickOpen and SaveImage paths are now remembered individually
  • Added support for extended locale names in subtitles menu
  • Decimal values are now possible for subtitle font spacing and border width/shadow settings
  • Now supports loading chapter metadata from .xchp file. Use text file (UTF-8 encoding). Each line is a chapter defined as HH:MM:SS,ddd timecode, optionally followed by a space and chapter name.

Fixes:

  • Fixed issue where PGS subtitles could be partially rendered outside of visible area
  • Fixed regression with reading CDText metadata
  • Fixed regression regarding auto-hide of toolbar in case of two monitors with vertical placement
  • Workaround for Windows 11 bug where the options dialog was not rendered properly for RTL languages
  • Workaround for Windows 10/11 bug where subtitle download dialog could become visible when using taskbar window peek
  • Several other small bugs