Skip to content

Commit

Permalink
Update version numbers and CHANGELOG in prep for v2.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
codinguser committed May 31, 2018
1 parent 9882c64 commit 68a8ef1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
Change Log
===============================================================================
Version 2.4.0 *(2018-06-06)*
----------------------------
* Feature #665: Adds CSV export format
* Feature #544: Add extra checkbox confirmation for irreversible actions
* Feature #767: Backup before destructive actions
* Feature #465: Account balances now include future transactions
* Fixed #764: Crash when importing XML files from Gnucash desktop v2.7 and up
* Fixed #768: ScheduledActionService crashes on Android 8 (Oreo)
* Fixed #731: Double display of Persian currency symbol
* Fixed #771: QIF export crashes due to illegal denominator
* Fixed #757: Backups are created every hour
* Fixed #766: Backups are kept forever


Version 2.3.0 *(2018-01-10)*
----------------------------
* Feature #544: Use double confirmation dialog boxes before irreversible actions
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ apply plugin: 'com.android.application'
apply plugin: 'io.fabric'

def versionMajor = 2
def versionMinor = 3
def versionMinor = 4
def versionPatch = 0
def versionBuild = 4
def versionBuild = 1

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

0 comments on commit 68a8ef1

Please sign in to comment.