File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,12 @@ Change Log
22===============================================================================
33Version 2.3.0 * (2017-09-xx)*
44----------------------------
5+ * Feature #544 : Use double confirmation dialog boxes before irreversible actions
6+ * Fixed #723 , #743 : Split transactions saved with incorrect sign
7+ * Fixed #686 : Google Drive XML export broken
8+ * Fixed #750 : Double-minus sign in QIF export
59* Fixed #709 : Upgrade Dropbox SDK
10+ * Fixed: Sometimes crash might occur because an active book is not set
611* Improved #696 : QIF files are now always zipped regardless of the export destination
712* Improved: Remove .zip extension from backup files and XML exports
813* Improved: Split handling and saving
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ apply plugin: 'com.android.application'
44apply plugin : ' io.fabric'
55
66def versionMajor = 2
7- def versionMinor = 2
8- def versionPatch = 1
9- def versionBuild = 2
7+ def versionMinor = 3
8+ def versionPatch = 0
9+ def versionBuild = 1
1010
1111static def buildTime () {
1212 def df = new SimpleDateFormat (" yyyyMMdd HH:mm 'UTC'" )
You can’t perform that action at this time.
0 commit comments