Skip to content

Commit 68a8ef1

Browse files
committed
Update version numbers and CHANGELOG in prep for v2.4.0 release
1 parent 9882c64 commit 68a8ef1

2 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
Change 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+
317
Version 2.3.0 *(2018-01-10)*
418
----------------------------
519
* Feature #544: Use double confirmation dialog boxes before irreversible actions

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ apply plugin: 'com.android.application'
44
apply plugin: 'io.fabric'
55

66
def versionMajor = 2
7-
def versionMinor = 3
7+
def versionMinor = 4
88
def versionPatch = 0
9-
def versionBuild = 4
9+
def versionBuild = 1
1010

1111
static def buildTime() {
1212
def df = new SimpleDateFormat("yyyyMMdd HH:mm 'UTC'")

0 commit comments

Comments
 (0)