From 1059c7fefcacbe823e14a3800f853e7717f4d425 Mon Sep 17 00:00:00 2001
From: Georg Krause <mail@georg-krause.net>
Date: Thu, 26 Nov 2020 14:55:29 +0100
Subject: [PATCH] Update Readme to prepare v1.0 release

---
 README.rst | 17 +----------------
 1 file changed, 1 insertion(+), 16 deletions(-)

diff --git a/README.rst b/README.rst
index b8dacbe..7ba38b7 100644
--- a/README.rst
+++ b/README.rst
@@ -5,17 +5,11 @@ mopidy-funkwhale
 A small `Mopidy`_ backend extension to stream music from a Funkwhale server.
 
 
-Status
-------
-
-This project is still pretty young and is not feature complete. It has been
-tested with the latest version of Mopidy and the `Iris`_ and `ncmpcpp`_ clients.
-
 Features
 --------
 
 * Searching for tracks, albums and artists available in your Funkwhale instance
-* Browse all artists and albums
+* Browse all libraries, artists and albums
 * Browse your favorites
 * Simple configuration
 
@@ -24,9 +18,6 @@ Installation
 
 We assume you have a Mopidy server available (version 3 or greater required).
 
-We don't have any package for this extension yet, so you may install
-from the repository:
-
 .. code-block:: shell
 
     apt-get install libcairo2-dev libgirepository1.0-dev python-dev
@@ -73,12 +64,6 @@ This plugin support the OAuth authorization workflow that is included in Funkwha
 
 Run ``mopidy funkwhale login`` to perform authorization.
 
-Todo
-----
-
-- Browse use library and playlists
-
-
 .. _Mopidy: https://www.mopidy.com/
 .. _ncmpcpp: https://wiki.archlinux.org/index.php/ncmpcpp
 .. _iris: https://github.com/jaedb/iris
-- 
GitLab