What's New
==========

*   New filter to split files at a given size
*   New filter to join files together
*   New filter to create word lists (one word per line)
*   New filter to randomize lines (can provide a useful speedup for
    external programs that use a quick sort, which has worst
    performance when the input is pre-sorted)
*   Remove duplicate lines now has case sensitivity option, and
    option to ignore a specified number of leading characters
*   Sentence casing filter now recognizes :!? quote and bracket
    characters
*   String fields now have [Clear] button
*   Improved manual
*   Pad to width function now capable of width up to 100,000
*   @inputFilename function in string fields - can be used to obtain
    and output the input filename (eg with the Add Text To Start Of
    File filter)
*   Reverse lines filter now works

