Releases: martinohansen/ynabber
Releases · martinohansen/ynabber
v0.7.0
What's Changed
- Added Basic Shell Notifications by @CanYumusak in #56
- Martin/reader writer interfaces by @martinohansen in #57
- feat(nordigen)!: add requisition hook by @martinohansen in #58
- Martin/holiday cleanup by @martinohansen in #59
Breaking Changes!
- Remove
NORDIGEN_DATAFILE
in favor of theYNABBER_DATADIR
option. This will require recreating the requisition. - Removes
YNABBER_PAYEE_STRIP
andNORDIGEN_ACCOUNTMAP
config options, please useNORDIGEN_PAYEE_STRIP
and/orYNAB_ACCOUNTMAP
instead. - Removes the option to chose between import ID generator versions. Please switch to v2 before upgrading to this version.
⚠️
New Contributors
- @CanYumusak made their first contribution in #56
Full Changelog: v0.6.1...v0.7.0
v0.6.1
What's Changed
- chore(deps): bump github.com/frieser/nordigen-go-lib/v2 from 2.1.2 to 2.1.3 by @dependabot in #51
- chore(deps): bump github.com/frieser/nordigen-go-lib/v2 from 2.1.3 to 2.1.4 by @dependabot in #52
- feat(Nordigen): add config to change ID by @martinohansen in #53
Full Changelog: v0.6.0...v0.6.1
v0.6.0
What's Changed
- test(nordigen): NORDEA_NDEADKKK by @martinohansen in #46
- chore(deps): bump github.com/frieser/nordigen-go-lib/v2 from 2.1.1 to 2.1.2 by @dependabot in #43
- martin/static-mapper by @martinohansen in #45
- Martin/swap sign by @martinohansen in #48
New Contributors
- @dependabot made their first contribution in #43
Full Changelog: v0.5.1...v0.6.0
v0.5.1
What's Changed
- fix(nordigen): do not recreate req on error by @martinohansen in #41
Full Changelog: v0.5.0...v0.5.1
v0.5.0
v0.4.0
What's Changed
- Use relative path for datafile by default by @hpernu in #34
- fix(nordigen): account suspended causes panic by @martinohansen in #37
- Add possibility to set the cleared status of imported transactions by @hpernu in #38
- Martin/chore refactor by @martinohansen in #39
Full Changelog: v0.3.2...v0.4.0
v0.3.2
What's Changed
Full Changelog: v0.3.1...v0.3.2
v0.3.1
What's Changed
- fix(nordigen): strip all words from list by @martinohansen in #31
- test(nordigen): for stripping multiple items by @martinohansen in #31
- fix(nordigen): add single transaction parser by @martinohansen in #31
- fix(config): split config into types by @martinohansen in #31
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- Show json sent to YNAB and response when debugging is on by @hpernu in #15
- Clean spaces and shorten too long memo and payee by @hpernu in #20
- Make interval=0 mean run only once by @hpernu in #23
- Do not bypass accounts coming after an unfound account in accountmap by @hpernu in #28
- Implement alternative payee source by @hpernu in #27
- Use bank specific persistent data by default, fallback to generic by @hpernu in #29
- Martin/move payee parsing by @martinohansen in #30
New Contributors
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- Better docs and reusability for others by @martinohansen in #8
- feat(config): move all config values into struct by @martinohansen in #12
- chore(nordigen-go-lib): update to latest version by @martinohansen in #13
Full Changelog: v0.1.7...v0.2.0