We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4da817e commit 032a240Copy full SHA for 032a240
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
Change Log
2
===============================================================================
3
+Version 1.6.3 *(2015-08-09)*
4
+----------------------------
5
+* Fixed: Transfer account ignored when saving transaction with one split (after opening split editor)
6
+* Fixed: Crash when exporting scheduled transactions when there are scheduled backups present
7
+* Added: Polish translation
8
+
9
Version 1.6.2 *(2015-07-16)*
10
----------------------------
11
* Fixed: Editing accounts causing the account's transactions to be deleted
app/build.gradle
@@ -5,7 +5,7 @@ apply plugin: 'crashlytics'
def versionMajor = 1
def versionMinor = 6
-def versionPatch = 2
+def versionPatch = 3
def versionBuild = 0
def buildTime() {
0 commit comments