CHANGELOG: add 1.4.2

This commit is contained in:
2026-03-30 14:48:38 -07:00
parent ef6f00f00c
commit 7565982d3d

View File

@@ -18,6 +18,44 @@
# Changelog (`docker-finance`)
## 1.4.2 - 2026-03-31
In summary; this patch release contains the following:
- Important tax-related fixes for:
* Compound (COMP rewards)
* Coinbase (1099-DA related)
* Ethereum (spam income)
- PayPal Business cash back rewards account fix
- Gemini Exchange transfer method accounting fix (GUSD/USD)
- Small dependency enhancement (`bash-completion`)
- Bump to the latest `hledger` (1.52)
### 1.4.2 - Fixes
- Add to taxable income to Ethereum spam rules ([#329](https://gitea.evergreencrypto.co/EvergreenCrypto/docker-finance/pulls/329))
- Compound (Ethereum): fix missing `INCOME` tag ([#330](https://gitea.evergreencrypto.co/EvergreenCrypto/docker-finance/pulls/330))
- ⚠️ **Potentially breaking** Coinbase: refactor `%created_at`, add `%taxed_at` timestamp for 1099-DA ([#334](https://gitea.evergreencrypto.co/EvergreenCrypto/docker-finance/pulls/334))
* For tax year 2025+, since Coinbase uses Eastern Time for tax reporting (and since `%created_at` returns UTC); `%taxed_at` (and form 8949) must align with 1099-DA.
* **MUST** adjust any custom tax rules by dropping the timezone after `%created_at` and renaming to `%taxed_at` then re-`import` and re-`taxes` as needed.
- PayPal Business: treat cash back rebate as expense reduction ([#336](https://gitea.evergreencrypto.co/EvergreenCrypto/docker-finance/pulls/336))
- Gemini Exchange: fix transfer method detection for Gemini Exchange if no on-chain transfers occurred for the given year ([#337](https://gitea.evergreencrypto.co/EvergreenCrypto/docker-finance/pulls/337))
### 1.4.2 - Enhancements
- Add more spam to Ethereum spam rules ([#329](https://gitea.evergreencrypto.co/EvergreenCrypto/docker-finance/pulls/329))
- Add `bash-completion` to base dependencies ([#331](https://gitea.evergreencrypto.co/EvergreenCrypto/docker-finance/pulls/331))
* Allows completion for supported packages
* Adds TODOs to current `dfi` completion (see [#332](https://gitea.evergreencrypto.co/EvergreenCrypto/docker-finance/issues/332))
### 1.4.2 - Updates
- Bump `hledger` to 1.52 ([#333](https://gitea.evergreencrypto.co/EvergreenCrypto/docker-finance/pulls/333))
### 1.4.2 - Contributors
- Aaron Fiore
## 1.4.1 - 2026-03-18
This patch release fixes broken `import` for Trezor Suite v25.9.1+ by adding new FS support and backward compatibility.