From 41deb32757ba7460a8042f3397049fc9d234953d Mon Sep 17 00:00:00 2001 From: Baidyanath Kundu Date: Mon, 30 Nov 2020 14:20:02 +0530 Subject: [PATCH] Update to v3.1.1 --- CHANGELOG.md | 14 +------------- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b603ce4..1e90a8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,3 @@ ## Bug Fixes -- Fixed logs of tracked stocks refreshing periodically -- Fixed the portfolio calculation bug -- Fixed the summary calculation bug - -## Enhancements - -- Added a button to export all logs into a CSV file -- Added support for imprting CSV files - -## UI improvements - -- Added a new Portfolio view which shows quantity, msr, esr of all stocks -- Changed scaffold background color and other minor changes \ No newline at end of file +- Fixed wrong qty bug in exporting CSV \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 8548f2c..2d9c77c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 3.1.0 +version: 3.1.1 environment: sdk: ">=2.7.0 <3.0.0"