Bugfixes for a bank OFX format change, plus a couple of import quality-of-life improvements.
Fixed
- The OFX parser rejected files containing closing tags on leaf elements (e.g. ) as malformed, which some banks have started emitting even in OFX 1.x SGML exports.
- The OFX parser did not recognize self-closing tags (e.g. ), also causing files using them to be rejected.
- Imported transactions collapsed the bank's NAME and MEMO fields into a single memo, with no way to choose between them. You can now pick which one to use per transaction, or in bulk, when reviewing an import.
- The import dialog did not remember its size or position between imports.
Full Changelog: v1.0.2...v1.0.3