Skip to content

Releases: ghDaYuYu/foo_coverflow

v1.18.2

25 Oct 23:53
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Change log:

  • Fix error: chronflow.SetTextColor is not a function

v0.5.2.mod.13

16 Mar 04:47
Compare
Choose a tag to compare

Change log:

Both fixes are related to the previous update.

  • Fix function invalid parameter crash.
  • Fix refresh after panel color updates.

Note: x64 version requires Tablacus Script Control v1.2.5.4.

v0.5.2.mod.12

15 Mar 05:58
Compare
Choose a tag to compare

Change log:

The new chron.IChronControl interface enables changing the text and panel background color from an external application.

Installing the ActiveX interface:

  • Register the interface by running/double clicking the file chron.reg (located in the plugin installation folder).

Invoking the interface:

const chron = new ActiveX("chron.IChronControl);

const white = 0xffffff; 
const black = 0x000000;

chron.SetPanelColor(white);
chron.SetTextColor(black);

Note: x64 version requires Tablacus Script Control v1.2.5.4.

v0.5.2.mod.11

01 Mar 19:11
Compare
Choose a tag to compare

Fix component crash:
Component crash performing stock fb2k Album List selections when the database filter outputs no results.

Note: x64 version requires Tablacus Script Control v1.2.5.4.