Back

Release Notes for Trello Plus

Version Date Notes
1.6.9 1 January 2025

Bug Fixes

  • Fix about link in extension popup.
1.6.8 30 December 2024

Bug Fixes

  • Fix the issue where the collapse all buttons were not highlighting properly.
  • Centered the collpase button when the list is collapsed.
  • Limited the lenght of the estimation fields to 3 characters.
1.6.7 22 December 2024

Copy and Formatting Fixes

  • Fix the copy and formatting for the popup.
1.6.6 17 December 2024

Design Fixes

  • Fix the colour of the click to copy link.
1.6.5 17 December 2024

Bug Fixes

  • Fix the issue where lists and cards that are not in the viewport were not being added to the total card count and estimation.
1.6.4 12 December 2024

Tool Tips

  • Added tool tips to the expand all and collapse all buttons and to the individual list buttons.
  • Added version number to the extension popup.
1.6.3 12 December 2024

Formatting Fixes

  • Formatted the card age.
1.6.2 12 December 2024

Bug Fixes

  • Fixed the starting point for the celebration animation to off the bottom of the screen.
  • Fixed the about link in the extension popup to go to the correct page.
1.6.1 5 December 2024

New Feature - Auto List Collapse, Bug Fixes

  • Auto List Collapse
    • When enabled, if a list is empty, then it will collapse automatically.
    • Sticky lists will still take priority over this, e.g. if you have manually collapsed the list in the past, then it will remain collapsed, even if the feature is disabled.
    • Off by default but you can enable and disable this in the extension popup.
  • Fixed the issue with the visibility of the cards where lists and cards not visible in the viewport when becoming visible where not formatting properly.
  • Fixed the issue with the work in progress limit where the color was not being removed when the limit was removed from the list name.
1.6.0 4 December 2024

Visbility Fix, Work in Progress Feature

  • Thanks to BeachingLifing on Reddit for finding the issue with the card visibility. Much appreciated!

    The issue: If one had a long list of cards, the cards at the bottom were not showing the ID, age or estimation.

    This would also affect users who had several lists where one had to scroll right to see those lists. Again the card information would not show when visible.

    The knock on effect is that the total estimation and completed estimation fields were incorrect.

    I have applied a solution, so let's see how we go.
  • We are also releasing a new feature that allows you to set a work in progress limit.

    If one adds a card limit to the name of the list then the list background will change if the number of cards in the list is greater than the limit. The color can be selected from the extension popup.

    Example: (4) My List Name

    If you have 4 cards in the list and then add a 5th card, the list background will change.
1.5.0 17 November 2024

Added Estimation Fields

  • Decided to add fields to the back of the card to allow for more flexibility in how you use estimation
  • You can now add whole or decimal numbers to the completed and total fields on the back of the card
  • This will automatically add the estimation to the card title. Once your estimate is in the card title you can close the back of the card
  • All data (estimates) are stored with Trello
1.4.0 13 November 2024

Added more advanced ways of doing things

  • Added observer pattern to allow for more dynamic behaviour
  • Added event bus to allow for better communication between classes
  • Added more detailed error handling and logging to help with debugging
  • Still not too sure about the observer pattern, but it's a start, tried to make sure it closes properly to prevent memory leaks
  • Refactored code to improve readability and maintainability
1.3.0 28 October 2024

Moved to Object Oriented Architecture and Design

  • This is a big step forward for Trello Plus, it will be easier to maintain and extend in the future
  • Modified the Celebration function to be more dynamic with the ability to select which list to celebrate
1.2.0 24 October 2024

Added a new feature - Let's Cellebrate!

  • When you move a card to the last list on your board, a celebration animation will play
  • You can turn this off in the extension popup
  • Let me know on our offical subreddit trelloplus if you'd like to customise the animation
1.1.0 23 October 2024

Bug fixes and improvements

  • Fixed that one thing that was driving you absolutely bananas
  • Added more detailed error messages
  • Other minor improvements
1.0.1 21 October 2024

Updated permissions

1.0.0 19 October 2024

Initial release