- Fix bug where method is called on nil
- Fix bug where number isn't added on card create
- Add customizations to copy details button
- Improve html/css around options box
- Add reload after 1 second when going to a new board.
- Fix bug where '#' would not display when loading from URL
- Added an option for a "Copy details" button which copies the card title to the clipboard
- Add number when opening card directly
- Add logo
- Change lightbox card number to block style to deal with Trello DOM changes.
- Change lightbox card number to inline style.
- Change lightbox card number css selectors.
- Add check for duplicate card short id to accommodate Trello DOM change.
- Remove extra console.log that was left in.
- Trello no longer includes the card-short-id span on card creation, so card numbers were not appearing. This adds them back in.
- Do not add a class if it already present.
- 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.
- 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.
- 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
-
- It also adds the card count for newly created lists.
- Add options page, bold numbers, and colored numbers
- Fix bug where card title changes made number disappear.
- Remove jquery.
- Add id to search results.
- Fix queuing bug where if lightbox does not open, first id clicked is display regardless of last id clicked.
- Restore functionality preventing queueing of lightbox ids on card moves.
- Updated css selectors due to trello change, refactor selectors into constants.
- Updated card selector for number in lightbox.
- Added icons.
- Initial commits.