- Update CLI error message for missing configuration - Add Python 3.12 support - Drop Python 3.8 support
1.2.0
- Support updated format of CSV exports (noticed towards September 2023)
1.1.0
- Rename `beancount-n26` command to `beancount-n26-ec`
1.0.0
- Add Beancount 3.x support (thus removing Beancount 2.x support) - Add `beancount-n26` CLI command - Rename `account` parameter to `account_name` (overlapping with the `account()` method definition required by `beangulp.importer.Importer`) - Add Python 3.11 support - Drop Python 3.7 support
0.8.0
- Add Python 3.10 support - Drop Python 3.6 support
0.7.0
- Allow marking transaction fees for multiple-currency transactions (thanks [Fumesover])