From 864bdb8f6fdf2401e5249b6e314378c9be22dc9e Mon Sep 17 00:00:00 2001 From: ejurgensen Date: Sun, 17 Mar 2019 22:52:06 +0100 Subject: [PATCH] ChangeLog and README for forked-daapd 26.5 --- ChangeLog | 15 +++++++++++++++ README.md | 2 ++ 2 files changed, 17 insertions(+) diff --git a/ChangeLog b/ChangeLog index 2a025079b8..cf7c1ffe5f 100644 --- a/ChangeLog +++ b/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 diff --git a/README.md b/README.md index 50947d29a5..5138983204 100644 --- a/README.md +++ b/README.md @@ -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)