Revision history for Yandex::Tanker

0.01    2012-10-08
        * First public release

0.02    2012-10-09
        * Parameter `--use_test_tanker`
        * Dying if no 'locale' dir is present

0.03    2012-10-09
        * Removed 'force-replace' parameter

0.04    2012-10-10
        * New parameter in tanker_upload `--dont_write_original`

0.05    2012-10-12
        * New method get_stat()

0.06    2012-11-15
        * Fixing bug that not every msgid was sent to tanker

0.07    2013-01-10
        * Splitting to keysets now work with blocks with msgctxt

0.08    2013-02-21
        * Script `tanker_branch` and `tanker_tag`

0.09    2013-03-28
        * Script tanker_merge
        * Renamed parameter `--all` to `--list` for `tanker_branch`
        * Fixing pod in tanker_branch
        * POD for scrip tanker_branch

0.10    2013-04-05
        * Fixing bug. Script tanker_merge is now part of the distro
        * Renamed parameter `--all` to `--list` for `tanker_tag`
        * Small changes in doc in script `tanker_branch`

0.11    2013-04-23
        * Scripts and lib now works with Perl 5.8
        * Using JSON instead of JSON::Syck
        * Removed '--debug' parameter from scripts
        * Removed unneeded paramter '--dont_write_original' from tanker_branch
          and tanker_tag
        * Show error if no obligatory parameter is specified in tanker_branch
          and tanker_tag

0.12    2013-04-25
        * Parameter '--branch' in script tanker_upload
        * Parameter '--branch' in script tanker_download
        * '--help' is working again
        * Fixing misspell

0.13    2013-05-20
        * Fixing bug that create_keyset() and replace_keyset() were not
          working with branches
        * Parameter 'force-replace' if replace_keyset() is deprecated

0.14    2013-06-07
        * Fixing bug. Now method get_stat() return correct data from branches
        * New method get_tjson()

0.15    2013-06-12
        * Method get_tjson() is deprecated
        * New methods get_keyset_tjson() and get_project_tjson()
        * In methods create_keyset() and replace_keyset() parameters
          'language' and 'format' are now optional.
        * Yandex::Tanker now works with old version of JSON

0.16    2013-06-14
        * Fixing script `tanker_merge`. Not it should work correctly in all
          cases.

1.0.0   2013-08-16
        [Major]
        * Switched to Dist::Zilla
        * Using SemVer for version numbers

        [Patch]
        * Working with new type of conflict 'translator_comment'
        * Fixing misspell
        * Fixing format in Changes file

2.0.0   2013-08-23
        [Major]
        * qbit_tanker_upload uploads several languages at once

        [Patch]
        * Fixing author test
        * Fixing POD

2.0.1   2013-09-02
        [Patch]
        * Preventing script die of timeout problem
        * $VERSION in the main pm file is generated with Dist::Zilla

2.1.0   2013-09-05
        [Minor]
        * Showing total number of conflicts in `tanker_merge`

        [Patch]
        * Showing correct number for the conflict
        * Fixing misspell

2.1.1   2013-09-06
        [Patch]
        * Fixing incorrect work of `tanker_download --fix_po_from_tanker`
        * Small fix in the Changes

2.1.2   2013-09-19
        [Patch]
        * Adding correct plural form header to 'ru' po file

2.2.0   2013-10-25
        [Minor]
        * New option `--auto_resolve_simple_case` in script `tanker_merge`
        * Working with new conflict types `form[1-4]`
        * Output details about uknown conflict problem

2.3.0   2015-01-21
        [Minor] create_keyset() accepts scalar or array for 'keyset'

2.4.0   2015-01-29
        [Minor]
        * Added method get_project_info

2.4.1   2015-03-03
        [Patch]
        * Fixing bug with uninitialized $comment

2.4.2   2015-09-15
        [Patch]
        * Using tanker api url with '/' before query string

3.0.0   2017-04-17
        [Major]
        * New Tanker url and OAuth authorizaton
        * Remove DEV server
