npapi-vlc | branch: master | Daniel Amm <[email protected]> | Tue Dec 15 22:15:37 2015 +0100| [adca48d0f8446fc372fc159ea14ff713a2cdae5e] | committer: Jean-Baptiste Kempf
Update NEWS Signed-off-by: Jean-Baptiste Kempf <[email protected]> > https://code.videolan.org/videolan/npapi-vlc/commit/adca48d0f8446fc372fc159ea14ff713a2cdae5e --- NEWS | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 9d5d379..96d50e0 100644 --- a/NEWS +++ b/NEWS @@ -1,14 +1,32 @@ Changes between VLC plugins 2.2.1 and 2.2.2: -------------------------------------------- -Common: +NPAPI Core: * Rewrite using libvlcpp * Fix various memleaks * Improve stability * Cleanup + * Add support for titles and chapters + * Fix vlc.video.subtitle index + * Fix attribute 'mute' + +ActiveX: + * Rename 'versionInfo()' method to 'getVersionInfo()' + * Remove deprecated VLCControl (v1) + * Fix handling of fullscreen mode over JS API NPAPI: * Add missing GTK UI updates + * Add method 'getVersionInfo()' + * Add attribute 'volume' + +Test: + * Cleanup and updates for HTML test pages + * Add an example VB project + +Platforms: + * Support for attribute 'branding' under Windows + Changes between VLC plugins 2.2.0 and 2.2.1: -------------------------------------------- _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
