This repository was archived by the owner on Jan 23, 2026. It is now read-only.
Releases: ghDaYuYu/foo_coverflow
Releases · ghDaYuYu/foo_coverflow
v1.18.5
v1.18.4
v1.18.3
v1.18.2
v1.18.1
v1.18.0
What´s new:
- Component renamed 'Coverflow'
- New version schema
- Foobar v2 required
Installation:
- Uninstall v0.5.2.mod.17 before/after installing this release.
- Optionally register ICoverflowControl COM interface.
Fixes (many thanks to @DayWalkerXXX):
- CUI crash.
- Follow library selections.
- Active Playlist as Source.
- CUI: Source playlist GUID overwriting playlist name.
- CUI: Enable multiple instances.
- Mouse click on covers not working if option 'Set Selection' is disabled.
- 'Open Image Viewer' context menu option failing to open Unicode paths.
Note: x64 version requires Tablacus Script Control v1.2.5.4.
v0.5.2.mod.17
Change log:
- Source mode stored/restored by each UI element.
- Legacy image viewer replaced by ImageGlass
- New script function enableCarousel.
Notes:
- Foobar 2000 v2 required.
- Back up the current configuration before installing this release.
- Previous non-built-in scripts require recompilation after including:
function enableCarousel(){ return true } - Configuration files are not backward compatible.
- ImageGlass repository link.
x64 version requires Tablacus Script Control v1.2.5.4.
v0.5.2.mod.16
Change log:
- Fix optional chron.IChronControl instance crashing on exit.
- Added fb2k SDK version to 'About component'.
Note: x64 version requires Tablacus Script Control v1.2.5.4.
v0.5.2.mod.15
Change log:
- Add refresh parameter:
chron.SetPanelColor(rgbcol, [0]); //no refresh
chron.SetTextColor(rgbcol, [1]); //refresh
- Fix color parameter in hexadecimal format .
- Fix revoke class registration.
Note: x64 version requires Tablacus Script Control v1.2.5.4.
v0.5.2.mod.14
Change log:
- Fix error: chronflow.SetTextColor is not a function