From ab29337cb21da7d5c9443c0039f0d5d43342ecc7 Mon Sep 17 00:00:00 2001
From: Robert Goldmann <deadlocker@gmx.de>
Date: Mon, 3 May 2021 20:45:54 +0200
Subject: [PATCH] #573 - updated README

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 821e6792b..04c52c2a9 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 Manage your monthly budget easily with BudgetMaster
 
 - __start:__ 17.12.16
-- __current release:__ v2.5.0 (29) from 03.12.20
+- __current release:__ v2.6.0 (31) from 03.05.21
 
 ## Key Features
 - Keep your data private - Host your own BudgetMaster server or use it in standalone mode. All data remains on your machines.
@@ -17,7 +17,8 @@ Manage your monthly budget easily with BudgetMaster
 - Localization - English and German supported.
 - Search and Filter - Search for individual transactions or filter your view.
 - Visualize your data - Use one of the pre-defined charts or create your one by using the chart framework to visualize and analyze your data.
-- Auto Backup - Schedule an automatic export of your database content.
+- Auto Backup - Schedule an automatic export of your database content (as JSON export, local or remote git).
+- Icons - Assign icons to accounts, categories and templates.
 
 ## Available Languages
 - English [Roadmap](https://roadmaps.thecodelabs.de/roadmap/2)
@@ -41,4 +42,3 @@ Manage your monthly budget easily with BudgetMaster
 ### Build from source
 
 `mvn package -f pom.xml`
-
-- 
GitLab