v0.1.1 release. Fix for account balance regression ignoring end date
Posted October 14, 2021 by ‐ 1 min read
14 October 2021. Source code and new binaries released.
Fix in v0.1.1
Fixed regression of account balance no longer limited to selected end date. This regression occurred when reconcile statement feature introduced. The balance was correct if you were interested in all the ledger entries for the account. The fix now only includes ledger entries with dates before or at set end date.
Please be aware that while LedgLive allows journal entries to have a date set, it only uses dates attached to a ledger entry. Please see https://ledglive.io/docs/install/examine/#using-a-journal-entry-date-with-a-ledger-date
Binaries at https://github.com/ledglive/ledglive_server/releases/tag/v0.1.1
Updates
Dependencies updated.
Since PR (pull request) accepted for fix of issue with @graphl-tools yarn upgrade -L
can now be used with ledglive-server source code.
Also since react-bootstrap 2.0.0 is now out of beta, yarn upgrade -L
can also be used with ledglive-react-client source code