Skip to content

v1.3.0 - Refresh

Compare
Choose a tag to compare
@TheQwertiest TheQwertiest released this 10 Jul 15:21
· 256 commits to master since this release

Changelog

See docs for the detailed description of API changes.

Added

  • Re-added ability to automatically download thumbnail images to thumbs.js sample (by @marc2k3).
  • Added missing documentation for fb.GetDSPPresets() and fb.SetDSPPreset().
  • API changes:
    • Added GdiBitmap.InvertColours() method (by @kbuffington).
    • Added ActiveXObject.ActiveX_CreateArray() method.
    • Added window.Tooltip property.
    • Added FbTooltip.SetFont() method.
    • Deprecated window.CreateTooltip() method.

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 Tooltip sample.

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 All action and RegExp handling in Find/Replace dialog.
  • Fixed crash in some of .js samples when deleting a file via context menu.