1.15.0
1.15.0 is here!
If you are using the nightly release channel, you may need to toggle it back and forth between stable and alpha for it to work again following the changes in v1.13.0.
As always, thank you to all the contributors!
Added
- (Desktop) Added local file tag/metadata editor which can be accesed from the song/album context menus (#2252) (Thanks @ChrisScott9456)
- Added button to the queue action buttons to create a playlist from the play queue (#2210) (Thanks @Keviddle)
- Added vertical album group layout for the item table - this is the new default and can be adjusted in the album group settings
- Added Alt+click on previous/next to jump to the previous/next album in the queue (#2220) (Thanks @eramdam)
- (macOS) Improved native application menu (#2242) (Thanks @york9675)
- (mpv) Volume control now follows mpv's volume max limit if set by
--volume-max(#2198) (Thanks @danglingptr0x0) - Added support for loading custom themes from files (#2218) (Thanks @make-42)
- See here for how you can add your own themes
- Added server logout button
Fixed
- Fixed item table columns and scroll breaking on resize, reorder, and pin
- Fixed album group image size when set to 0 (#2221)
- Fixed album group row styles and height calculations
- Fixed furigana and romaji display/export issues (#2219) (Thanks @york9675)
- Fixed pronunciation lyrics line not syncing on toggle (#2225)
- Fixed lyrics overlay visibility not persisting (#2226) (Thanks @cyphercodes)
- Fixed incorrect lyric scroll position when resuming playback after being paused for an extended period of time
- Fixed missing horizontal padding on synchronized lyric lines
- Fixed sleep timer countdown being too fast (#2235) (Thanks @york9675)
- Fixed compilation release type label on album details being displayed twice in certain conditions (#2236) (Thanks @york9675)
- Fixed pitch display unit (
%→x) (Thanks @kgarner7) - Show system default audio device in the device select when unset (#2216) (Thanks @anbarsaleem)
- Fixed Discord RPC not clearing on player stop (#2239)
- Fixed invalid text wrap in various places around the app when displaying artist names (#2249)
- Prevented images from flickering in certain cases
- Fixed invalid credentials not properly logging a user out (#2230)
- (Jellyfin) Fixed stop event firing on song change during scrobble (#2243)
- (Jellyfin) Send timestamp update after scrobble submission so it continues displaying in dashboard after Stop scrubble is submitted
- (Subsonic) Fixed
reportPlaybackrequest chain so that the starting event is sent first before the playing event (#2131)
What's Changed
- fix: unify scrobbling behavior across subsonic servers by @Spyboticsguy in #2229
- fix: persist lyrics overlay visibility by @cyphercodes in #2226
- fix furigana and romaji issues by @york9675 in #2219
- fix: show system default audio device in the device select when unset by @anbarsaleem in #2216
- fix: sleep timer countdown (#2233) by @york9675 in #2235
- fix: use compilation release type label on album details by @york9675 in #2236
- feat: support furigana and romaji generation on web by @york9675 in #2232
- Support using alt+click on prev/next to jump to previous/next album in queue by @eramdam in #2220
- feat(player): set right ctrl vol max to mpv's vol max if player==local by @danglingptr0x0 in #2198
- feat: added playlist from queue creation by @Keviddle in #2210
- feat(tag-editor): add batch metadata editor with artwork support (Duplicate) by @ChrisScott9456 in #2252
- feat: improve native macOS application menu by @york9675 in #2242
- feat: add support for loading custom themes from files by @make-42 in #2218
- fix: add close window button to macOS menu by @york9675 in #2254
New Contributors
- @Spyboticsguy made their first contribution in #2229
- @cyphercodes made their first contribution in #2226
- @anbarsaleem made their first contribution in #2216
- @danglingptr0x0 made their first contribution in #2198
- @Keviddle made their first contribution in #2210
- @ChrisScott9456 made their first contribution in #2252
- @make-42 made their first contribution in #2218
Full Changelog: v1.14.0...v1.15.0