File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Change Log
22===============================================================================
3+ Version 2.4.0 * (2018-06-06)*
4+ ----------------------------
5+ * Feature #665 : Adds CSV export format
6+ * Feature #544 : Add extra checkbox confirmation for irreversible actions
7+ * Feature #767 : Backup before destructive actions
8+ * Feature #465 : Account balances now include future transactions
9+ * Fixed #764 : Crash when importing XML files from Gnucash desktop v2.7 and up
10+ * Fixed #768 : ScheduledActionService crashes on Android 8 (Oreo)
11+ * Fixed #731 : Double display of Persian currency symbol
12+ * Fixed #771 : QIF export crashes due to illegal denominator
13+ * Fixed #757 : Backups are created every hour
14+ * Fixed #766 : Backups are kept forever
15+
16+
317Version 2.3.0 * (2018-01-10)*
418----------------------------
519* Feature #544 : Use double confirmation dialog boxes before irreversible actions
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 = 3
7+ def versionMinor = 4
88def versionPatch = 0
9- def versionBuild = 4
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