ChangeLog and README for forked-daapd 26.5
This commit is contained in:
parent
c3a7ec5163
commit
864bdb8f6f
15
ChangeLog
15
ChangeLog
|
@ -1,6 +1,21 @@
|
|||
ChangeLog for forked-daapd
|
||||
--------------------------
|
||||
|
||||
version 26.5
|
||||
- json api/web ui: file view
|
||||
- web ui: artwork support
|
||||
- web ui: "Add next" and genre tab
|
||||
- Airplay connection test improvements
|
||||
- support for https streams in m3u's
|
||||
- use Spotify web api for artwork instead of libspotify
|
||||
- option to make Airplay devices permanent or excluded
|
||||
- support for tracks and disc items in smart playlists
|
||||
- db refactor, fix issues with play count, time played etc
|
||||
- json api: more options available when adding items to the queue
|
||||
- json api: player/toggle
|
||||
- mpd version 0.20 support + support for "listfiles" command
|
||||
- fix double http auth decline issue
|
||||
|
||||
version 26.4:
|
||||
- automatic rating
|
||||
- fix issue in 26.3 causing invalid time_skipped values in the db
|
||||
|
|
|
@ -540,6 +540,8 @@ The original (now unmaintained) source can be found here:
|
|||
|
||||
README's for previous versions of forked-daapd:
|
||||
|
||||
[forked-daapd version 26.5](https://github.com/ejurgensen/forked-daapd/blob/26.5/README.md)
|
||||
|
||||
[forked-daapd version 26.4](https://github.com/ejurgensen/forked-daapd/blob/26.4/README.md)
|
||||
|
||||
[forked-daapd version 26.3](https://github.com/ejurgensen/forked-daapd/blob/26.3/README.md)
|
||||
|
|
Loading…
Reference in New Issue