Changelog
See wiki for the detailed description of API changes.
Added
- Improved drag-n-drop window:
- Image displays number of tracks being dragged (thanks to @reupen!).
- Tooltip text describes the performed drop action (configurable through
action.Textfield).
- API changes:
- Added
clearInterval,clearTimeout,setInterval,setTimeoutmethods to global namespace. - Added
gdi.LoadImageSyncV2method. - Added
utils.GetAlbumArtAsyncV2method. - Added arguments to
FbProfiler.Print: additional message and an option to disable component info. - Added global constructors for the following objects:
FbMetadbHandleList: from anotherFbMetadbHandleList, from an array ofFbMetadbHandle, from a singleFbMetadbHandleand a default constructor.GdiBitmap: from anotherGdiBitmap.FbProfiler: accepts the same arguments asfb.CreateProfiler.FbTitleFormat: accepts the same arguments asfb.TitleFormat.
- Added
- Improved logging of objects through
console.log: now it displays object's content as well. - Added documentation link to default context menu (accessible via
WIN-SHIFT-RightClick). - Added
callbacksto HTML documentation. - Updated basic samples with the new methods.
Changed
- API changes:
fb.DoDragDropnow requires an additionalwindow.IDargument.fb.CreateHandleListis marked as [Deprecated] and will be removed in v2.0.0.
- Reimplemented SMP call handling so as to conform with Run to completion rule.
- Made adjustment to GC policies.
Fixed
FbMetadbHandle.FileSizereturns -1 properly now when file size is not available.