Revision history for `ansifold' command.

1.07 2021-03-23T14:39:32Z

    - Move to github actions.
    - Update document.

1.06 2021-03-15T10:29:11Z

    - Use --tabstyle option to set tab style.

1.05 2020-12-22T07:15:13Z

    - Change default width from 70 to 72.
    - Add tab expansion handling.
    - Final negative width now takes all the rest.
    - Final zero width is ignored but not otherwise.

1.04 2020-07-05T01:25:37Z

    - Eliminate indirect object call.

1.03 2020-06-09T08:20:13Z

    - Use Text::ANSI::Fold 1.06

1.02 2020-01-18T05:09:33Z

    - Fix bug of --smart option not declared.

1.01 2019-12-13T06:19:01Z

    - Implement --linebreak option.

0.04 2019-09-19T12:25:31Z

    - Require newer Text::ANSI::Fold to make --padding option
      works for empty line.

0.03 2018-12-21T15:54:32Z

    - Discard --truncate option and use Getopt::EX::Numbers module.
    - Introduce --separate, -n option.

0.02 2018-12-12T23:21:16Z

    - Add --truncate option.

0.01 2018-07-21T18:01:12Z

    - original version