Skip to content

Releases: reupen/album_list_panel

v2.1.0-beta.1

22 Nov 16:45
bea5919

Choose a tag to compare

v2.1.0-beta.1 Pre-release
Pre-release
  • Support for Ctrl+A and Ctrl+Backspace was added to edit controls on versions of Windows where they were previously unsupported. [#411]

    This affects the Filter search box and edit controls in Preferences.

  • The drag-and-drop overlay image has been replaced a custom version on Windows 10 and newer, in line with Columns UI 3.2.0-beta.1. [#423]

    This avoids the opaque white background seen on Windows 11 when drag-and-drop operations are initiated from the panel.

v2.1.0-alpha.1

23 Oct 15:59
7f12072

Choose a tag to compare

v2.1.0-alpha.1 Pre-release
Pre-release
  • Nodes with an empty string as their label are no longer omitted from the hierarchy. [#404]

    Previously, such nodes did not appear in the tree and child nodes were brought up a level. Nodes with an empty string as their label are now no longer omitted and will now instead appear in the hierarchy a label of (blank). This makes behaviour more consistent with the standalone Album List (though note that the standalone Album List uses an empty string in this scenario).

    For behaviour similar to older versions, use title formatting expressions to conditionally output a | (e.g. using [%artist%|] or [$directory(%path%,2)|]).

    Additionally, branching expressions (such as %<artist>%) no longer ignore values that are empty strings.

  • When right-clicking on an unselected node, auto-send is no longer triggered and the selection is not permanently changed. [#401]

    This restores right-click behaviour that is similar to version 1.x.

  • Ctrl+A can now be used to selected all visible nodes . [#402]

  • | characters in metadata are no longer replaced with underscores. [#403]

  • Various dependencies were updated.

v2.0.5

01 Jun 15:49
af18446

Choose a tag to compare

  • A problem where the panel tried to focus the filter search box on start-up was fixed. [#353]

  • The component is now compiled using foobar2000 SDK 2025-03-07.

v2.0.4

19 Feb 22:20
be09a6c

Choose a tag to compare

  • A bug that could cause a crash on start-up after exiting foobar2000 with Album list panel in a certain state (for example, after applying a filter with no results) was fixed. [#321]

  • The component is now compiled using foobar2000 SDK 2024-12-03.

  • The component is now compiled with Visual Studio 2022 17.13.

v2.0.3

03 Sep 19:44
1c3a9ad

Choose a tag to compare

  • A bug causing saved views to be mangled when switching between 32- and 64-bit versions of foobar2000 was fixed. [#255]

  • Multiple bugs causing incorrect behaviour when selecting multiple items using the Shift key were fixed. [#258, #259]

  • The component is now compiled with Visual Studio 2022 17.11.

v2.0.2

09 Nov 19:58
63a75c1

Choose a tag to compare

  • A bug where the Up and Down arrow keys did not function correctly in some cases was fixed. [#195]

  • The component is now compiled using foobar2000 SDK 2023-09-23.

  • The component is now compiled with Visual Studio 2022 17.7.

v2.0.1

30 Sep 19:41
7a78a78

Choose a tag to compare

  • A problem causing items to be deselected when trying to drag and drop multiple selected items was resolved. [#182]

  • The behaviour of middle-clicking (when a middle-click action is set) was made more consistent. [#184]

v2.0.0

30 Sep 09:03
fe071c1

Choose a tag to compare

Changes since version v2.0.0

Highlights include the ability to select multiple items, preservation of the selection, expansion state and scroll position between foobar2000 sessions and performance improvements.

Changes from version v2.0.0-alpha.2

There were no changes from v2.0.0-alpha.2.

v2.0.0-alpha.2

11 Sep 19:27
f5dc400

Choose a tag to compare

v2.0.0-alpha.2 Pre-release
Pre-release
  • A crash that occurred when an item in the panel had a label longer than ~260 UTF-16 code units was fixed. [#175]

v2.0.0-alpha.1

02 Sep 11:36
90fd84e

Choose a tag to compare

v2.0.0-alpha.1 Pre-release
Pre-release
  • The ability to select multiple items using Ctrl and Shift keys was added. This includes Shift-clicking, Ctrl-clicking, and holding Shift when pressing navigation keys. [#159, #161, #162, #168]

  • Selections, expansion statuses, scroll positions and filter queries are now preserved between foobar2000 sessions. [#147, #149, #156, #166, #169]

    Note that this state information, including the names of selected nodes, is included in FCL exports for 'This foobar2000 installation' (but not exports with the default target of 'Any foobar2000 installation').

  • Performance was improved when starting foobar2000 2.0 and newer, and in various other scenarios. [#155, #171]

  • Initialisation time is now correctly reported on foobar2000 2.0 and newer at foobar2000 start-up.

  • Right-clicking an unselected item now changes the selection (rather than just temporarily highlighting the item). Shift can be held down while right-clicking an unselected item to stop autosend being triggered. [#167]

  • Some scrolling oddities when 'Auto-collapse on item expansion' were worked around. [#157]

  • The component is now compiled with Visual Studio 2022 17.7.

  • The component is now compiled using foobar2000 SDK 2023-05-10. [#170]