Skip to content

JSplitter v4.1.3

Choose a tag to compare

@dima-lur dima-lur released this 22 May 01:05
  • [BUG] Fixed black theme for SMP packages' description and for menu and scrollbars in script code editor
  • [BUG] fb.DoDragDrop: now custom_image property of options parameter is used as fallback if no track art is found or use_album_art option is false.
  • [BUG] fb.DoDragDrop: fixed player crash when custom_image property of options parameter is null, despite docs saying it's nullable arg.
  • [FEATURE] Added utils.MessageBox for displaying system messages dialog with dark theme support (see documentation and basic sample "MessageBox.js").
  • [FEATURE] Added optional parameter help_text to utils.TextBox to display a help button in dialog (see documentation).
  • [FEATURE] Added callback on_console_refresh and console.GetLines. Also added console.ClearBacklog with some limitation for foobar2000 < 2.0 (see documentation).
  • [FEATURE] Added optional parameter show in fb.ShowConsole to close console if set to false.
  • [FEATURE] Added optional fourth parameter to gdi.Brush and d2d.Brush for wrap mode (like for bitmap brushes). Previously, for created brushes (not bitmap type), after their creation, this was set only through the WrapMode property (see documentation).
  • [UPDATE] Updated JS engine to SpiderMonkey 140.11.0esr