diff --git a/CHANGELOG.md b/CHANGELOG.md index 481f7a9be..d0f90fd4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ Change Log =============================================================================== +Version 1.5.2 *(2015-01-26)* +---------------------------- +* Fixed: Crash when importing XML with TRADING accounts +* Fixed: Full name not updated when account name is changed +* Fixed: Toggle button shown when double-entry is disabled +* Fixed: Amount input problems on some devices or keyboards + Version 1.5.1 *(2014-10-08)* ---------------------------- * Fixed: Crash when upgrading from v1.4.x to v1.5.x diff --git a/CONTRIBUTORS b/CONTRIBUTORS index ac8d111d0..914ec14b7 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -18,4 +18,7 @@ Pedro Abel windwarrior Oleksandr Tyshkovets Lei Xiao Bao -Yongxin Wang \ No newline at end of file +Yongxin Wang +Matthew Hague +Spanti Nicola +Jesse Shieh \ No newline at end of file diff --git a/app/AndroidManifest.xml b/app/AndroidManifest.xml index bb5e85fb3..d906340af 100644 --- a/app/AndroidManifest.xml +++ b/app/AndroidManifest.xml @@ -17,7 +17,7 @@ diff --git a/app/pom.xml b/app/pom.xml index 1d5b95158..943109fba 100644 --- a/app/pom.xml +++ b/app/pom.xml @@ -22,7 +22,7 @@ Gnucash Android companion application - 1.5.1-SNAPSHOT + 1.5.2-SNAPSHOT org.gnucash.android gnucash-android-parent diff --git a/app/res/values/strings.xml b/app/res/values/strings.xml index 96b93b257..5b1ea7688 100644 --- a/app/res/values/strings.xml +++ b/app/res/values/strings.xml @@ -17,7 +17,7 @@ GnuCash - 1.5.1 + 1.5.2 Create Account Edit Account Info diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index b58439508..8c766e7a6 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -17,7 +17,7 @@ 4.0.0 - 1.5.1-SNAPSHOT + 1.5.2-SNAPSHOT org.gnucash.android gnucash-android-parent diff --git a/pom.xml b/pom.xml index 18ad16716..b66000058 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ 4.0.0 - 1.5.1-SNAPSHOT + 1.5.2-SNAPSHOT org.gnucash.android gnucash-android-parent GnuCash Android parent