1.2.1.txt 1.0 KB

12345678910111213141516171819202122
  1. NEW:
  2. - Desktop web-client updated to 2.12.5
  3. - TV web-client updated to 2.10.8-9a2e1fb
  4. - Multimedia keys (play, next, prev) now work in desktop mode
  5. - Changes to mode switching. There is now a new setting called "layout"
  6. which can be set to "tv" or "auto". Auto will behave as 1.2.0 and
  7. switch to TV mode when in fullscreen. Set this to TV to "lock" the
  8. tv layout and not automatically switch to desktop mode. This can
  9. also be set by adding --tv to the command line.
  10. - Added new command line switch to control the scale factor of the UI --scale-factor=X
  11. - New subtitle color added
  12. - Automatic subtitle encoding detection on MacOS and Linux
  13. FIXES:
  14. - (Desktop) Prevent screensaver during video/photo playback
  15. - (Desktop) Respect video quality setting
  16. - Support for HiDPI mode on Linux and Windows. Note that windows
  17. currently only work on integer values. I.e. 1/2/3 not 1.25 or 1.5.
  18. If you want something more granular use the --scale-factor=1.25 command
  19. line switch.
  20. - Various playback related fixes