Releases: mattgogerly/monzo-credit-card-pot-sync
Releases · mattgogerly/monzo-credit-card-pot-sync
v0.4.0
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
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
What's Changed
- chore(build): add arm64 image builds by @mattgogerly in #17
Full Changelog: v0.3.0...v0.3.1
v0.3.0
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
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
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
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
chore(build): update container command, add docker compose
v0.1.0
chore(docs): update README with build status, coverage and latest ver…