From ecdfea908abfdafd3231bc28dd502f312bf4eab5 Mon Sep 17 00:00:00 2001
From: Anton Stubenbord <79228196+astubenbord@users.noreply.github.com>
Date: Wed, 2 Nov 2022 00:39:34 +0100
Subject: [PATCH] Update README.md
---
README.md | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 4b59bc1..1fcfe36 100644
--- a/README.md
+++ b/README.md
@@ -43,7 +43,9 @@ With this app you can conveniently add, manage or simply find documents stored i
### :rocket: Features
:heavy_check_mark: **View** your documents at a glance, in a compact list or a more detailed grid view
-:heavy_check_mark: **Add**, **delete**, **edit**, ~**download**~ or **preview** your documents
+:heavy_check_mark: **Add**, **delete**, **edit**, **share**, **download** or just **preview** your documents
+:heavy_check_mark: **Add**, **delete** or **edit** your documents
+:heavy_check_mark: **Share**, **download** and **preview** PDF files
:heavy_check_mark: **Manage** and assign correspondents, document types, tags and storage paths
:heavy_check_mark: **Scan** and upload documents with preset correspondent, document type, tags and creation date
:heavy_check_mark: **Search** for documents using a wide range of filter criteria
@@ -85,9 +87,9 @@ To get a local copy up and running follow these simple steps.
## Roadmap
-- [ ] Add download functionality (implemented, but flutter cannot download to useful directories except app directory)
-- [ ] Add document share support
-- [ ] Improvements to UX (e.g. form fields show clear button while empty)
+- [x] Add download functionality (implemented, but flutter cannot download to useful directories except app directory)
+- [x] Add document share support
+- [x] Improvements to UX (e.g. form fields show clear button while empty)
- [ ] Add more languages
- [ ] Support for IOS
- [ ] Automatic releases and CI/CD with fastlane