From 5aae4e6b6625f768e97cb874151a2f8570d61f43 Mon Sep 17 00:00:00 2001 From: reZach Date: Fri, 17 May 2019 21:44:25 -0500 Subject: [PATCH] Adding notes about exporting CSV; bumping up version; adding changelog to header; removing some packages; iv now regenerated when importing data --- README.md | 1 + app/app.html | 2 +- app/components/Save/Save.js | 103 ++++++++++++++++++++++++++++++++++++ app/crypto/code.js | 2 +- app/menu.js | 26 +++++++-- app/store/initialStore.js | 20 ------- docs/_layouts/default.html | 4 +- docs/index.md | 1 + package-lock.json | 7 ++- package.json | 6 +-- 10 files changed, 140 insertions(+), 32 deletions(-) diff --git a/README.md b/README.md index 669934e..ff1aec8 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ Take control of your budget, download it today. It is free - forever. - Completely offline - we are not saving any information of yours, it remains on your computer. - Simple - only contains what you need to budget. - Passphrase-protected - protect your data by providing a passphrase to encrypt your data (this is optional). +- Export your transaction data to CSV format. - Limited* support to sync transactions with your bank. [See here](https://github.com/reZach/my-budget/wiki/Creating-a-new-connector) for more details. - Built with [Electron](https://electronjs.org/) - supported on Linux, MacOS and Windows. diff --git a/app/app.html b/app/app.html index ea04d48..5e088bc 100644 --- a/app/app.html +++ b/app/app.html @@ -3,7 +3,7 @@ My Budget - +