The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension App-Greple-xlate

0.21 2023-03-25T04:12:11Z

    - introduce xate -l option
    - update xlate.el to complete language list

0.20 2023-03-23T05:55:33Z

    - pass -t and -o parameters to make

0.19 2023-03-22T12:40:45Z

    - update xlate.el
    - change --match-entire to --match-all
    - set default format as "xtxt" and "cm"
    - set DISPLAY only when DISPLAY is set
    - require 'Clipboard' module on demand

0.18 2023-03-19T11:20:45Z

    - introduce -R option
    - make debug message concise

0.17 2023-03-14T10:06:34Z

    - fix XLATE.mk to use -o option instead of -x

0.16 2023-03-14T09:47:33Z

    - update examples/data_shishin.docx to the latest version
    - change workdir to /work
    - introduce -C and -B option
    - introduce -G option

0.15 2023-03-13T09:25:51Z

    - xlate includes container version
    - container includes standard tools and configuration

0.14 2023-03-13T01:58:23Z

    - release "xlate" command as a front-end cli tool
    - implement automatic make mechanism
    - implement companion Docker container (tecolicom/xlate)

0.13 2023-03-10T04:38:06Z

    - set STDERR to utf8 to avoid error in docker

0.12 2023-03-08T07:33:57Z

    - introduce --xlate-maxlen option
    - update examples

0.11 2023-03-06T05:14:31Z

    - make alias 'cm' for 'conflict'
    - introduce --xlate-format='xtxt' instead of 'none'
    - make 'examples' directory

0.10 2023-03-01T02:31:09Z

    - rename --refresh to --cache-clear
    - fix bug about max length

0.09 2023-02-27T09:47:19Z

    - introduce --xlate-labor option
    - introduce --refresh option
    - make docs directory and multilingual READMEs

0.08 2023-02-21T14:30:17Z

    - introduce docs/ directory

0.07 2023-02-11T07:13:01Z

    - update --xlate-fold optin to perform translation by itself

0.06 2023-02-08T05:58:20Z

    - fix --xlate-format=ifdef bug

0.05 2023-02-06T10:08:10Z

    - some minor improvements

0.04 2023-02-03T01:07:48Z

    - re-implement cache update strategy
      now call `deepl' command just once for translation
    - use --callback interface
    - --xlate calls --xlate-color with --color=never option

0.03 2023-02-02T05:00:57Z

    - implement --xlate-batch-update option

0.02 2023-01-31T12:39:26Z

    - convert all \s+ to single space for normalization

0.01 2023-01-29T15:04:13Z

    - original version