···1717- Fix dragging tracks to up next/autoplay queue boundary
1818- Fix button edge not clickable due to zoom
1919- Fix rearranging queue items not working when dragging the cover artwork
2020-- Make queue dragline stable during scroll
2020+- Make draglines stable during scroll
21212222## 0.18.0 - 2024 Jun 7
2323- Add arm64 support for macOS and Windows
+1
ferrum-addon/addon.d.ts
···187187export declare function update_track_info(trackId: string, info: TrackMd): void
188188export interface ViewOptions {
189189 shownPlaylistFolders: Array<string>
190190+ /** Empty is treated as default */
190191 columns: Array<string>
191192}
192193export declare function shown_playlist_folders(): Array<string>