Skip to content

Releases: mattgogerly/monzo-credit-card-pot-sync

v0.4.0

29 Jan 17:34
f697f72
Compare
Choose a tag to compare

What's Changed

  • fix(accounts): handle possible NoResultFound in web route by @mattgogerly in #22
  • fix(core): refactor core loop to better handle multiple accounts/pots by @mattgogerly in #23

Full Changelog: v0.3.2...v0.4.0

v0.3.2

29 Jan 10:17
146f467
Compare
Choose a tag to compare

What's Changed

  • chore(build): re-order build steps to fix missing files in built cont… by @mattgogerly in #19
  • chore(build): add context config to docker build step by @mattgogerly in #20

Full Changelog: v0.3.1...v0.3.2

v0.3.1

22 Jan 22:11
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

22 Jan 09:37
7fb236a
Compare
Choose a tag to compare

What's Changed

  • feat(docker): default to gunicorn server, add dev compose config by @mattgogerly in #15

Full Changelog: v0.2.1...v0.3.0

v0.2.1

21 Jan 22:20
df09375
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

What's Changed

  • chore(build): Update docker-compose.yml by @WhyAydan in #5
  • chore(build): Create test.yml by @WhyAydan in #6
  • fix(accounts): Monzo account should be displayed first on accounts page by @mattgogerly in #9
  • fix(accounts): fix union of list and non-list by @mattgogerly in #11
  • feat(test): add tests for core sync loop by @mattgogerly in #12
  • feat(config): add option to override local URL from localhost by @mattgogerly in #13

New Contributors

Full Changelog: v0.2.0...v0.2.1

v0.2.0

15 Jan 12:53
2b319f4
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

What's Changed

  • feat(pots): enable setting a different pot per credit card provider by @mattgogerly in #4

Full Changelog: v0.1.2...v0.2.0

v0.1.2

15 Jan 00:13
54fad32
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release

What's Changed

  • feat(settings): add setting to configure sync interval by @mattgogerly in #1
  • feat(providers): add Halifax as a credit card provider by @mattgogerly in #2
  • feat(providers): add NatWest as a credit card provider by @mattgogerly in #3

Full Changelog: v0.1.1...v0.1.2

v0.1.1

12 Jan 23:56
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release
chore(build): update container command, add docker compose

v0.1.0

12 Jan 22:56
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
chore(docs): update README with build status, coverage and latest ver…