Skip to content

v1.0.1

Compare
Choose a tag to compare
@TheQwertiest TheQwertiest released this 05 Oct 10:16
· 791 commits to master since this release

Changelog

See wiki for the detailed description of API changes.

Added

  • Integrated foo_acfu update checks (see component site).
  • Added Scintilla line-wrap settings to Preferences > Tools > Spider Monkey Panel (see wiki).

Changed

  • [Experimental] Replaced utils.CreateHtmlWindow() with utils.ShowHtmlDialog().
  • Updated Interfaces.js:
    • Updated window.GetProperty()/window.SetProperty() docs.
    • Updated utils.Version doc.
    • Updated FbMetadbHandleList.UpdateFileInfoFromJSON doc.

Fixed

  • Disabled callback invocation until script is fully evaluated.
  • Fixed fb.RunContextCommandWithMetadb().
  • Fixed samples:
    • Removed left-over .Dispose() calls.
    • Rewrote html dialog sample (HtmlDialogWithCheckBox.txt).
  • Added a few fixes to ActiveXObject for better compatibility.