NEWS 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. 2.2.2:
  2. ------
  3. * Fixed audio playback regression introduced in previous update
  4. * Updated translations to Arabic, Chinese (Hans), Dutch, Galician, Hungarian,
  5. Portuguese
  6. 2.2.1:
  7. ------
  8. * Added initial support for ARM64 aka AArch64 aka ARMv8
  9. * Improved reliability for Dropbox streaming (#10489)
  10. * Added option to adapt network caching (#10388)
  11. * Compatibility fixes for multiple UPnP servers (notably Twonky 7, Serviio 1.4,
  12. XBMC 12)
  13. * Fixed an issue where always the same file in a UPnP folder was played (#10441)
  14. * Fixed a ftp streaming issue from connected servers if file name contains
  15. non-ASCII characters or the path contains spaces (#10469)
  16. * Improved meta data readability within the iPad library view (#10471)
  17. * Improved stability on iOS 6
  18. * Improved Thumbnails
  19. * Misc stability improvements (#10490)
  20. 2.2.0:
  21. ------
  22. NB: This release removes support for iOS 5 and therefore the first generation
  23. iPad. iOS 6 and the iPhone 3GS remain supported.
  24. Interface:
  25. * New Interface for iOS 7
  26. * Add tutorial to introduce the user to the app
  27. * Improved feedback for media download progress including data bitrate,
  28. procentual progress and estimated remaining download time
  29. * Opening network streams no longer leads to a collapsed file system hierachy
  30. on the remote system. After playback, you can continue where you left off.
  31. * Added bookmarks for FTP servers
  32. * Added support for multi-touch gestures based upon the VLC Gestures haxie
  33. - horizontal swipe for playback position
  34. - tap with 2 fingers to play/pause
  35. - vertical swipe in the right half of the video to adapt volume
  36. - vertical swipe in the left half of the video to adapt screen brightness
  37. * Previously removed episodes and tracks no longer show up in the respective
  38. group listings (#9705)
  39. * Improved privacy by requesting the passcode immediately after leaving the
  40. app and by obfuscating playback metadata if passcode lock is enabled
  41. * Added support to endlessly repeat the currently playing item (#9793)
  42. * Added option to disable file name display optimizations (#10050)
  43. * TV Shows are sorted by Season number / Episode number and Music Albums
  44. respectively by track number
  45. * Added ability to rename any media item in the library view
  46. * Added deletion of multiple media items in one step
  47. * If your media was recognized as part of a music album, the next track
  48. will automatically start playing afterwards
  49. * New translations to Czech, Malay, Persian, Spanish (Mexico)
  50. Cloud interaction:
  51. * Added support for downloads from Google Drive (#8690)
  52. * Added support for streaming files from Dropbox in addition to download
  53. to device (#9784)
  54. Local network:
  55. * Added support for downloading from UPnP multimedia servers
  56. * Added cover-art and duration to UPnP server item lists
  57. * UPnP stability improvements
  58. * Fix incorrect displayed size for files stored on UPnP multimedia servers
  59. larger than 2147.48 MB (#9641)
  60. * Improved WiFi Upload reliability, especially when uploading multiple
  61. items at the same time
  62. Global networks:
  63. * Added support for HTTP Live Streaming (HLS) (#9174)
  64. * Added support for https playback
  65. * Added support for system-wide HTTP proxy settings
  66. * Added support for m3u streams
  67. Misc:
  68. * Improved audio playback performance and reliability
  69. * Improved metadata detection
  70. * Improved vlc:// handling (#9542)
  71. * Improved TV show handling for shows with more than 100 episodes
  72. 2.1.3:
  73. ------
  74. * Fixed crashes with files whose names are less than 6 characters long after
  75. removing the file extension
  76. 2.1.2:
  77. ------
  78. * Stability improvements (#9393, #9431, #9432, #9433, #9434, #9435, #9556)
  79. * Improved Closed Caption rendering (#9369)
  80. * Minor UI fixes (#9454)
  81. * New translations to Hungarian and Swedish
  82. 2.1.1:
  83. ------
  84. * Stability improvements
  85. * Improved UPnP handling
  86. * Improved interaction with third party apps
  87. * Improved visual appearance on iPad
  88. * Added support for Teletext-based DVB subtitles
  89. * New translations to Arabic, Polish, and Korean
  90. 2.1:
  91. ----
  92. * Improved overall stability (#8989, #9031, #9048, #9089, #9092)
  93. * Add support for subtitles in non-western languages (#8991)
  94. * Improved Subtitles support with options to choose font, size, and color
  95. * Add UPnP discovery and streaming (#8880)
  96. * Add FTP server discovery, streaming and downloading (#9064)
  97. * Add Bonjour announcements for the WiFi Uploader's website (#8741)
  98. * Add playback of audio-only media (#9044)
  99. * Newly implemented menu and application flow (#9045)
  100. * Improved VoiceOver and accessibility support (#9017)
  101. * Add Deinterlace option (off by default, #8813)
  102. * Device no longer goes to sleep during media downloads (#9062)
  103. * Improved video output on external screens (#9055, #9079)
  104. * Improved Passcode Lock behavior (#9252)
  105. * Minor usability improvements (#9122, #9125, #9225)
  106. * New translations to Bosnian, Catalan, Galician, Greek, Marathi, Portuguese,
  107. Slovenian
  108. 2.0.2:
  109. ------
  110. * Fix MP2 and MP3 decoding (#8986)
  111. * Add vlc:// protocol handler (#8988)
  112. - vlc://anyprotocol:// allows you to force any URL to open in VLC
  113. - vlc://server/path will assume http://
  114. * Fix Dropbox hierarchy navigation (#8993)
  115. * Fix major leak of data when opening files in VLC from other apps (#9011)
  116. * Retain last audio and subtitles tracks when for played media (#8987)
  117. * Fix CSS rendering issue in the WiFi Uploader's web interface
  118. * Switch Default Subtitles Font from SourceSans-Pro to Open Sans
  119. to support Greek, Cyrillic and Vietnamese (#8991)
  120. * Shake device to create a bug report (#7788)
  121. * Export meta data about current playback item to multitasking view (#8883)
  122. * Fix crash when opening network streams from within third party apps while
  123. playing content local to VLC (#9013)
  124. * Fix VoiceOver support for Dropbox login (#8997)
  125. * Fix dialog rotation on iOS 5 (#8992)
  126. * New translations to Chinese, Danish, Dutch, Hebrew, Slovak, Turkish,
  127. Ukrainian, Vietnamese
  128. 2.0.1:
  129. ------
  130. * Update of Russian and Spanish translations.
  131. * Minor crash fix (#8739) and interface fix for iPhone 4.
  132. * Add option for skipping loop filtering (#8814)
  133. 2.0.0:
  134. ------
  135. First project release.