NEWS 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317
  1. 2.7.0:
  2. ------
  3. * Dropped support for iOS 6.1. VLC requires iOS 7.0 now
  4. * Added support for SMB file sharing (#8879)
  5. * Added support for music albums with more than 1 disk (#14650)
  6. 2.6.5:
  7. ------
  8. * Fixed playback of streams opened through the legacy vlc:// pseudo protocol
  9. * Minor improvements (#14080, #14836, #14881, #15118)
  10. * New translation to Norwegian Bokmål
  11. * Updated translations to Afrikaans, Arabic, Bosnian, Czech, Danish, English (GB),
  12. Spanish (Mexico), Persian, Hungarian, Korean, Latvian, Malay, Polish, Portuguese (Brazil),
  13. Portuguese (Portugal), Slovenian, Turkish and Traditional Chinese
  14. 2.6.4:
  15. ------
  16. * Fixed playback of UPnP streams broken in previous update
  17. 2.6.3:
  18. ------
  19. * Stability improvements and minor bug fixes (#13601, #14154, #14611, #14852, #14860, #14864)
  20. * Fixed video playback for URLs open via third party apps (#15075)
  21. 2.6.2:
  22. ------
  23. * Improved playback reliability (#15000 et al)
  24. * Added minimize button to fullscreen playback so 'Done' stops playback again
  25. * Added option to always play video in fullscreen, on by default (#14985)
  26. * Fixed subtitles rendering which produced incorrect umlauts or pixelated fonts (#14978 et al.,
  27. #14883, #14919, #14929)
  28. * Fixed major playback issue on iOS 7 on iPad (#14977)
  29. * Fixed remove control events on iOS 6 (#14996)
  30. * Fixed x-callback-url on playback close (#14984)
  31. * Improved accessibility (#15012)
  32. 2.6.1:
  33. ------
  34. * Reduced Apple Watch extension file size by 90%
  35. * Minor bug fix (#14942)
  36. 2.6.0:
  37. ------
  38. * Added support for Apple Watch - control VLC from your watch!
  39. - playback control
  40. - media info
  41. - library browsing
  42. * Added mini-player to browse the library during playback (#13367)
  43. * Added support for looping playlists
  44. * New ingest mechanism for audio files
  45. * Improved remote command support
  46. * Improved thumbnail generation
  47. * Improved thumbnail and web interface performance on devices with A5 CPU and above
  48. * Fixed crash when playing media from a folder or music album on iPad (#14394, #14706)
  49. * Fixed crash when app goes to background while a video is playing (#14643)
  50. * Fixed privacy leak when using a passcode to protect the library (#14159, #14615)
  51. * Removed stray popup announcing VLC's crash all the time while it actually
  52. didn't crash before, but terminated by the user (#13194)
  53. * Added support for the PLEX Web API
  54. * Thumbnails displayed in the media library are updated to the last playback position (#14462)
  55. * Improved reliability when sharing media library on the local network
  56. * Improved media library search delivering more accurate results (#14593)
  57. * Fixed 'crop to fill screen' on iPad (#14575)
  58. * Fixed issue which prevented downloading of a few files via UPnP (#11123)
  59. * Fixed crash when screen is being locked during playback (#14610)
  60. * A large number of bug fixes affecting most parts of the app (#13194, #14056,
  61. #14270, #14284, #14355, #14477, #14588, #14589, #14609, #14623, #14624,
  62. #14628, #14629, #14635, #14638, #14641, #14642, #14654, #14663, #14687,
  63. #14688, #14713, #14715, #14716, #14733, #14736, #14795, #14800, #14801, #14829)
  64. 2.5.1:
  65. ------
  66. * Fixed playback on iOS 6.1
  67. 2.5:
  68. ----
  69. * Added support for iCloud Drive (#8688)
  70. * Added support for box.com (#11301)
  71. * Added support for OneDrive (#13413)
  72. * Added a lock button to the playback view, supporting both orientation and
  73. controls (#11293, #11292)
  74. * Added 10-band equalizer (#9032)
  75. * Added sharing of the media library between multiple iOS devices
  76. on the local network
  77. * Added support for chapters and titles to the playback dialog (#11560)
  78. * Cleaned-up playback view appearance with more features and less clutter
  79. * Added enhanced media information to the library view (#13564)
  80. * Added notifications about missing storage space when syncing media (#11474)
  81. * Added timer to automatically stop playback (#8640)
  82. * Improved WiFi sharing reliability with web browsers on Linux (#14083)
  83. * Improved Plex support with optional direct connections if detection fails
  84. * x-callback-url: added support for the x-error parameter (#14092)
  85. * A few minor UI improvements (#13892)
  86. * New translations to Portuguese (Portugal), Portuguese (Brazil), Khmer,
  87. Faroese, Belarusian, Serbian (Latin), Tamil and Afrikaans
  88. 2.4.1:
  89. ------
  90. * Fixed subtitles downloading in some corner cases
  91. * Appearance fixes for playback speed selector and download view on iPhone
  92. * Improved WiFi Sharing reliability by disabling IPv6 support by default
  93. * Improved UPnP reliability and speed
  94. * Various minor UI improvements
  95. * Fixed regression leading to incomplete library listings on iPad
  96. * Improved decoding reliability by deploying FFmpeg instead of libav
  97. 2.4:
  98. ----
  99. * Added support for iPhone 6 and 6+
  100. * Download of currently stored media via WiFi in addition to upload (#11289)
  101. * Detection of external subtitles when streaming media via http or ftp (#10668)
  102. * Folder support for GDrive (#11019)
  103. * Support for streaming from GDrive
  104. * Native support for Plex media servers
  105. * Support for file sharing with further apps installed on device (#11302)
  106. * Option to download media from http/ftp/https instead of direct playback when
  107. requested through third-party app (#11147)
  108. * Folders synced through iTunes are correctly parsed now (#9158)
  109. * Option to set text encoding used for FTP connections (#10611)
  110. * Option to set default playback speed (#10595)
  111. * Media library search (#11303)
  112. * Improved reliability when a call comes in during playback
  113. * Improved subtitles playback reliability (#11225)
  114. * Support for redirected downloads via HTTP (#10639)
  115. * Support for audio playback and subtitles delay for manual sync (#11236)
  116. * Added improved interaction with third party apps through a x-callback-url
  117. based mechanism
  118. URL scheme: vlc-x-callback://x-callback-url/stream?url=...&x-success=...
  119. The 'stream' path component overwrites the "Download or Stream?" dialog
  120. displayed when third party URLs are being opened.
  121. * Media Library is no longer reset on upgrade (#11330)
  122. - no further thumbnail mismatch (#9158 et al)
  123. - playback states are retained
  124. - improved first launch after upgrade reliability
  125. * Fix browsing of a number of UPnP devices such as HDHomeRun without sorting
  126. capabilities (#11667)
  127. * Fix pseudo-random playback starts (#11993)
  128. * Improved passcode lock appearance (#13166)
  129. * Minor UI improvements (#11296, #11637, #13165, #13169)
  130. * Network stream history allows copying URLs
  131. * Improved reliability when syncing media via WiFi or iTunes (#13128)
  132. * Stability improvements for iOS 6.1
  133. * New translation to Traditional Chinese
  134. 2.3:
  135. ----
  136. * New ability to organize media in folders (#9043)
  137. * Support for password protected HTTP streams (#9028)
  138. * WiFi uploads and HTTP downloads continue in the background
  139. (2 min on iOS 7, 10 min on iOS 6)
  140. * Added option to disable playback control gestures (#10592)
  141. * Added option to use bold subtitles (#10882)
  142. * Modified behavior: when passcode lock is enabled, playback will be stopped
  143. when VLC enters the background state (#10630, #10747)
  144. * Fixed serial ftp downloads
  145. * Fixed downloads from Twonky UPnP servers (#10631)
  146. * Fixed playback control through lock screen, headphones or multi-tasking view
  147. (#10932)
  148. * Playback is paused when headphones are unplugged (#11041)
  149. * Improved UPnP discovery speed with some servers (#10811)
  150. * Improved memory consumption (#9505)
  151. * Added support for m4b, caf, oma, w64 audio and mxg video files
  152. * Caches for WiFi upload and HTTP downloads are emptied more often to
  153. keep storage impact reasonable
  154. * Stability improvements and UX tweaks (amongst others #10601, #10518)
  155. * New translations to Latvian, Romanian and British English
  156. 2.2.2:
  157. ------
  158. * Fixed audio playback regression introduced in previous update (#10597)
  159. * Updated translations to Arabic, Chinese (Hans), Dutch, Galician, Hungarian,
  160. Portuguese
  161. 2.2.1:
  162. ------
  163. * Added initial support for ARM64 aka AArch64 aka ARMv8
  164. * Improved reliability for Dropbox streaming (#10489)
  165. * Added option to adapt network caching (#10388)
  166. * Compatibility fixes for multiple UPnP servers (notably Twonky 7, Serviio 1.4,
  167. XBMC 12)
  168. * Fixed an issue where always the same file in a UPnP folder was played (#10441)
  169. * Fixed a ftp streaming issue from connected servers if file name contains
  170. non-ASCII characters or the path contains spaces (#10469)
  171. * Improved meta data readability within the iPad library view (#10471)
  172. * Improved stability on iOS 6
  173. * Improved Thumbnails
  174. * Misc stability improvements (#10490)
  175. 2.2.0:
  176. ------
  177. NB: This release removes support for iOS 5 and therefore the first generation
  178. iPad. iOS 6 and the iPhone 3GS remain supported.
  179. Interface:
  180. * New Interface for iOS 7
  181. * Add tutorial to introduce the user to the app
  182. * Improved feedback for media download progress including data bitrate,
  183. procentual progress and estimated remaining download time
  184. * Opening network streams no longer leads to a collapsed file system hierachy
  185. on the remote system. After playback, you can continue where you left off.
  186. * Added bookmarks for FTP servers
  187. * Added support for multi-touch gestures based upon the VLC Gestures haxie
  188. - horizontal swipe for playback position
  189. - tap with 2 fingers to play/pause
  190. - vertical swipe in the right half of the video to adapt volume
  191. - vertical swipe in the left half of the video to adapt screen brightness
  192. * Previously removed episodes and tracks no longer show up in the respective
  193. group listings (#9705)
  194. * Improved privacy by requesting the passcode immediately after leaving the
  195. app and by obfuscating playback metadata if passcode lock is enabled
  196. * Added support to endlessly repeat the currently playing item (#9793)
  197. * Added option to disable file name display optimizations (#10050)
  198. * TV Shows are sorted by Season number / Episode number and Music Albums
  199. respectively by track number
  200. * Added ability to rename any media item in the library view
  201. * Added deletion of multiple media items in one step
  202. * If your media was recognized as part of a music album, the next track
  203. will automatically start playing afterwards
  204. * New translations to Czech, Malay, Persian, Spanish (Mexico)
  205. Cloud interaction:
  206. * Added support for downloads from Google Drive (#8690)
  207. * Added support for streaming files from Dropbox in addition to download
  208. to device (#9784)
  209. Local network:
  210. * Added support for downloading from UPnP multimedia servers
  211. * Added cover-art and duration to UPnP server item lists
  212. * UPnP stability improvements
  213. * Fix incorrect displayed size for files stored on UPnP multimedia servers
  214. larger than 2147.48 MB (#9641)
  215. * Improved WiFi Upload reliability, especially when uploading multiple
  216. items at the same time
  217. Global networks:
  218. * Added support for HTTP Live Streaming (HLS) (#9174)
  219. * Added support for https playback
  220. * Added support for system-wide HTTP proxy settings
  221. * Added support for m3u streams
  222. Misc:
  223. * Improved audio playback performance and reliability
  224. * Improved metadata detection
  225. * Improved vlc:// handling (#9542)
  226. * Improved TV show handling for shows with more than 100 episodes
  227. 2.1.3:
  228. ------
  229. * Fixed crashes with files whose names are less than 6 characters long after
  230. removing the file extension
  231. 2.1.2:
  232. ------
  233. * Stability improvements (#9393, #9431, #9432, #9433, #9434, #9435, #9556)
  234. * Improved Closed Caption rendering (#9369)
  235. * Minor UI fixes (#9454)
  236. * New translations to Hungarian and Swedish
  237. 2.1.1:
  238. ------
  239. * Stability improvements
  240. * Improved UPnP handling
  241. * Improved interaction with third party apps
  242. * Improved visual appearance on iPad
  243. * Added support for Teletext-based DVB subtitles
  244. * New translations to Arabic, Polish, and Korean
  245. 2.1:
  246. ----
  247. * Improved overall stability (#8989, #9031, #9048, #9089, #9092)
  248. * Add support for subtitles in non-western languages (#8991)
  249. * Improved Subtitles support with options to choose font, size, and color
  250. * Add UPnP discovery and streaming (#8880)
  251. * Add FTP server discovery, streaming and downloading (#9064)
  252. * Add Bonjour announcements for the WiFi Uploader's website (#8741)
  253. * Add playback of audio-only media (#9044)
  254. * Newly implemented menu and application flow (#9045)
  255. * Improved VoiceOver and accessibility support (#9017)
  256. * Add Deinterlace option (off by default, #8813)
  257. * Device no longer goes to sleep during media downloads (#9062)
  258. * Improved video output on external screens (#9055, #9079)
  259. * Improved Passcode Lock behavior (#9252)
  260. * Minor usability improvements (#9122, #9125, #9225)
  261. * New translations to Bosnian, Catalan, Galician, Greek, Marathi, Portuguese,
  262. Slovenian
  263. 2.0.2:
  264. ------
  265. * Fix MP2 and MP3 decoding (#8986)
  266. * Add vlc:// protocol handler (#8988)
  267. - vlc://anyprotocol:// allows you to force any URL to open in VLC
  268. - vlc://server/path will assume http://
  269. * Fix Dropbox hierarchy navigation (#8993)
  270. * Fix major leak of data when opening files in VLC from other apps (#9011)
  271. * Retain last audio and subtitles tracks when for played media (#8987)
  272. * Fix CSS rendering issue in the WiFi Uploader's web interface
  273. * Switch Default Subtitles Font from SourceSans-Pro to Open Sans
  274. to support Greek, Cyrillic and Vietnamese (#8991)
  275. * Shake device to create a bug report (#7788)
  276. * Export meta data about current playback item to multitasking view (#8883)
  277. * Fix crash when opening network streams from within third party apps while
  278. playing content local to VLC (#9013)
  279. * Fix VoiceOver support for Dropbox login (#8997)
  280. * Fix dialog rotation on iOS 5 (#8992)
  281. * New translations to Chinese, Danish, Dutch, Hebrew, Slovak, Turkish,
  282. Ukrainian, Vietnamese
  283. 2.0.1:
  284. ------
  285. * Update of Russian and Spanish translations.
  286. * Minor crash fix (#8739) and interface fix for iPhone 4.
  287. * Add option for skipping loop filtering (#8814)
  288. 2.0.0:
  289. ------
  290. First project release.