Skip to content

v1.1.2 - Bugfix + Drag-n-Drop improvements

Compare
Choose a tag to compare
@TheQwertiest TheQwertiest released this 09 Jan 10:49
· 576 commits to master since this release

Changelog

See wiki for the detailed description of API changes.

Added

  • Added additional options to fb.DoDragDrop: show_text, use_album_art, use_theming and custom_image.
  • By default, fb.DoDragDrop now displays album art of the dragged item (if available).

Changed

  • Cleaned up Panel Configuration dialog:
    • Moved all buttons and checkboxes to menu bar.
    • Added Help button, which opens supplied html documentation.
    • Export\Import now use *.js extension by default.

Fixed

  • Fixed callbacks not triggering when fb.DoDragDrop is active.
  • Fixed on_colours_changed callback not triggering in DUI.
  • Fixed several fb2k crashes when triggerring script error.
  • Fixed several fb2k freezes when fetching album art through 3rd party components.
  • Fixed a few more fb2k freezes.
  • Fixed utils.ReadTextFile not working with empty files.
  • Fixed utils.GetAlbumArtAsync not working in some cases.
  • Removed extra quotes in console.log when printing strings outside of objects and arrays.
  • Fixed occasional EOL issues in error report.