From 3848d46208f9a5f3640a02502a4b73be131eb484 Mon Sep 17 00:00:00 2001 From: Robert Goldmann <deadlocker@gmx.de> Date: Wed, 28 Aug 2019 21:07:13 +0200 Subject: [PATCH] updated dockerfile and README --- Dockerfile | 2 +- README.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 70d469bfa..9a3f500c5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM tomcat:9-jre8 RUN rm -rf /usr/local/tomcat/webapps/* -COPY build/2.3.0/BudgetMaster-v2.3.0.war $CATALINA_HOME/webapps/ROOT.war +COPY build/2.3.1/BudgetMaster-v2.3.1.war $CATALINA_HOME/webapps/ROOT.war COPY src/main/resources/config/templates/settings-docker.properties /root/.Deadlocker/BudgetMaster/settings.properties EXPOSE 8080 \ No newline at end of file diff --git a/README.md b/README.md index 221bd0e27..178ca9cba 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.3.0 (21) from 25.08.19 +- __current release:__ v2.3.1 (22) from 28.08.19 ## Key Features - Keep your data private - Host your own BudgetMaster server or use it in standalone mode. All data remains on your machines. @@ -15,6 +15,7 @@ Manage your monthly budget easily with BudgetMaster - Password protected website - Your data can only be accessed by entering the correct password. (Note: The database is not encrypted) - Localization - English and German supported. - Search and Filter - Search for individual transactions or filter your view. +- Visualize your data - Use on of the pre-defined charts or create your one by using the chart framework to visualize and analyze your data. ## Available Languages - English [Roadmap](https://roadmaps.thecodelabs.de/roadmap/2) -- GitLab