-
v0.4.0c15c0622 · ·
Ability to customize CLI search output This release adds support to customize the columns names of cli search command output New optional flags `--columns` or `-c` can be used Example: ifsc search axis karol --limit 2 --columns 'BANK,ADDRESS,CONTACT' This release is dedicated to Abraham Raji, Who was a debian developer & an active member of FSCI. I share some memories working with such a passionate person. On 13th September 2023, He died in a water accident during a trip in the DebConf 2023 (https://fsci.in/blog/we-have-lost-a-charismatic-and-energetic-member-of-the-community/)
-
v0.2.0fbd904f0 · ·
This release includes a couple of features / fixes fixes: * cli: proper formatting of check output Features: * search cli/gui can be customizable via various text matching patterns * search cli now shows results in table format * customize cli search output with markdown, html & csv outputs Breaking Changes: * No more use of '+' delimiter in in 'q=' query param in API * search results limit set to 20 results by default