What's Changed
- Remove daemonize dependency to allow building on Windows by @bsinky in #22
- Replaced play with open and resume with play subcommand by @Himanshu664 in #25
- show tracks, artists and albums in the terminal ui by @tsirysndr in #21
- ci: added softprops/action-gh-release@v1 by @ahmedsilat44 in #32
- Discord server badge issue #31 by @blitty-codes in #33
- Fix Settings deserialization when settings.toml doesn't contain all the values in Settings by @bsinky in #34
- sort artists by name, albums and tracks by title by @tsirysndr in #35
- ci: add generate release changelog by @tsirysndr in #36
- fix: highlight selected album track by @tsirysndr in #37
- feat: browse tracks by artist by @tsirysndr in #38
- feat: play track from the queue list (on press enter) by @tsirysndr in #39
- fix tracklist offset problem by @tsirysndr in #40
- feat: highlight current track by @tsirysndr in #41
- feat: display song progressbar by @tsirysndr in #42
- fix progressbar refresh problem by @tsirysndr in #43
- feat: listen on ipv4 instead of ipv6 by @tsirysndr in #45
- feat: add storybook components by @tsirysndr in #16
- feat: register
music-player
services using mdns by @tsirysndr in #48 - add graphql server for the webui by @tsirysndr in #47
- Created CODE_OF_CONDUCT.md for contributors by @dellucifer in #49
- refactoring API by @tsirysndr in #51
- feat(webui): display track's cover image by @tsirysndr in #52
- feat(webui): implement Play Queue by @tsirysndr in #53
- fix(webui): resolve PlayNext() bug by @tsirysndr in #54
- chore(scanner): update lofty to 0.9.0 by @Serial-ATA in #55
- feat(scanner): read AlbumArtist information by @tsirysndr in #56
New Contributors
- @bsinky made their first contribution in #22
- @Himanshu664 made their first contribution in #25
- @ahmedsilat44 made their first contribution in #32
- @dellucifer made their first contribution in #49
- @Serial-ATA made their first contribution in #55
Full Changelog: v0.1.6-alpha...v0.2.0-alpha.0