瀏覽代碼

Update news for 2.2.0-pre1

Felix Paul Kühne 11 年之前
父節點
當前提交
f451ff72fd
共有 1 個文件被更改,包括 6 次插入3 次删除
  1. 6 3
      NEWS

+ 6 - 3
NEWS

@@ -1,9 +1,10 @@
-Next version:
--------------
+Version 2.2.0-pre1:
+-------------------
 
 Cross-platform:
 - Fixed deinterlacing if requested
 - Fixed decoding and display of Teletext-based subtitles
+- Improved thumbnailing reliability
 
 MobileVLCKit:
 - It is finally possible to compile the framework without relying on third
@@ -11,6 +12,7 @@ MobileVLCKit:
 - Added 2 sample projects illustrating video playback
 - Added support for https and hls playback
 - VLCMediaListPlayer is available now
+- Added support for https connectivity
 
 VLCKit:
 - VLCMediaThumbnailer is a public API on the Mac now matching the mobile
@@ -29,7 +31,8 @@ New APIs:
 
 Modified API behavior:
 - VLCMediaPlayer:
-  - implementing mediaPlayerTimeChanged is now optional
+  - implementing mediaPlayerTimeChanged and mediaPlayerStateChanged within a
+    delegate object is optional now
 - VLCMedia:
   - nowPlaying meta information is correctly handled now