From 5c60c7c1568a77401b7783ba92c8f3ced8f34d9b Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 9 Aug 2021 12:54:07 +0200 Subject: [PATCH] Pushed version 1.6.3. Added Deezer and Tidal to search queries --- CHANGELOG.md | 3 ++- README.md | 10 ++-------- client/src/utility/searchQueries.json | 10 ++++++++++ 3 files changed, 14 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1bd00e..3101629 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ -### v1.6.3 (TBA) +### v1.6.3 (2021-08-09) - Added support for custom SVG icons ([#73](https://github.com/pawelmalak/flame/issues/73)) +- Added Deezer and Tidal to search queries ### v1.6.2 (2021-08-06) - Fixed changelog link diff --git a/README.md b/README.md index c15bf65..ef01382 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ services: container_name: flame volumes: - :/app/data - - /var/run/docker.sock:/var/sock/docker.sock # optional but required for Docker integration feature + - /var/run/docker.sock:/var/run/docker.sock # optional but required for Docker integration feature ports: - 5005:5005 restart: unless-stopped @@ -174,10 +174,4 @@ And you must have activated the Docker sync option in the settings panel. > This is an experimental feature. Its behaviour might change in the future. > -> Follow instructions from wiki: [Custom CSS](https://github.com/pawelmalak/flame/wiki/Custom-CSS) - -## Support - -If you want to support development of Flame and my upcoming self-hosted and open source projects you can use the following link: - -[![PayPal Badge](https://img.shields.io/badge/PayPal-00457C?style=for-the-badge&logo=paypal&logoColor=white)](https://www.paypal.com/paypalme/pawelmalak) +> Follow instructions from wiki: [Custom CSS](https://github.com/pawelmalak/flame/wiki/Custom-CSS) \ No newline at end of file diff --git a/client/src/utility/searchQueries.json b/client/src/utility/searchQueries.json index c4e055d..e154245 100644 --- a/client/src/utility/searchQueries.json +++ b/client/src/utility/searchQueries.json @@ -1,5 +1,10 @@ { "queries": [ + { + "name": "Deezer", + "prefix": "dz", + "template": "https://www.deezer.com/search/" + }, { "name": "Disroot", "prefix": "ds", @@ -35,6 +40,11 @@ "prefix": "mv", "template": "https://www.themoviedb.org/search?query=" }, + { + "name": "Tidal", + "prefix": "td", + "template": "https://listen.tidal.com/search?q=" + }, { "name": "YouTube", "prefix": "yt",