Skip to content

Releases: benjamin-awd/monopoly

v0.14.1

15 Jan 15:05
Compare
Choose a tag to compare

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

14 Jan 15:43
Compare
Choose a tag to compare

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

13 Dec 13:28
Compare
Choose a tag to compare

Changelog

[0.13.6] - 2024-12-13

🛠️ Bug Fixes

  • (banks/dbs) Parsing transactions

v0.13.5

24 Nov 03:40
Compare
Choose a tag to compare

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

15 Nov 15:58
Compare
Choose a tag to compare

Changelog

[0.13.4] - 2024-11-15

⚙️ Miscellaneous Tasks

  • (banks/boa) Disable safety check

v0.13.3

15 Nov 15:54
Compare
Choose a tag to compare

Changelog

[0.13.3] - 2024-11-15

🚜 Refactor

  • (banks) Add debit statement safety check as backup for credit statements

v0.13.2

15 Nov 15:20
Compare
Choose a tag to compare

Changelog

[0.13.2] - 2024-11-15

⚙️ Miscellaneous Tasks

  • (banks/chase) Disable safety check

v0.13.1

15 Nov 15:10
Compare
Choose a tag to compare

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

15 Nov 15:01
Compare
Choose a tag to compare

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

25 Sep 15:43
Compare
Choose a tag to compare

Changelog

[0.12.5] - 2024-09-25

⛰️ Features

  • (generic) Support inconsistent header spacing across pages

🛠️ Bug Fixes

  • (generic) Compile header_pattern