diff --git a/.gitignore b/.gitignore index 50e45666e..f5ae2de0d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +build +.gradle *.apk .DS_Store .metadata diff --git a/CHANGELOG.md b/CHANGELOG.md index cee757f79..3daeb57bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ Change Log =============================================================================== +Version 1.5.5 *(2015-02-20)* +---------------------------- +Fixed: QIF not exported when using single-entry transactions +Fixed: Passcode screen can be by-passed using SwipeBack +Fixed: Crash when changing the account name + Version 1.5.4 *(2015-02-16)* ---------------------------- * Fixed: Crash when creating TRADING accounts diff --git a/app/pom.xml b/app/pom.xml index f3f51363a..c127fd0d4 100644 --- a/app/pom.xml +++ b/app/pom.xml @@ -22,7 +22,7 @@ Gnucash Android companion application - 1.5.4-SNAPSHOT + 1.5.5-SNAPSHOT org.gnucash.android gnucash-android-parent diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 7ab2ed5ee..86835ce5d 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -17,7 +17,7 @@ diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 488f05b0b..a02320d56 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -17,7 +17,7 @@ GnuCash - 1.5.4 + 1.5.5 Create Account Edit Account Info diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 74ce5c4af..fdebc9b38 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -17,7 +17,7 @@ 4.0.0 - 1.5.4-SNAPSHOT + 1.5.5-SNAPSHOT org.gnucash.android gnucash-android-parent diff --git a/pom.xml b/pom.xml index b32f2dbf4..38f99c4f7 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ 4.0.0 - 1.5.4-SNAPSHOT + 1.5.5-SNAPSHOT org.gnucash.android gnucash-android-parent GnuCash Android parent