Release v2.1.0
What's Changed
Added
- Regex-based bank filters in CLI:
--filter-bank-name(case-insensitive regex)--filter-bic(case-insensitive regex)--filter-blz(regex, case-sensitive for exact digit matches)
- Configurable filters via config file under
[cli](e.g.,filter_bank_name = "Bundesbank") --no-coloroption to disable colored output and help- Improved colorized help with highlighted option group headers
- README updates: bank filter documentation, examples, and parameter table updates
Changed
- Merged defaults from config file for CLI and downloader sections when CLI flags are not provided
- Enhanced error messages for invalid regex patterns and no-match scenarios
Fixed
- Robust handling of filter application ordering and empty-result validation
Full Changelog: v2.0.0...v2.1.0
What's Changed
Full Changelog: v2.0.0...v2.1.0