Skip to content

Release v2.1.0

Choose a tag to compare

@github-actions github-actions released this 14 Aug 15:31
· 5 commits to master since this release
a939de2

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-color option 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

  • Add CLI filter options and corresponding tests for bank data by @swallat in #4

Full Changelog: v2.0.0...v2.1.0