CHANGELOG: add 1.0.0-rc.3

This commit is contained in:
2025-08-11 14:23:56 -07:00
parent 21bb54588c
commit 5c7941944c

View File

@@ -18,6 +18,52 @@
# Changelog (`docker-finance`) # Changelog (`docker-finance`)
## 1.0.0-rc.3 - 2025-08-12
⚠️ **Breaking changes for this release candidate** ⚠️
- **Breaking**: support non-alpha characters (currency) for all applicable accounts ([#202](https://gitea.com/EvergreenCrypto/docker-finance/pulls/202)) ([#205](https://gitea.com/EvergreenCrypto/docker-finance/pulls/205))
* gemini: the 1-in filename for 1INCH trades **MUST** be renamed from "oneinchXXX-Trades.csv" to "1inchXXX-Trades.csv" (where XXX is the counter pair)
- All applicable years in gemini account's 2-preprocessed and 3-journal **MUST** be deleted and re-`import`ed
* **MUST** re-`fetch` respective prices for applicable years
* **MUST** re-run `taxes` for applicable years
- **Breaking**: ethereum-based: support Etherscan V2, add more L2 chains, add/update L2 mockups, add/update L2 spam rules, support non-alpha chars (currency) ([#201](https://gitea.com/EvergreenCrypto/docker-finance/pulls/201))
* **MUST** use new `fetch` config API format and API key (see [#201](https://gitea.com/EvergreenCrypto/docker-finance/pulls/201))
- **MUST** perform subsequent manual adjustment (update any API keys)
* If developing, **MUST** `gen`/re-`gen` the mockups
- **Breaking**: btcpayserver: support "Legacy Invoice Export" plugin, update "Wallets" impl, update mockups ([#203](https://gitea.com/EvergreenCrypto/docker-finance/pulls/203))
* As of BTCPayServer v2.2.0, **MUST** install the "Legacy Invoice Export" plugin
- **MUST** export legacy and wallets reports and re-`import` for all applicable years
* If developing, **MUST** re-`gen` the mockup
- **Breaking** paypal: support latest fiat header, update fiat mockup ([#199](https://gitea.com/EvergreenCrypto/docker-finance/pulls/199))
* Adds 'fees' subaccount and new tags from the additional columns
* **MUST** run client-side `gen` for paypal account
- **MUST** re-`import` all applicable years
* If developing, **MUST** re-`gen` the mockup
- paypal-business: update mockup ([#200](https://gitea.com/EvergreenCrypto/docker-finance/pulls/200))
- Fix/enhance client usage handling ([#207](https://gitea.com/EvergreenCrypto/docker-finance/pulls/207))
- Fix client completion for when Docker is not found ([#192](https://gitea.com/EvergreenCrypto/docker-finance/pulls/192))
- Fix permission denied for visidata (change visidata default dir) ([#198](https://gitea.com/EvergreenCrypto/docker-finance/pulls/198))
- Fix description-like information with '%' character which breaks import in some cases ([#204](https://gitea.com/EvergreenCrypto/docker-finance/pulls/204))
- Add more `hledger` commands to container completion ([#194](https://gitea.com/EvergreenCrypto/docker-finance/pulls/194))
- Bump `hledger` to latest releases ([#193](https://gitea.com/EvergreenCrypto/docker-finance/pulls/193)) ([#195](https://gitea.com/EvergreenCrypto/docker-finance/pulls/195)) ([#196](https://gitea.com/EvergreenCrypto/docker-finance/pulls/196)) ([#197](https://gitea.com/EvergreenCrypto/docker-finance/pulls/197))
---
### 🧠 Contributors
- Aaron Fiore
## 1.0.0-rc.2 - 2025-04-08 ## 1.0.0-rc.2 - 2025-04-08
⚠️ **Breaking changes for this release candidate** ⚠️ ⚠️ **Breaking changes for this release candidate** ⚠️