CHANGELOG: add 1.5.0

This commit is contained in:
2026-04-10 11:24:55 -07:00
parent ae413055c0
commit 5d4f7d0b76

View File

@@ -18,6 +18,35 @@
# Changelog (`docker-finance`)
## 1.5.0 - 2026-04-10
This release contains accounting enhancements for Coinbase and Bitcoin.tax as well as a minor fix to obfuscated keymap files (`taxes`).
### 1.5.0 - Fixes
- Don't write empty OBFS keymap rows ([#340](https://gitea.evergreencrypto.co/EvergreenCrypto/docker-finance/pulls/340))
* Headers are still written, regardless of any keymap data.
* ⚠️ Previously (or currently) empty `Memo` rows will not be re-generated.
### 1.5.0 - Enhancements
- Add on-chain native (fiat) tx amount column to Coinbase ([#339](https://gitea.evergreencrypto.co/EvergreenCrypto/docker-finance/pulls/339))
* For calculating native (fiat) amount without fee. Can be used with custom tax rules to calculate native amount of any on-chain spends/withdrawals.
- ⚠️ Any applicable custom preprocess files or custom rules can (should) use this new column.
- Add support for `TransferAccount` column to Bitcoin.tax ([#340](https://gitea.evergreencrypto.co/EvergreenCrypto/docker-finance/pulls/340))
* Is backward compatible to all rules without `TransferAccount` added.
* `TransferAccount` values must be added via custom rules.
- ⚠️ Every `DEPOSIT` entry must have a corresponding `WITHDRAWAL` entry (and vice versa).
### 1.5.0 - Updates
- Bump `root` to 6.38.04-2 ([#341](https://gitea.evergreencrypto.co/EvergreenCrypto/docker-finance/pulls/341))
### 1.5.0 - Contributors
- Aaron Fiore
## 1.4.2 - 2026-03-31
In summary; this patch release contains the following: