What's Changed
CSV Import Fixes
Version 3.2.1 fixes a regression introduced in 3.2.0 where some CSV cash activity types, especially WITHDRAWAL, could be incorrectly changed to DEPOSIT and then remain hard to correct during import.
This update makes CSV activity mapping more reliable by:
- preserving explicitly mapped activity types instead of inferring direction from the amount sign
- requiring explicit activity-type mappings for unknown CSV labels before import can continue
- using a built-in default mapping baseline for canonical activity types, including
SPLIT - ensuring template changes and clears reset parsing and mapping state correctly
- preserving compatibility with older saved activity mappings and restoring saved holdings mappings as expected
Full Changelog: v3.2.0...v3.2.1