Releases: bitcrowd/tickety-tick
v3.1.0
v3.0.0
This release changes how Tickety-Tick is accessing the information on the page.
Starting from 3.0.0 adapters will use the REST APIs of the ticket systems where possible instead of trying to scrape information out of the website DOM. We hope that this will make collecting ticket information more reliable and adapters easier to maintain.
This is done for the following adapters for now:
With this change comes also some advanced error handling, since the requests to these APIs can also go wrong.
Breaking changes
The Trello adapter now uses cards' shortLink
rather than idShort
to identify tickets. For additional details, see issue #167 and the corresponding PR #138 (comment).
v2.1.0
v2.0.1
Changes
- update overall layout and styles
(new -> old) popup in Firefox
- fix broken popup layouts in Safari where the popup window appeared too small
- fix bug where Tickety-Tick could not find any selected tickets in the Jira backlog list view
- display multiple tickets in the Tickety-Tick popup when having selected multiple tickets in the Jira backlog view
(example popup with a large list of tickets)
Install
- Chrome Web Store
- Firefox Add On
- Safari users just take the build directly from Github
v2.0.0
New feature: Advanced Configuration
Tickety-Tick now allows you to customize the format for commit messages, branch names and commands.
Tickety-Tick preferences in Firefox
v1.3.0
[#79] Release 1.3 (#80)