Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
chvp committed Oct 5, 2024
1 parent 1c08d52 commit b4019cd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ NanoLedger is a [Plain Text Accounting](https://plaintextaccounting.org/) data e
<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>

Only ledger/hledger-like syntax is supported. View your transactions and quickly add new ones, with autocomplete on fields where it makes sense.

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.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {
applicationId = "be.chvp.nanoledger"
minSdk = 21
targetSdk = 34
versionCode = 40700
versionName = "0.4.6"
versionCode = 50100
versionName = "0.5.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
3 changes: 3 additions & 0 deletions metadata/en-US/changelogs/50100.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Allow editing transactions

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 comments on commit b4019cd

Please sign in to comment.