Skip to content

Commit b4019cd

Browse files
committed
Bump version
1 parent 1c08d52 commit b4019cd

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ NanoLedger is a [Plain Text Accounting](https://plaintextaccounting.org/) data e
33
<a href="https://f-droid.org/packages/be.chvp.nanoledger/"><img alt="Get it on F-Droid" src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" height="80px"/></a>
44

55
Only ledger/hledger-like syntax is supported. View your transactions and quickly add new ones, with autocomplete on fields where it makes sense.
6+
7+
NanoLedger also supports deleting and editing transactions. For editing, note that NanoLedger does not support the full (h)ledger syntax. Transactions added with NanoLedger should be editable, but if you use more esoteric amount syntax, NanoLedger might not parse those correctly (and will definitely lose costs/assertions). Dates are also required to be in ISO syntax (the same way NanoLedger writes them out). If your date is not in this format, the current date will be picked.

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ android {
1515
applicationId = "be.chvp.nanoledger"
1616
minSdk = 21
1717
targetSdk = 34
18-
versionCode = 40700
19-
versionName = "0.4.6"
18+
versionCode = 50100
19+
versionName = "0.5.0"
2020

2121
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2222
vectorDrawables {

metadata/en-US/changelogs/50100.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Allow editing transactions
2+
3+
Note that NanoLedger does not support the full (h)ledger syntax. Transactions added with NanoLedger should be editable, but if you use more esoteric amount syntax, NanoLedger might not parse those correctly (and will definitely lose costs/assertions). Dates are also required to be in ISO syntax (the same way NanoLedger writes them out). If your date is not in this format, the current date will be picked.

0 commit comments

Comments
 (0)