Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.

Releases: ghDaYuYu/foo_coverflow

v1.18.5

01 Nov 20:51

Choose a tag to compare

Change log:

  • Fix dark mode erase background (DUI).
  • Added hidden menu item 'Reload collection'

Note: x64 version requires Tablacus Script Control v1.2.5.4.
Run the installer or register the control manually in %SystemRoot%\System32

v1.18.4

01 Sep 16:07

Choose a tag to compare

Change log:

  • New library action 'Open image viewer'

Note: x64 version requires Tablacus Script Control v1.2.5.4.
Run the installer or register the control manually in %SystemRoot%\System32

v1.18.3

25 Aug 19:22

Choose a tag to compare

Change log:

  • WebP album art support.

Note: x64 version requires Tablacus Script Control v1.2.5.4.
Run the installer or register the control manually in %SystemRoot%\System32

v1.18.2

25 Oct 23:53

Choose a tag to compare

Change log:

  • Patched 'Play' drop-down library action.

Note: x64 version requires Tablacus Script Control v1.2.5.4.
Run the installer or register the control manually in %SystemRoot%\System32

v1.18.1

04 Oct 05:00

Choose a tag to compare

Many thanks to Air KEN!

Change log:

  • Fix apply default Cover Display.
  • OpenGL v4 upgrade.

v1.18.0

18 Aug 19:17

Choose a tag to compare

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

13 Aug 20:38

Choose a tag to compare

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

13 May 17:01

Choose a tag to compare

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

20 Mar 06:12

Choose a tag to compare

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

20 Mar 06:03

Choose a tag to compare

Change log:

  • Fix error: chronflow.SetTextColor is not a function