Releases: benjamin-awd/monopoly
Releases · benjamin-awd/monopoly
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
v0.12.4
Changelog
[0.12.4] - 2024-09-15
⛰️ Features
- (banks/dbs) Add support for dbs-posb consolidated
🚜 Refactor
- (statement/debit) Use regex to find header on each page
⚙️ Miscellaneous Tasks
- Add more specific error message for missing header
v0.12.3
Changelog
[0.12.3] - 2024-09-15
🛠️ Bug Fixes
- (banks/ocbc) Support statement date without 'TO'
- (banks/dbs) Use transaction_bound to exclude balances
🚜 Refactor
- Add ISO8601 to constants namespace
- Use ISO8601 for bank statement date patterns
- (banks) Shorten config variable names
- (banks) Declare name in bank instead of config
⚙️ Miscellaneous Tasks
- Remove redundant RELEASE_CHANGELOG.md
- Lower missing debit headers to debug log level
v0.12.2
Changelog
[0.12.2] - 2024-09-08
🛠️ Bug Fixes
- (banks/zkb) Add missing apostrophe in balance regex group
🚜 Refactor
- Allow safety check to be disabled for specific banks
⚙️ Miscellaneous Tasks
- Fix typo in safety check message
- Remove redundant has_no_withdrawal_deposit_columns
v0.12.1
Changelog
[0.12.1] - 2024-09-08
⛰️ Features
- (banks) Add support for zurcherkantonalbank
v0.12.0
Changelog
[0.12.0] - 2024-09-08
⛰️ Features
- (banks) Add support for UOB
🛠️ Bug Fixes
- (transaction) Avoid negative zero value
🚜 Refactor
- (banks) Remove pdfconfig for stan chart and uob
- (detector) Simplify matching logic
- (identifiers) Add caching for metadata identifier
- (detector) Split up functions within is_bank_identified
- (cli) Show number of files processed/errors as final action
⚙️ Miscellaneous Tasks
- (banks) Add type check for identifiers
- (base) Add boundary check for transactions
v0.11.1
Changelog
[0.11.1] - 2024-09-07
🚜 Refactor
- (pdf) Decouple unlock from PdfDocument init