Releases: reupen/album_list_panel
v2.1.0-beta.1
-
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
-
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
v2.0.4
-
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
v2.0.2
v2.0.1
v2.0.0
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
- 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
-
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]