NavidromeApp/Shared
Dallas Groot 53b15aac27 Add edit history, discover, queue sync, share links
- Edit History: full timeline UI with revert capability, accessible from Issues & Conflicts
- Batch Undo: inline undo button in BatchAlbumEditorSheet + MultiAlbumEditorSheet
- Companion API: 7 bug fixes (audio.delete data loss, path-key backup, AIFF support,
  restructure backup, manifest context, double-undo prevention, single-track history)
- Recently Played: new tab between Recently Added and Favourites
- Discover: random albums scroll, shuffle all, genre quick-play chips on home tab
- Play Queue Sync: auto-saves to server, cross-device resume banner on launch
- Share Links: create + copy + share via sheet in Get Info
- Models: PlayQueue, ShareItem, EditHistoryEntry, UndoResult
- SubsonicClient: savePlayQueue, getPlayQueue, createShare endpoints
2026-04-14 11:35:52 -07:00
..
API Add edit history, discover, queue sync, share links 2026-04-14 11:35:52 -07:00
Audio Fix audio session stealing from other apps on launch 2026-04-14 00:57:23 -07:00
Models Add edit history, discover, queue sync, share links 2026-04-14 11:35:52 -07:00
Storage Seek bar glitch — The time observer was reporting from the outgoing player (near 100%) for the first half, then jumping to the incoming player (near 0%) at 50%. Now it reports from the incoming player as soon as crossfade begins. The user hears the new song fading in — the seek bar matches. 2026-04-14 00:27:10 -07:00