Skip to content

Conversation

@clemak27
Copy link
Owner

@clemak27 clemak27 commented Dec 15, 2025

This PR contains the following updates:

Package Update Change
jeffvli/feishin major 0.22.0 -> 1.0.2

Release Notes

jeffvli/feishin (jeffvli/feishin)

v1.0.2: 1.0.2

Compare Source

Small fix for default lyric fetchers to be applied on first start.

Fixed

  • Fixed internet lyrics fetcher sources not being properly synced to the setting

Full Changelog: jeffvli/feishin@v1.0.1...v1.0.2

v1.0.1: 1.0.1

Compare Source

Important:

Analytics are now being tracked in Feishin using a locally hosted instance of Umami. If you wish to opt-out, please do so under Settings -> Advanced -> Analytics

The data being tracked is:

  • Generic platform name: e.g Web / Linux / Windows / MacOS
  • What servers you have configured in your app as a true/false value: e.g. Navidrome / Subsonic / Jellyfin
  • What version of the app you are running: e.g. v1.0.1
  • A select number of application settings defined here

This will be subject to change in the future, but will be conveyed transparently on every change.

In addition, all of your configured settings have been reset to default values. This was done so in order to avoid potential application errors due to the large amount of changes made between v0.22.0 and v1.0.0.

Added

  • Added setting to individually set image resolutions around the app
  • Added Internet Radio feature (server API for Navidrome/Subsonic, local store for Jellyfin)
  • (Navidrome / Subsonic) Added buttons to save/restore play queue to/from your server
  • Added AutoDJ feature which automatically adds similar songs to the queue
  • Added multi-item playlist reordering
  • Added support for folder browsing
  • Added in-app release notes popup on new version
  • Added queue filters configuration to ignore songs by criteria when adding to the queue
  • List page redesign which includes universal selection behavior (multi-select) between different views
  • You can now select and drag/drop items from the list and other views directly to the queue
  • You can now select and drag/drop items directly to playlists on the sidebar
  • Added two new play types
    • Add next (shuffled)
    • Add last (shuffled)
  • Add long press to card play buttons to play shuffled variants
  • Added a waveform seek playerbar
  • Added a global music folder selectorr
  • Added Priority queue mode which uses Spotify style queueing for your tracks
  • Added Favorites page to the sidebar
  • Added CTRL + A hotkey support to lists to select all (loaded) items
  • Added lyrics panel in the attached play queue sidebar
  • Added visualizer panel in the attached play queue sidebar (web player only)
    • Added butterchurn visualizer & configuration
    • Added audiomotion visualizer & configuration
  • Added popout album preview in list mode
  • (Navidrome) Added support for multi-column sorting in smart playlist editor
  • (Navidrome) Added support for custom tags in smart playlist editor
  • (Navidrome) Added date picker operators for several date fields
  • (Subsonic) Several improvements to API support
  • Added genre feature to the home page
  • Added new feature carousel design
  • Added mobile responsiveness to the app
  • Added fade-out and fade-in of audio on status change
  • Adjusted lyrics fetch behavior
    • Overridden lyrics (selected from search) are now persisted instead of the original fetched
    • Added preview to lyrics search before selection
    • Removed reset lyrics button
  • Added new application themes
    • Ayu Dark
    • Ayu Light
    • Catppuccin Latte
    • Catppuccin Mocha
    • Default Dark
    • Default Light
    • Dracula
    • GitHub Dark
    • GitHub Light
    • Gruvbox Dark
    • Gruvbox Light
    • High Contrast Dark
    • High Contrast Light
    • Material Dark
    • Material Light
    • Monokai
    • Night Owl
    • Nord
    • One Dark
    • Shades of Purple
    • Solarized Dark
    • Solarized Light
    • Tokyo Night
    • VS Code Dark+
    • VS Code Light+

Changed

  • Redesigned several pages and views
  • Moved some playback configuration into playerbar settings menu on bottom right
  • Added command palette option to the app menu
  • Player queue state is now persisted on every change which prevents loss on unclean shutdown

What's Changed

New Contributors

Full Changelog: jeffvli/feishin@v0.22.0...v1.0.1

v1.0.1-beta.1

Compare Source

To receive automatic beta updates, set the release channel to Beta under Advanced settings.

Important:

Analytics are now being tracked in Feishin using a locally hosted instance of Umami. If you wish to opt-out, please do so under Settings -> Advanced -> Analytics

The data being tracked is:

  • Generic platform name: e.g Web / Linux / Windows / MacOS
  • What servers you have configured in your app as a true/false value: e.g. Navidrome / Subsonic / Jellyfin
  • What version of the app you are running: e.g. v1.0.0-beta.1
  • A select number of settings defined here

This will be subject to change in the future, but will be conveyed transparently on every change.

In addition, all of your configured settings have been reset to default values. This was done so in order to avoid potential application errors due to the large amount of changes made between v0.22.0 and v1.0.0.

Summary

The list of changes is incomplete. This will continue to be updated.

Added
  • Added Internet Radio feature (server API for Navidrome/Subsonic, local store for Jellyfin)
  • Added new application themes
    • Ayu Dark
    • Ayu Light
    • Catppuccin Latte
    • Catppuccin Mocha
    • Default Dark
    • Default Light
    • Dracula
    • GitHub Dark
    • GitHub Light
    • Gruvbox Dark
    • Gruvbox Light
    • High Contrast Dark
    • High Contrast Light
    • Material Dark
    • Material Light
    • Monokai
    • Night Owl
    • Nord
    • One Dark
    • Shades of Purple
    • Solarized Dark
    • Solarized Light
    • Tokyo Night
    • VS Code Dark+
    • VS Code Light+
  • (Navidrome / Subsonic) Added buttons to save/restore play queue to/from your server
  • Added AutoDJ feature which automatically adds similar songs to the queue
  • Added multi-item playlist reordering
  • Added support for folder browsing
  • Added in-app release notes popup on new version
  • Added queue filters configuration to ignore songs by criteria when adding to the queue
  • List page redesign which includes universal selection behavior (multi-select) between different views
  • You can now select and drag/drop items from the list and other views directly to the queue
  • You can now select and drag/drop items directly to playlists on the sidebar
  • Added two new play types
    • Add next (shuffled)
    • Add last (shuffled)
  • Add long press to card play buttons to play shuffled variants
  • Added a waveform seek playerbar
  • Added a global music folder selectorr
  • Added Priority queue mode which uses Spotify style queueing for your tracks
  • Added Favorites page to the sidebar
  • Added CTRL + A hotkey support to lists to select all (loaded) items
  • Added lyrics panel in the attached play queue sidebar
  • Added visualizer panel in the attached play queue sidebar (web player only)
  • Added popout album preview in list mode
  • (Navidrome) Added support for multi-column sorting in smart playlist editor
  • (Navidrome) Added support for custom tags in smart playlist editor
  • (Navidrome) Added date picker operators for several date fields
  • (Subsonic) Several improvements to API support
  • Added genre feature to the home page
  • Added new feature carousel design
  • Added mobile responsiveness to the app
  • Added fade-out and fade-in of audio on status change
  • Adjusted lyrics fetch behavior
    • Overridden lyrics (selected from search) are now persisted instead of the original fetched
    • Added preview to lyrics search before selection
    • Removed reset lyrics button
Changed
  • Redesigned several pages and views
  • Moved some playback configuration into playerbar settings menu on bottom right
  • Added command palette option to the app menu
Fixed
  • Player queue state is now persisted on every change which prevents loss on unclean shutdown

Changes since v0.22.0

2025-12-15
  • remove release_channel from settings sync (c9cd87b)
  • Revert "prevent autoupdater from setting release channel (#​1396)" (9a8cb45)
  • handle text overflow on sidebar playlist duration (68b6a58)
  • prevent action bar icons from being squished on resize (fix) (5b5cdbf)
  • prevent action bar icons from being squished on resize (cf4e505)
  • use success notification instead of warn on 0 playlist entries added (#​1393) (8464ed4)
  • fix initial list order on artist discography (#​1378) (9e49a45)
  • add page view tracker (8dc5f2a)
  • remove analytics properties for based on desktop-only settings (6bb848a)
  • localize dates (#​1237) (8edf61f)
  • add migration to clear all original store settings (#​1396) (96d2699)
  • prevent autoupdater from setting release channel (#​1396) (614761e)
  • fix potential infinite updater loop due to stale settings sync state (154f018)
  • allow custom message on restart toast (593ad7a)
  • Translated using Weblate (Hungarian) (2372f18)
  • include select settings values in analytics (ad54855)
  • revert to using custom window bar styles (ea73995)
  • revert padding of sidebar filters (455452b)
  • fix bg color / padding of sidebar panel (b2941b6)
  • properly set mpv volume on init (bc898d6)
  • more small adjustments to light mode (88b27fa)
2025-12-14
  • more minor theme adjustments (3c2af4b)
  • remove rating from item card if using jellyfin (f5d6c49)
  • add utility to wait for detail bg color before page render (08a8f7f)
  • fix release notes modal showing even if no new version (f92754c)
  • improve page header readability on all themes (d4e39ca)
  • adjust SegmentedControl to use theme color (868c64d)
  • adjust network request waterfall to force authentication first, add fallback for no network (#​1028) (09dfc1f)
  • add a hook to sync main settings with renderer (303eba8)
  • adjust surface color for some themes (d8c46ba)
  • reorder theme settings to the top of general (649f541)
  • adjust custom window bar titles (858678e)
  • fix window bar position on mobile layout (48bba76)
  • decrease settings modal width (3f32e6c)
  • increase padding on list filters (253a78b)
  • add new app themes (69de9a9)
  • fix padding on server selector when radio is enabled (0f4534c)
  • adjust padding on sidebar items (a9476a9)
  • increase font size of sidebar playlist metadata (e56d885)
  • remove drag area from page header when using custom window bars (b6e7bfb)
  • add privacy / owner to sidebar playlist metadata (a377e3d)
  • optimize playlist edit modal (#​1234) (752b191)
  • fix loading state on queue restoration button (b19e752)
  • remove artist song list fetch post-processing (1e8e178)
  • fix mpv exiting on radio stop (1bc1f61)
  • optimize library headers (#​1374) (b4b1062)
  • fix formatting in playlist duration (#​1382) (4cc51c3)
  • fix debounce on onScrollEnd callback on ItemGridList (8b06324)
2025-12-13
  • Add internet radio (#​1384) (7ed847f)
  • fix missing remote event handlers (#​1344) (f61d34c)
  • add validation for Subsonic releaseDate (5c8d18d)
  • remove duplicate mpv autoNext listener (401d0e5)
  • Translated using Weblate (Polish) (e7bdb2d)
  • lint files (f9ce076)
  • allow user to unpin list sidebar (a14e5f0)
  • add improved play button group on list headers (ab1176d)
  • add proper labels to ND tag filters (eb10035)
  • handle player stop on queue clear (a546a4d)
  • feat: sync play queue for navidrome/subsonic (#​1335) (ed5d590)
2025-12-12
  • fix context menu not triggering on sidebar playlist (1ac267f)
  • increase font weight of sidebar playlist name (2a36fa9)
  • disable sidebar lyrics fetcher if panel is closed (8f1141b)
  • fix window bar background color for light mode (13afd3d)
  • make create playlist form implementation consistent (d821e0a)
  • add new spinner icon (f850c52)
  • Light mode fixes (#​1379) (22dd208)
  • fix mpv autoNext and next song replacement behavior (part 2) (578083d)
  • fix mpv autoNext and next song replacement behavior (29a5fa3)
  • fix authentication query for Subsonic/ND (1bcc238)
  • redesign sidebar playlist item (4103ed7)
  • more feature carousel optimizations (ce6155f)
  • replace Jellyfin raw streamUrl with /download endpoint (e147a78)
2025-12-11
  • prevent mpv from reinitializing on volume, speed, and transcoding (4b66c86)
  • redesign feature carousel to be more compact (aa435bb)
  • fix missing emitters from onPlayerPlay (a4dbeff)
  • fix mpv player queue behavior to handle gapless playback (61e7034)
  • fix broken remote (#​1344) (01a95f5)
  • Add Lyrics button to right-controls. (#​1363) (bb55fc2)
2025-12-10
  • Translated using Weblate (German) (f7d488b)
  • add time validation to lyric seek (#​1280) (bdce8ec)
  • add header to playlist page (a778f4c)
  • add activeRowId styles to song list table (bea5bd7)
  • always set start song index to 0 when adding to queue in shuffle mode (10aec7b)
  • normalize dates to UTC, remove year to date conversions (c1ea39a)
  • use absolute date for release date column (#​1364) (5da119e)
  • fix username param on subsonic getUser (#​1362) (27eebe4)
  • force table displayType on folder list (16d656f)
  • potential fix for mpv clear (#​1360) (eeb0a78)
  • fix auto dj not triggering on single song queue (#​1359) (32062d7)
  • revert mediaStop back to 0.x.x behavior (b627f4e)
2025-12-09
2025-12-08
  • use album icon for unloaded image (#​1136) (3d07290)
  • remove unused refs from list/grid components (a19a681)
  • fix web player crossfade transition state causing stutter on playerData change (628b018)
  • fix table configuration on now playing route (#​1346) (38b06fd)
  • add constraints to volume updates by hotkey, throttle to 50ms (#​1345) (498a0f4)
  • remove unused filter button on genre list (#​1340) (a96ea6c)
  • use correct list key for related songs on fullscreen player (#​1343) (b6ac954)
  • fix descending song list id sort (76b5992)
  • remove background from sidebar image (507bf66)
  • add user agent header to lrclib fetch (d319161)
2025-12-07
  • use client-side shuffle for listquery random playback (#​1247) (7f54047)
  • lint (cd2d8ae)
  • Translated using Weblate (German) (01a412e)
  • check authentication for all servers on initialization and update permission roles (2929603)
  • adjust some settings defaults (e4b5158)
  • add bitDepth, sampleRate columns to table (#​1205) (4f43000)
  • add client side sort to album song list (bd8503b)
  • Revert "split settings store to multiple localstorage keys" (3c8054c)
  • restrict playlist actions by permission (20aa65f)
  • check authentication for all servers on initialization and update permission roles (c82762a)
  • add isAdmin to auth state (4ddada1)
  • fix play / add to playlist from playlist ctx menu (2f2dbbd)
  • fix sidebar playlist handlers (#​1318) (adbcca0)
  • add player autodj (#​7) (65a7c34)
  • split settings store to multiple localstorage keys (4862a65)
  • fix os form post typo (68fa8ac)
  • add skip to duplicates to playlist ctx menu - persist value (d8b190c)
  • fix linting issues (20a6fcb)
  • Bump js-yaml in the npm_and_yarn group across 1 directory (#​1261) (2fb40fd)
  • feat(subsonic): support form post (#​1333) (9634d7c)
  • fix fetch confirmation to only show on list query (9dbee39)
  • fix fullscreen player transition (56098c6)
  • decrease z-index on LoadingOverlay to prevent conflicts (9c81487)
  • fix the loading state on listquery add to queue (8841781)
  • Translated using Weblate (German) (ce7e5ad)
  • add log level setting (512a769)
  • remove redundant discord rpc log (1507aff)
  • add fallback to album artist if no artists in Jellyfin response (#​1329) (a74ed3e)
  • add go to page selector for list pagination (1d6019c)
  • fix drag styles on playlist reorder (9385c25)
2025-12-06
  • fix missing drag "add" operation to playlist song items (e84d5ec)
  • use CommunityRating for jellyfin top songs (#​1268) (8462147)
  • remove stale start event on song change for jellyfin scrobble (#​1332) (42fca27)
  • add to playlist context menu for playlist songs (766756f)
  • add support for full playlist re-order (#​1327) (0a7029f)
  • notify when song added to playlist by context menu (126b5ed)
2025-12-05
  • fix scroll persistence on folder list table (4531f88)
  • move settings page back into modal (dace025)
  • revert waveform playerbar changes (2d56713)
  • improve scrobble conditions (7db3eab)
  • fix discord rpc not triggering on song change (c7b0759)
  • don't set dangerouslySetInnerHtml for spoiler component (202c5da)
  • fix settings reset to default functionality (8bb46d7)
  • fix server lock route to login page (64a67cf)
  • add new spoiler component (83886ed)
  • enable mediasession by default on web (40af5fb)
  • add interval update and update on discord initalization (#​1317) (3554572)
  • Explain that SERVE_TYPE supports the parameter subsonic (286b6d1)
2025-12-04
  • properly recalculate current index when adding to shuffled queue (9999766)
  • fix linting issues (458ede2)
  • decouple genre/artist album and song list page sorts (1438f42)
  • maintain defined order on reorder configurations (#​1322) (b72af98)
  • improve transition on fullscreen player images (d463030)
  • fix shuffle order in usePlayerData (de86f68)
  • adjust jellyfin scrobble conditions, remove status change event (#​1274) (566d938)
  • maintain playlist order on header play (#​1318) (7ac4737)
  • Merge pull request #​1321 from chenqimiao/feature/readme (c27a9bf)
  • fix music folder selection for jellyfin (#​1319) (9004485)
  • prevent infinite mutation retries (#​1315) (845b678)
  • fix album tags always showing compilation (#​1313) (ab9da52)
  • fix playerbar waveform potentially disappearing (e37c763)
  • add missing play button onto title combined image (8c545f6)
  • fix table not re-rendering on column configuration change (b66530f)
  • attempt to optimize waveform fetch to avoid race condition for playback (7c5dc5b)
  • Update translation files (19a0529)
  • fix styling on release notes modal (424c269)
  • allow clear button to remove searched/override lyrics (376c09d)
  • add hotkey to album search input (c148779)
  • fix mediasession controls (4d62637)
2025-12-03
  • fix playlist refresh (69fa5bc)
  • fix playlist song list context menu showing remove item (20830cb)
  • add player filters to omit songs from queue based on criteria (ccdd162)
  • improve handlers for artist / sidebar configuration (5540ca4)
  • add some additional folder browsing qol (a537231)
  • decouple folder list sort from song list sort (091625d)
  • add genres to home route configuration (a27ddfe)
  • fix shuffle mode playback index (#​1297) (5ea7798)
  • add setting to follow current song on playqueue (ee5d2b1)
  • enable crossfade player for non-electron (06e502c)
  • fix featured genres refresh on query reset (92682c6)
  • fix error on album/albumartist header image (#​1299) (d8df70e)
  • remove _custom query usage for playlists (cb25812)
  • add refresh button to album / artist carousels (a47f94e)
  • add default delay to tooltip group (9d498d4)
  • adjust grid carousel breakpoints (85c0d85)
  • remove maxWidth from now playing route (d604074)
  • hide pagination controls on playqueue config (d511b58)
  • add network disclaimer for waveform playerbar (49ce670)
  • improve image column play handler to support long press (55ebc7d)
  • normalize tooltips (a7e6a75)
  • remove duplicate divider from app menu (c738725)
  • add command palette to app menu (b87d63c)
  • use removeQueries instead of resetQueries on music folder change (75ef599)
  • add manage servers item to app menu (16971aa)
  • fix compact image sizing (0b5b554)
2025-12-02
  • add folder browsing support (#​315) (917bf91)
  • reorganize external link settings (3552571)
  • fix tagList controller rename (47d4485)
  • use tags list for Navidrome genres to support counts (f84506c)
  • make page header padding consistent with filter bar (854a26e)
  • fix table image aspect ratio (ddb6447)
  • fix table scrollsync on column change (4d2721d)
  • fix potential stale state on list config reorder, slight redesign (d22b24d)
  • support multiple items in item details modal (7701ea0)
  • add in-app release notes (a355774)
  • add configuration for audio status fade (cab16b0)
  • fix(player): restore preserving html audio pitch (bc5d0cf)
  • Update translation files (f2b59d5)
  • Update translation files (9699092)
  • Translated using Weblate (Chinese (Traditional Han script)) (7d9cd39)
  • Update translation files (bbd6457)
  • Update translation files (9f957c2)
  • Update translation files (248b713)
  • Update translation files (578a373)
  • Update translation files (59ae291)
  • Update translation files (0472e67)
  • Update translation files (d9c8e5c)
  • Update translation files (080258d)
  • Update translation files (7237b4d)
  • Update translation files (a58b339)
  • Update translation files (d5144d0)
  • Translated using Weblate (Hungarian) (677c41e)
  • Translated using Weblate (Czech) (765f962)
  • Update translation files (dd8bf8d)
  • Update translation files (e0a12bc)
  • Update translation files (1d2eda4)
  • Update translation files (e4b648a)
  • Update translation files (533d22b)
  • Update translation files (2b9cb19)
  • Update translation files (517dfcf)
  • Update translation files (b715bd1)
  • re-add play button to image column (97af90c)
  • make query editor button easier to click (8d53358)
  • add better handler for large fetch confirmation for songs (2c02683)
  • add double click play handler to song lists (6d8947f)
  • more fixes to list filters (65f24c2)
  • fix: bring back linux deb (#​1304) (4889f2b)
  • Merge pull request #​1303 from Soderes/hu-fix (2b2dd34)
  • suspend infinite loader on fetch (07523f8)
  • fix list filters (aff7a61)
  • Update README.md (542dd57)
2025-12-01
  • fix missing sidebar active icon (4abfbd1)
  • improve favorite / rating display on item card (93d4536)
  • hide display type toggle if only one available (72e7006)
  • update default grid item gap to sm (94ed91f)
  • add display type toggle to list headers (baf40ba)
  • slight redesign to list config menu (51c546f)
  • optimize list content pages with sidebar to prevent extra rerender on config change (84b4640)
  • make modal overlay consistent (7db0b59)
  • replace genre with user rating for default album detail columns (94b9a3a)
  • fix album list blank on first render (1c5bbb8)
  • fix list table autosize on row count change (994d8ba)
2025-11-30
  • Merge pull request #​1288 from jeffvli/feat/new-lists (bfac152)
  • add cancellation to player status fade (2ceca9c)
  • suppress error on invalid server in stream url (02144db)
  • handle visualizer opacity when no lyrics (8d0eb55)
  • set visualizer in sidebar initial true (5442107)
  • increase initial right sidebar width (fe493d1)
  • handle scroll reset on grid page change (0afbfb1)
  • update list defaults (b578009)
  • add default server name to add server form (0fd6032)
  • reset all stores, remove old ones (65c5465)
  • remove settings from analytics (286651c)
  • add visualizer to sidebar (c7bf0d8)
  • persist lyrics offset per song (0b8ae55)
  • re-add lrclib as default lyric source (b99bc62)
  • reverse the lyrics offset behavior to standard convention (615280e)
  • allow timeout before sync lyrics scroll after manual scrolling (72ef6da)
  • properly persist searched lyrics to cache (5cab727)
  • add play controls to expanded album list item (b9b39ca)
  • fix subsonic / jellyfin filters (96acf75)
  • fix song list filters (c5c2b24)
  • fix album list filters (6d87da2)
  • fade out no lyrics message (d75d168)
  • add component error boundary (f425e6b)
  • properly handle list refetch on query change (fd2023e)
  • redesign lyrics search form (e8db28e)
  • add context menu to left controls (78fcc5c)
  • add action.downloadStarted key (08e8c65)
  • add web audio, replaygain, visualizer (#​1289) (dd3d05c)
  • revert settings to route instead of modal (8777da9)
  • add favorites list (cb3c0fe)
2025-11-29
  • lint (1c0cbaf)
  • use consistent width on settings modal (c5112e5)
  • handle rating in context menu (196289e)
  • reimplement playback hotkeys (aab19b2)
  • use % height for settings modal (801e2cd)
  • fix mpris (0b70ed1)
  • update get info modal design (de3c7de)
  • add edit playlist to context menu (cba7cbf)
  • hide grid from certain list configs (f5ab1d8)
  • more types fixes on playlist detail (7744f58)
  • make layout borders more pronunced (981e250)
  • fix types on playlist songs table (297db71)
  • refactor playlist route component organization (24846fb)
  • remove animations and various smart playlist adjustments (ad198ea)
  • remove shadow from drag preview (526ba33)
  • adjust item card for light theme (cfb289f)
  • reimplement top songs list (8d829b2)
  • more jellyfin api fixes (bdc52ec)
  • handle limit -1 for jellyfin genres (224fcf9)
  • add 12 hour cache for list count queries (3f704f1)
  • fix subsonic / jellyfin issues (8611bb9)
  • lint all files (108ba53)
  • add sidebar panel lyrics (96e9d54)
  • fix mobile playerbar layout to prevent overflow (7f95c52)
  • properly handle switch between genre display states without filter clobber (b097d67)
  • adjust default table columns (3a5eb96)
  • remove motion wrapper (576d14d)
  • add date picker operators to smart playlist (a6945bc)
  • support custom smart playlist tags (6094a52)
  • add wrapper for mantine useForm (d22fee8)
  • revert track number to use 'track' value (83bd83b)
  • update JsonPreview to use Code component (abd2f94)
  • adjust settings modal sizing (f448572)
  • support playlist sidebar drag to queue (2fa6c9d)
  • optimize query builder (5e12a66)
  • redesign smart playlist, add multisort ([bb1705a](https://redirect.github.com/jeffv

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@clemak27 clemak27 force-pushed the renovate/jeffvli-feishin-1.x branch 2 times, most recently from 84a5a67 to b2af56c Compare December 16, 2025 09:02
@clemak27 clemak27 force-pushed the renovate/jeffvli-feishin-1.x branch 3 times, most recently from a3aeb16 to 7e1c15b Compare December 29, 2025 05:02
@clemak27 clemak27 force-pushed the renovate/jeffvli-feishin-1.x branch from 7e1c15b to b53905b Compare December 29, 2025 15:02
@clemak27 clemak27 merged commit fa9e13b into main Dec 29, 2025
2 checks passed
@clemak27 clemak27 deleted the renovate/jeffvli-feishin-1.x branch December 29, 2025 21:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants