Qifqif Versions Save

Enrich your .QIF files with categories.

v0.8.0

3 years ago

Feature

  • Windows compatibility (8811be)
  • Better display of completion suggestions. (b60f14b)

Fix

  • Import of deleted file (bdc0b39)
  • Unused imports (fb47c2a)
  • Correct fields suggestions for guru prompt (d121293)

v0.7.3

6 years ago

#81 🐛 Fix packaging that required pandoc for install

v0.7.1

6 years ago

#74 🐛 Fix crash occuring when entering match on multiple fields #73 🐛 Use gnureadline instead of readline to make completion work as intended on Mac OS X

v0.7.0

7 years ago

#67 🆕 Import categories from an accounts csv file using qifacc.py tool #66 🆕 Add -force flag to force editing of unknown (external) categories

#64 🐛 Print file content only in batch or dry-run mode

v0.6.1

8 years ago
  • don't remove matching from json configuration after processing a "known" transaction - fix #55
  • replace unicode matching indicators by ascii ones on Windows
  • don't skip field when displaying matching indicators at the any field prompt - fix #54
  • small improvements about display

v0.6.0

8 years ago
  • fix crash related to missing mocks of blessed terminal functions. fix #42
  • fix crash occurring when non matching keyword was entered. fix #41
  • put documentation online at qifqif.rtfd.org

v0.5.1

8 years ago
  • colorize part of the field that matches when printing transaction
  • provide a --version switch. fix #37

v0.5.0

8 years ago
  • add advanced matching prompts that enables matching on partial words, any field or a combination of them. Even regexes can be used ! fix #34, #30, #28
  • remove blessed as a mandatory dependency for Windows platform. fix #32
  • add color support on Windows

v0.4.1

8 years ago
  • fix pypi packaging

v0.4.0

8 years ago
  • TAB completion for matches. fix #2
  • make tab completion case insensitive. fix #6
  • pause before leaving edit fullscreen mode. fix #27
  • don't store category or match containing only spaces. fix #23
  • friendlier error message when json parsing fails
  • add blessed to pip requirements