Changelog
See docs for the detailed description of API changes.
Added
- Re-added ability to automatically download thumbnail images to
thumbs.jssample (by @marc2k3). - Added missing documentation for
fb.GetDSPPresets()andfb.SetDSPPreset(). - API changes:
- Added
GdiBitmap.InvertColours()method (by @kbuffington). - Added
ActiveXObject.ActiveX_CreateArray()method. - Added
window.Tooltipproperty. - Added
FbTooltip.SetFont()method. - Deprecated
window.CreateTooltip()method.
- Added
Changed
- Updated SpiderMonkey JavaScript engine to 68.8.0 ESR:
- ECMAScript 2019 conformant JavaScript. See 'What's new in ES2019' for more info.
- Various performance improvements and bug fixes.
- Adjusted a "Function failed successfully" error message (e.g. when running out of GDI handles).
- Updated
Tooltipsample.
Fixed
- Fixed incorrect sorting in
FbMetadbHandleList.OrderByRelativePath(). - Fixed
fb.GetDSPPresets(): now it returns a proper value. - Fixed
fb.IsMainMenuCommandChecked()not working with hidden by default menu items. - Fixed garbled error messages on systems with non-English locale.
- Fixed
Replace Allaction and RegExp handling inFind/Replacedialog. - Fixed crash in some of
.jssamples when deleting a file via context menu.