Releases: Kraymer/qifqif
Releases · Kraymer/qifqif
v0.8.0
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
#81 🐛 Fix packaging that required pandoc for install
v0.7.1
#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
#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
- 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
- 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
- colorize part of the field that matches when printing transaction
- provide a
--version
switch. fix #37
v0.5.0
- 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.0
- 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