Commit Graph
315 Commits
Author SHA1 Message Date
Drew Weymouth 5e61536f04 add padded icon for Mac OS 2023-03-21 18:15:16 -07:00
Drew Weymouth e463759f12 Add ko-fi 2023-03-20 19:48:18 -07:00
Drew Weymouth 13ccad28a8 Update CHANGELOG.md with #90 fix 2023-03-20 18:33:10 -07:00
Drew Weymouth 163d195032 use coverArt ID instead of album ID to fetch images 2023-03-20 18:14:02 -07:00
Drew Weymouth 9ad76397ff quick readme clarification 2023-03-19 12:12:01 -07:00
Drew Weymouth d2d5faf2fa Update README.md 2023-03-19 11:49:11 -07:00
Drew Weymouth 2380caab35 add caching of artist images 2023-03-19 11:01:20 -07:00
Drew Weymouth 005191c9c3 README - link to releases 2023-03-18 19:03:24 -07:00
Drew Weymouth ac2753320c add "jump to installation instructions" 2023-03-18 18:37:44 -07:00
Drew Weymouth e8f0094c96 update README Mac install instructions 2023-03-18 18:34:30 -07:00
Drew Weymouth 3afc22bf79 gearing up for alpha2 release :) 2023-03-17 18:36:46 -07:00
Drew Weymouth 45604eecb6 Update CHANGELOG.md 2023-03-17 18:26:48 -07:00
Drew Weymouth b1c0d6e7b9 update CHANGELOG 2023-03-17 18:24:41 -07:00
Drew Weymouth 26b3a7f667 add AudioExclusive mode 2023-03-17 18:14:08 -07:00
Drew Weymouth ae4660aa2c send "Now Playing" scrobble to server on beginning new track 2023-03-17 18:05:19 -07:00
Drew Weymouth bd5c2f2cbb fix extra onTrackChange events 2023-03-17 17:57:18 -07:00
Drew Weymouth 60b7b93ee2 add edit/delete playlist functionality 2023-03-17 17:17:02 -07:00
Drew Weymouth 69314696a0 set placeholder image when album cover is not available 2023-03-16 21:32:48 -07:00
Drew Weymouth 78258a5457 update changelog with scrolling smoothness fix 2023-03-16 19:24:28 -07:00
Drew Weymouth 03e8e2560b use fast (GPU) scaling in album grid to improve scroll smoothness 2023-03-16 19:08:38 -07:00
Drew Weymouth 8b0434cd0a add CHANGELOG.md 2023-03-15 11:20:24 -07:00
Drew Weymouth ac07f84475 Merge pull request #85 from dweymouth/develop
Misc. cleanup and refactoring
2023-03-14 10:45:35 -07:00
Drew Weymouth 78c3872f47 combine TappableIcon and TappableImage in tappablewrappers.go 2023-03-14 10:40:48 -07:00
Drew Weymouth f6efe6c9c9 add some comments and rename *ArtistGenrePlaylist* -> *ArtistGenreList* 2023-03-14 10:32:19 -07:00
Drew Weymouth 20f274797f move SearchEntry into searcher.go file 2023-03-14 10:23:44 -07:00
Drew Weymouth 26c6ee7ac8 move HSpace to util package 2023-03-14 10:21:22 -07:00
Drew Weymouth 8c6b2fa789 delete unused ThickSeparator 2023-03-14 10:15:06 -07:00
Drew Weymouth 7ae7048293 add "Play artist radio" feature 2023-03-14 10:10:43 -07:00
Drew Weymouth 6b22915677 Merge pull request #83 from dweymouth/feature/artist-top-tracks
Add Top Tracks view to Artist page
2023-03-10 17:42:15 -08:00
Drew Weymouth c06bdc0996 connect select all action to top tracks view when visible 2023-03-09 17:49:15 -08:00
Drew Weymouth a6aae2b8a8 save artist page view settings in config 2023-03-09 17:49:15 -08:00
Drew Weymouth 4abb3843a2 save active artist page view in history 2023-03-09 17:49:15 -08:00
Drew Weymouth 70ccf30014 add top tracks view to artist page 2023-03-09 17:49:15 -08:00
Drew Weymouth f14dda8f45 add legacy auth support 2023-03-09 17:22:41 -08:00
Drew Weymouth c8fd7038fb refresh favorite button on potential state change 2023-03-08 17:20:52 -08:00
Drew Weymouth 2ac5a4ffd1 add play random songs button to genre page 2023-03-07 09:00:24 -08:00
yourfriend 7c11b32aff Fix package name 2023-03-06 23:29:09 -08:00
Drew Weymouth fb9fe1d455 Merge pull request #68 from dweymouth/develop
Fix #37: infinite scroll stops loading if scrolling immediately to bottom
2023-03-06 21:22:47 -08:00
Drew Weymouth d86d4dde80 fix #37: infinite scroll stops loading if scrolling immediately to bottom 2023-03-06 18:39:23 -08:00
Drew Weymouth c105f2e72e fix refresh of artist page duplicating similar artists 2023-03-06 17:30:10 -08:00
Drew Weymouth a463508e2f update readme build instructions again to install the fyne packaging tool 2023-03-06 09:29:41 -08:00
Drew Weymouth df7f7d5048 readme - mention that Go bin should be in $PATH for building 2023-03-06 09:11:57 -08:00
Drew Weymouth ee84fa34fb updates to Mac build instructions 2023-03-06 09:10:02 -08:00
Drew Weymouth 8038a82e04 Merge pull request #61 from dweymouth/develop
Alpha release
2023-03-05 10:42:41 -08:00
Drew Weymouth c585dc103a add installation section to README 2023-03-05 10:41:42 -08:00
Drew Weymouth 0e4f9712a3 remove 'early development' text from README 2023-03-05 10:36:32 -08:00
Drew Weymouth 15371511ac update Makefile 2023-03-05 10:33:35 -08:00
Drew Weymouth 0b78becd90 add Makefile with packaging targets 2023-03-05 10:04:09 -08:00
Drew Weymouth fbf68dff08 add about dialog 2023-03-04 18:47:05 -08:00
Drew Weymouth d3b58147de add app icon to bundled resources 2023-03-04 16:19:34 -08:00