Commit Graph
1295 Commits
Author SHA1 Message Date
Drew Weymouth 1d49aa171a remove empty const block 2024-07-21 16:36:40 -07:00
Drew Weymouth 4afedda04e translate sort order strings 2024-07-21 16:23:47 -07:00
Drew Weymouth 53f29e08c4 localize playlist list columns 2024-07-21 15:47:22 -07:00
Drew Weymouth 67feea427f embed and load translations into the app 2024-07-21 11:13:39 -07:00
Drew Weymouth d48337c83b and some more 2024-07-21 11:13:27 -07:00
Drew Weymouth 9910d54f8e more translations 2024-07-21 11:13:26 -07:00
Drew Weymouth 1096e4434b add more translation entries 2024-07-21 11:12:55 -07:00
Drew Weymouth 0d2bca0a84 more translation prep 2024-07-21 11:10:01 -07:00
Drew Weymouth 48db088af7 more translation prep 2024-07-21 11:10:01 -07:00
Drew Weymouth 10ba573778 beginning of prep work for translations 2024-07-21 11:10:00 -07:00
Drew Weymouth 8c5b5f55e1 Merge pull request #426 from dweymouth/feature/composer
Add support for composer tag
2024-07-20 17:28:19 -07:00
Drew Weymouth a73e97b111 pull in go-subsonic bug fix 2024-07-20 17:27:26 -07:00
Drew Weymouth d4066f0b1c add support for composer tag 2024-07-19 08:03:10 -07:00
Drew Weymouth 867e2c44b6 Merge pull request #424 from dweymouth/feature/track-info-dialog
Add track info dialog
2024-07-18 17:45:39 -07:00
Drew Weymouth bf97cdb526 add more to track info dialog 2024-07-18 17:33:42 -07:00
Drew Weymouth c159de229f add Mac about menu override, minor MainWindow refactor 2024-07-18 16:56:05 -07:00
Drew Weymouth 03ce1cc115 add more info to dialog and adjust layout 2024-07-18 08:11:37 -07:00
Drew Weymouth bb91a0c6b4 WIP: add track info dialog 2024-07-14 16:46:07 -07:00
Drew Weymouth 3f30448383 Fix #421: properly handle reordering and deleting repeat tracks in queue 2024-07-13 10:53:57 -07:00
Drew Weymouth 69a1900cb5 hook up keyboard scrolling to Now Playing page tracklists 2024-07-13 09:10:13 -07:00
Drew Weymouth 15811e654e add more clarification to Linux install 2024-07-10 13:45:47 -07:00
Drew Weymouth 86c944f5e6 Fix #415: sort artist discography by year ascending (same order as Navidrome) 2024-07-10 14:37:01 -05:00
Drew Weymouth d4f14c475b hide info under album cover on Now Playing page when nothing playing 2024-07-09 16:16:56 -07:00
Drew Weymouth 6852aa7e59 Fix #420: check if artist page has been disposed before loading info 2024-07-09 14:16:39 -07:00
Drew Weymouth a5452acf62 update dominantcolor module 2024-07-08 11:36:33 -07:00
Drew Weymouth d2a67fa26e prepare for 0.12.0 release and add Mac ARM Github workflow 2024-07-01 08:46:05 -07:00
Drew Weymouth 249c61d440 update Fyne to latest 2024-07-01 08:26:17 -07:00
Drew Weymouth 59d979ba80 Include radio stations in Quick Search 2024-07-01 08:04:10 -07:00
Drew Weymouth 5d13e7bf96 try different relative path syntax 2024-06-30 17:19:02 -07:00
Drew Weymouth 75e3f2cf52 use relative path 2024-06-30 17:10:46 -07:00
Drew Weymouth 0f12bd89dc try to add installer generation to Windows workflow 2024-06-30 17:00:50 -07:00
Drew Weymouth 127cea03fd create Inno setup Windows install builder script 2024-06-30 11:03:34 -07:00
Drew Weymouth 62e15c324d if error loading cover art, don't keep wrong cover art in Now Playing page 2024-06-28 17:23:45 -07:00
Drew Weymouth edfb33d16e Merge pull request #410 from dweymouth/dependabot/go_modules/golang.org/x/image-0.18.0
Bump golang.org/x/image from 0.15.0 to 0.18.0
2024-06-28 08:15:24 -07:00
dependabot[bot] 7b86e8f13a Bump golang.org/x/image from 0.15.0 to 0.18.0
Bumps [golang.org/x/image](https://github.com/golang/image) from 0.15.0 to 0.18.0.
- [Commits](https://github.com/golang/image/compare/v0.15.0...v0.18.0)

---
updated-dependencies:
- dependency-name: golang.org/x/image
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-28 14:59:09 +00:00
Drew Weymouth 90543f0248 increase font size for artist and album on Now Playing page 2024-06-28 07:53:23 -07:00
Drew Weymouth edf85a4162 add option to show album years in grid views 2024-06-27 17:44:41 -07:00
Drew Weymouth 2b39c6ba66 add fallback for artist Top Tracks when server returns none 2024-06-26 08:28:24 -07:00
Drew Weymouth d9cec2e493 limit MPV back cache too 2024-06-25 07:34:16 -07:00
Drew Weymouth 396547d0d6 add back mistakenly deleted line 2024-06-24 18:54:58 -07:00
Drew Weymouth 7793fd8fdb Refactor: move some playback-related functions to backend package 2024-06-24 18:49:30 -07:00
Drew Weymouth 1ddc6dc8a9 exclude track itself from similar tracks in either codepath 2024-06-24 08:25:49 -07:00
Drew Weymouth 7f6335c428 add similar songs fallback when server returns none 2024-06-24 08:23:49 -07:00
Drew Weymouth 17dfa1132f add -seek-by CLI arg 2024-06-23 16:09:50 -07:00
Drew Weymouth 46b7e386f4 correct import 2024-06-23 14:11:37 -07:00
Drew Weymouth 361ec68d59 only use X11 resize hack when needed 2024-06-23 14:10:09 -07:00
Drew Weymouth a36be97830 Merge pull request #406 from dweymouth/drag-and-drop-reorder
Enable drag and drop reordering of playlists and the play queue
2024-06-23 12:11:05 -07:00
Drew Weymouth 5d4ad81b0c fix C warning 2024-06-23 11:30:02 -07:00
Drew Weymouth 880778e7c9 increase sleep before sending X11 resize 2024-06-23 11:14:59 -07:00
Drew Weymouth 2736fe9955 workaround for occasional linux window misdraw 2024-06-23 10:56:28 -07:00