Changelog
Added
- Moved documentation from Wiki to a new homepage: https://theqwertiest.github.io/foo_spider_monkey_panel:
- Contains JS documentation for the latest release.
- Contains script showcase with basic information about sample scripts and user-made scripts.
- Updated
FindReplacedialog inConfigure:- Added wrap-around support.
- Dialog is transparent when unfocused.
- Made
Go todialog inConfiguremodeless.
Changed
- Reimplemented
FbMetadbHandleList::OrderByRelativePath:- Uses MUCH less memory.
- Faster by 10% (on sorted list) to 500% (on unsorted list).
- Adjusted codepage detection with various file handling methods.
- Adjusted playlist lock check during drag-n-drop and
plman.AddLocations: now onlyplaylist_lock::filter_addflag is checked. - Removed unneeded
on_sizecall. - Adjusted component initialization time reported in console to be more accurate.
- Updated marc2003 scripts:
- Note:
ListenBrainzsample was removed - use https://github.com/marc2k3/foo_listenbrainz2 instead.
- Note:
Fixed
- Fixed rare crash when using
utils.RunMainMenuCommandandutils.IsMainMenuCommandChecked. - Fixed crash when working with COM on systems with non English locale.
- Fixed
window.GetPropertynot working when name contained whistespace at the beggining. - Fixed other various crashes.
- Fixed occasional double error report in console.
- Fixed crashes in
jsplaylist-modand other complete samples (by marc2003).