Skip to content

Releases: MartinPacker/filterCSV

v2.1 Match Statistics and filtering on shape

01 May 17:38
Compare
Choose a tag to compare

Addresses Issue 99 - Match Statistics - and adds filtering on nodes' shapes.

v2.0 Automatic Node Colouring

17 Apr 14:57
Compare
Choose a tag to compare

Addressing Issue 129 this release allows automatic colouring of tree nodes, based on changing values in regular expression capturing groups.

v1.12 Substituting text

28 Dec 10:53
Compare
Choose a tag to compare

Adds the ability to replace text in matching nodes. For example semicolons with newlines.

v1.11 Markdown heading & metadata import, Taskpaper export

01 Sep 10:51
Compare
Choose a tag to compare

v1.11 improves the Markdown input parser to handle headings as well as the previous bulleted lists. It also adds the task-related columns that iThoughts supports and supports export to Taskpaper.

v1.10 Indented Text Output

16 Aug 19:37
Compare
Choose a tag to compare

Added the ability to write out the tree as a flat file where indentation is used to express the hierarchy.

v1.9 Help Text. Command Input From Stream 3

15 Aug 15:27
Compare
Choose a tag to compare

Invoking filterCSV with no commands produces help text.

If you specify a file for input stream 3 (with 3<) you can introduce commands that way. This, among other things allows you to use comments (introduced by //) and blank lines.

v1.8 Icons, Progress, And Priority

05 Aug 21:33
Compare
Choose a tag to compare

Adds support for iThoughts icons, progress and priority columns. On import, export, filtering, setting, and resetting.

v1.7 sort, reverse operators. Input CSV and flat test list robustified

01 Aug 20:10
Compare
Choose a tag to compare

v1.6 Level and None selectors

19 Jul 14:13
f640262
Compare
Choose a tag to compare

1.6 introduces two new node selection capabilities:

  1. Selecting by level in the tree.
  2. Select none - for skipping the next colour in the swatch.

v1.5 - OPML import

13 Jul 16:43
ba41645
Compare
Choose a tag to compare

You can import an OPML file. (OPML files are XML but have a specific outline-related structure. They are exportable from many software applications.)