diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e06fdacf..5c6e8367a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ Change Log =============================================================================== +Version 1.4.3 *(2014-09-09)* +---------------------------- +* Fixed: Cannot edit transactions when in single-entry mode +* Fixed: Transaction type button sometimes hidden in single-entry mode +* Fixed: Problems saving new transactions from templates + Version 1.4.2 *(2014-08-30)* ---------------------------- * Fixed: Newly added transactions cannot be exported diff --git a/app/AndroidManifest.xml b/app/AndroidManifest.xml index cc818e0d0..3bf8f69d6 100644 --- a/app/AndroidManifest.xml +++ b/app/AndroidManifest.xml @@ -17,7 +17,7 @@ diff --git a/app/pom.xml b/app/pom.xml index 02505ab33..7f873c846 100644 --- a/app/pom.xml +++ b/app/pom.xml @@ -22,7 +22,7 @@ Gnucash Android companion application - 1.4.2-SNAPSHOT + 1.4.3-SNAPSHOT org.gnucash.android gnucash-android-parent diff --git a/app/res/values/strings.xml b/app/res/values/strings.xml index 83ace0a89..3318d3170 100644 --- a/app/res/values/strings.xml +++ b/app/res/values/strings.xml @@ -17,7 +17,7 @@ GnuCash - 1.4.2 + 1.4.3 Create Account Edit Account Info diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 60ae29384..cba85f06d 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -17,7 +17,7 @@ 4.0.0 - 1.4.2-SNAPSHOT + 1.4.3-SNAPSHOT org.gnucash.android gnucash-android-parent diff --git a/pom.xml b/pom.xml index 996fc3e84..aa8501da9 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ 4.0.0 - 1.4.2-SNAPSHOT + 1.4.3-SNAPSHOT org.gnucash.android gnucash-android-parent GnuCash Android parent