All Versions
25
Latest Version
Avg Release Cycle
63 days
Latest Release
-

Changelog History
Page 1

  • v0.14.0 Changes

    • ๐Ÿ‘ Allow pattern-matching transactions in:
      • ECImporter (against payee strings) and,
      • CreditImporter (against description strings)
  • v0.13.0 Changes

    • ๐Ÿ‘ Enable support for Python 3.10
    • โฌ‡๏ธ Drop support for Python 3.6
  • v0.12.0 Changes

    • ๐Ÿ‘Œ Support additional credit card expected header format (thanks [Dr-Nuke])
  • v0.11.0 Changes

    • ๐Ÿ‘‰ Use "Wertstellung" instead of "Belegdatum" for transaction dates in CreditImporter (thanks [@nils-werner])
  • v0.10.0 Changes

    • โž• Add meta_code parameter to ECImporter (thanks [@bratekarate])
  • v0.9.0 Changes

    • ๐Ÿ‘Œ Support credit data exports containing "Zeitraum" instead of "Von"/"Bis" dates
    • โšก๏ธ Update CreditImporter.file_date return value (end date if the export contains start/end dates, otherwise the date of the export itself)
  • v0.8.3 Changes

    • ๐Ÿ‘ Enable support for Python 3.9
    • โฌ‡๏ธ Drop support for Python 3.5
  • v0.8.2 Changes

    • Return date of last transaction from file_date for CreditImporter
  • v0.8.1 Changes

    May 12, 2020
    • โž• Add accout number to narration if there's no transfer text (thanks @tbm_)
    • Add optional parameter :code:existing_entries to :code:extract() (thanks @tbm_)
  • v0.8.0 Changes

    February 05, 2020
    • ๐Ÿ‘ Enable support for Python 3.8