From 5d4f7d0b7669727f12b7e1da0c618a405232904d Mon Sep 17 00:00:00 2001 From: Aaron Fiore Date: Fri, 10 Apr 2026 11:24:55 -0700 Subject: [PATCH] CHANGELOG: add 1.5.0 --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index de4ec0e..cf6c5c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: