Skip to content

Commit 082fefd

Browse files
committed
Update CHANGELOG and bump version numbers towards v2.3.0 release
1 parent 44a5030 commit 082fefd

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@ Change Log
22
===============================================================================
33
Version 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

app/build.gradle

Lines changed: 3 additions & 3 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 = 2
8-
def versionPatch = 1
9-
def versionBuild = 2
7+
def versionMinor = 3
8+
def versionPatch = 0
9+
def versionBuild = 1
1010

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

0 commit comments

Comments
 (0)