Files
leggen/CHANGELOG.md
2024-06-07 20:30:54 +01:00

4.7 KiB

0.6.2 (2024/06/07)

Bug Fixes

  • sync: Use timezone-aware datetime objects. (9402c253)

0.6.1 (2024/06/07)

Bug Fixes

  • sync: Get correct parameter for requisition creation time. (b60ba068)

0.6.0 (2024/06/07)

Features

  • sync: Save account balances in new table. (332d4d51)
  • sync: Enable expiration notifications. (3b1738ba)

Miscellaneous Tasks

  • deps: Bump the pip group across 1 directory with 3 updates (410e6006)
  • deps: Update black, ruff and pre-commit to latest versions. (7672533e)

0.5.0 (2024/03/29)

Features

  • notifications: Add support for Telegram notifications. (7401ca62)

Miscellaneous Tasks

  • Rename docker-compose.yml to compose.yml and remove obsolete 'version' key. (e46634cf)

0.4.0 (2024/03/28)

Features

  • notifications: Add support for transaction filter and notifications via Discord. (0cb33936)

Miscellaneous Tasks

  • deps-dev: Bump black from 24.2.0 to 24.3.0 (2352ea9e)
  • Update dependencies. (3d36198b)

0.3.0 (2024/03/08)

Documentation

Features

  • commands: Add new leggen bank delete command to delete a bank connection. (fcb0f1ed)
  • commands/bank/add: Add all supported GoCardless country ISO codes. (0c8f68ad)

Miscellaneous Tasks

0.2.3 (2024/03/06)

Bug Fixes

  • Print HTTP response body on errors. (ee30bff5)

Miscellaneous Tasks

0.2.2 (2024/03/01)

Bug Fixes

  • sync: Pending dates can be null. (d8aa1ef9)

0.2.1 (2024/02/29)

Bug Fixes

  • Fix compose volumes and dependencies. (460fed3e)
  • Deduplicate accounts. (facf6ac9)

Documentation

  • Add NocoDB information to README.md. (d8fde49d)

0.2.0 (2024/02/27)

Bug Fixes

  • compose: Fix ofelia configuration, add sync command as the default. (433d1737)

Documentation

Features

  • Add periodic sync, handled by ofelia. (91c74b04)
  • Change default database engine to SQLite, change schema. (f9ab3ae0)

0.1.1 (2024/02/18)

Bug Fixes

  • Change project name on container registries. (dab04f4e)

0.1.0 (2024/02/18)

Miscellaneous Tasks