We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbce36f commit 8637060Copy full SHA for 8637060
2 files changed
CHANGELOG.md
@@ -3,6 +3,7 @@ Change Log
3
Version 1.2.6 *(2013-xx-xx)*
4
----------------------------
5
* Feature: Support for QIF export format
6
+* Improved: CREDIT/DEBIT meaning now matches GnuCash desktop. Effect on account balance depends on type of account
7
8
Version 1.2.5 *(2013-09-17)*
9
app/AndroidManifest.xml
@@ -17,8 +17,8 @@
17
18
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
19
package="org.gnucash.android"
20
- android:versionCode="18"
21
- android:versionName="1.2.6.beta2" >
+ android:versionCode="19"
+ android:versionName="1.2.6.beta3" >
22
23
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="15"/>
24
0 commit comments