Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dewyze committed Sep 13, 2015
1 parent 094601f commit 73a811e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## 2.0.1 (2015-05-16)
- Trello removed trailing space from card id, this fix adds it back.
## 2.2.0 (2015-09-13)
- Trello reverted the removal of 'card-short-id'. This version reverts to the old behavior to fix some bugs that were introduced when they brought it back.

## 2.1.0 (2015-09-04)
- Trello removed the DOM element for the `.card-short-id` and broke the extension, this is a fix.
- - This parses the number from the URL instead and adds it in adds a new DOM element separate from the short id. In case they remove `.card-short-id` again, this should continue to work.
- - It also adds the card count for newly created lists.

## 2.0 (2015-04-21)
- Add options page, bold numbers, and colored numbers
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

"name": "Trello Card Numbers",
"description": "Adds card numbers to a variety of places when using Trello.",
"version": "2.0.1",
"version": "2.2.0",

"options_ui": {
"page": "options.html",
Expand Down

0 comments on commit 73a811e

Please sign in to comment.