accounting/History.md

36 lines
910 B
Markdown
Raw Permalink Normal View History

2024-02-09 12:16:12 +00:00
# 0.6.0 / 2024-02-09
* Add "clear today" functionality
* Fix: Paired transactions must be updated with negative sum
2024-02-06 14:02:23 +00:00
# 0.5.0 / 2024-02-06
* Add description to money transfers
* Fix: Broken category ID parsing for money transfers
2024-02-03 00:39:00 +00:00
# 0.4.0 / 2024-02-03
* Move creation of starting balances to backend
* Restore selected date-range for transaction list
* Fix: Update amount of paired transactions
* Fix: Unallocated gets unreadable if negative
2024-02-01 12:40:35 +00:00
# 0.3.0 / 2024-02-01
* Add account reconcilation
* Sort uncleared transactions to the top
* Fix: Allow updating transfer transactions
* Fix: Clear editor after saving new transaction
* Fix: Submit account ID when creating transaction
* CI: Add test / build / publish
2024-01-27 23:40:03 +00:00
# 0.2.0 / 2024-01-28
* Improvements
* Define transfer-money transactions as pair
* Improve display of zero values
2024-01-22 22:35:21 +00:00
# 0.1.0 / 2024-01-22
* Initial release