Releases: benjamin-awd/monopoly
Releases · benjamin-awd/monopoly
v0.14.1
Changelog
[0.14.1] - 2025-01-15
🚜 Refactor
- Rename suffix -> polarity
📚 Documentation
- (pyproject) Add python classifiers for 3.12 and 3.13
⚙️ Miscellaneous Tasks
- (ci) Add stale workflow
- (pipeline/transform) Remove redundant if clause
- (banks) Declare negative symbol explicitly in boa
v0.14.0
Changelog
[0.14.0] - 2025-01-14
⛰️ Features
- (banks) Add trust
🛠️ Bug Fixes
- (ci) Pin runner to ubuntu-22.04
- (banks/uob) Identify
- Conditionally append statement date according to transaction
🚜 Refactor
- (config) Store multiline config in dataclass
- (statements) Store match data in dataclass
- (statements) Use OOP pattern for multiline transactions
📚 Documentation
- (README) Add Trust to supported bank list
⚙️ Miscellaneous Tasks
- (generic) Update test suite to use current year
Build
- (deps) Bump the deps group with 10 updates
- (deps) Bump Flydiverny/setup-git-crypt from 3 to 4
- (deps) Bump the deps group with 12 updates
v0.13.6
Changelog
[0.13.6] - 2024-12-13
🛠️ Bug Fixes
- (banks/dbs) Parsing transactions
v0.13.5
Changelog
[0.13.5] - 2024-11-24
🚜 Refactor
- (statements/safety) Add additional safety check
⚙️ Miscellaneous Tasks
- (banks/hsbc) Support new statement header format
v0.13.4
Changelog
[0.13.4] - 2024-11-15
⚙️ Miscellaneous Tasks
- (banks/boa) Disable safety check
v0.13.3
Changelog
[0.13.3] - 2024-11-15
🚜 Refactor
- (banks) Add debit statement safety check as backup for credit statements
v0.13.2
Changelog
[0.13.2] - 2024-11-15
⚙️ Miscellaneous Tasks
- (banks/chase) Disable safety check
v0.13.1
Changelog
[0.13.1] - 2024-11-15
🛠️ Bug Fixes
- (banks/chase) Disable transaction auto polarity
🚜 Refactor
- (banks) Rename auto_polarity to transaction_auto_polarity
📚 Documentation
- (README) Fix bank order
v0.13.0
Changelog
[0.13.0] - 2024-11-15
⛰️ Features
- (banks) Add support for chase credit
- (banks) Add bank of america combined statement
📚 Documentation
- (README) Update list of supported banks
⚙️ Miscellaneous Tasks
- (banks/hsbc) Add specific opentext version id
- (banks/base) Add logging for failed statement date parse
Build
- (deps) Bump the deps group with 7 updates
- (deps) Bump the deps group with 8 updates
v0.12.5
Changelog
[0.12.5] - 2024-09-25
⛰️ Features
- (generic) Support inconsistent header spacing across pages
🛠️ Bug Fixes
- (generic) Compile header_pattern