Skip to content

Releases: elisiariocouto/leggen

0.6.6

21 Aug 15:07
0.6.6
e7662bc
Compare
Choose a tag to compare

Bug Fixes

  • commands/status: Handle exception when no last_accessed is returned from GoCardless API. (c70a4e5c)
  • notifications/telegram: Escape parenthesis. (a29bd1ab)

Miscellaneous Tasks

  • Update dependencies, use ruff to format code. (59346334)

0.6.4

07 Jun 19:55
0.6.4
6f5b5dc
Compare
Choose a tag to compare

0.6.4 (2024/06/07)

Bug Fixes

  • sync: Correctly calculate days left. (6c44beda)

0.6.3

07 Jun 19:48
0.6.3
ebe0a2f
Compare
Choose a tag to compare

0.6.3 (2024/06/07)

Features

  • sync: Correctly calculate days left, based on the default 90 days period. (3cb38e2e)

0.6.2

07 Jun 19:32
0.6.2
ad40b22
Compare
Choose a tag to compare

0.6.2 (2024/06/07)

Bug Fixes

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

0.6.1

07 Jun 19:21
0.6.1
e0351a8
Compare
Choose a tag to compare

0.6.1 (2024/06/07)

Bug Fixes

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

0.6.0

07 Jun 19:15
0.6.0
70cfe34
Compare
Choose a tag to compare

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

29 Mar 17:01
0.5.0
798a8f1
Compare
Choose a tag to compare

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

28 Mar 16:02
0.4.0
7b48bc0
Compare
Choose a tag to compare

0.4.0 (2024/03/28)

  • This release changes the format of the configuration file from JSON to TOML.
  • Removes the init command, since all the configurations should be in the config.toml file.
  • Introduces Discord notifications support for case-insensitive matches on your bank transactions.

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

08 Mar 00:11
0.3.0
b559376
Compare
Choose a tag to compare

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

06 Mar 18:38
0.2.3
7f71589
Compare
Choose a tag to compare

0.2.3 (2024/03/06)

Bug Fixes

  • Print HTTP response body on errors. (ee30bff5)

Miscellaneous Tasks