The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for App::TimeTracker::Command::Trello

1.008     2021-03-03 22:41:04+01:00
    - ignore some list names in listname_as_tag
    - add prefix config option for pseudo tag
    - switch to Dist::Zilla::PluginBundle::Author::DOMM


1.007   2020-09-29T15:14:59
    - new format for branch name: idShort_name
    - keep spaces in name


1.006	2019-04-09T22:08:51
   - fiddle with @_ during BUILDARGS


1.005   2016-06-05T21:41:25+0200
    - add listname_as_tag to store a card's list name
      as a tag (Thomas Klausner)


1.004   2016-06-03T19:03:36+0200
    - update docs & copyright year (Thomas Klausner)


1.003   2016-06-02T16:24:41+0200
    - extract card id from full card url (Thomas Klausner)
    - bugfix: update the previous card with time-worked when starting a new task (Thomas Klausner)
    - use shortLink to identify trello cards (Thomas Klausner)
    - move cards to top of list (Thomas Klausner)


1.002   2014-05-28T23:15:52+0200
    - fixed _trello_just_the_name so we now have proper branch names
    - properly load trello id from prev task so stop works without
      specifiying --trello $ID


1.001   2014-05-27T15:58:00+0200
    - depend on A:TT 2.020
    - fixed setup of token if we have an invalid token


1.000   2014-05-20T12:40:26+0200
    - initial commit & first version