From 43a128e1bfb0274bb47012a5379f39907d992323 Mon Sep 17 00:00:00 2001 From: Deluan Date: Tue, 8 Mar 2016 22:28:53 -0500 Subject: [PATCH] Updating compatibility chart --- Compatibility.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Compatibility.md b/Compatibility.md index c9ea918..ef01b91 100644 --- a/Compatibility.md +++ b/Compatibility.md @@ -4,22 +4,22 @@ | ENDPOINT | PROGRESS | NOTES | |------------------------|:-----------:|--------| | _SYSTEM_ ||| -| `ping` | 100% | | -| `getLicense` | 100% | Always valid ;) | +| `ping` | 1.14.0 | | +| `getLicense` | 1.14.0 | Always valid ;) | | ||| | _BROWSING_ ||| -| `getMusicFolders` | 100% | Hardcoded to just one, configured in `app.conf` | -| `getIndexes` | 75% | Missing Shortcuts | -| `getMusicDirectory` | 100% | | +| `getMusicFolders` | 1.14.0 | Hardcoded to just one, configured in `app.conf` | +| `getIndexes` | 1.9.0 | Missing Shortcuts | +| `getMusicDirectory` | 1.4.0 | | | ||| | _ALBUM/SONGS LISTS_ ||| -| `getAlbumList` | v1.2.0 | Missing `random` type | +| `getAlbumList` | 1.4.0 | | | ||| | _MEDIA RETRIEVAL_ ||| -| `stream` | v1.2.0 50% | Random errors when downsampling | -| `download` | 100% | | -| `getCoverArt` | 75% | Missing `size` parameter | +| `stream` | 1.5.0 | Random errors when downsampling | +| `download` | 1.14.0 | | +| `getCoverArt` | 1.0.0 | Missing `size` parameter | | ||| | _USER MANAGEMENT_ ||| -| `getUser` | 10% | Hardcoded all roles, ignores `username` parameter| +| `getUser` | 1.14.0 | Hardcoded all roles, ignores `username` parameter|