Skip to content

Version 1.10.6 - 1.11.2 (cumulative listing)

Compare
Choose a tag to compare
@rwjdk rwjdk released this 09 Oct 07:34
· 20 commits to main since this release

1.11.2 (9th of October 2024)

TrelloClient


1.11.1 (5th of October 2024)

Special

  • Started Long-term preparing for v2.0 by obsoleting various things

TrelloClient

  • Added overload GetLabelsOfBoardAsync that let you specify GetLabelOptions in order to control fields returned and how many labels are returned (Default: 50, Max: 1000)
  • All Get<object>Options now have an AddtionalParameters where you can inject additional QueryParameters should the out-of-the box framework not support it
  • Added Limit, and Before/Since (paginating options) to GetCardOptions

1.11.0 (17th of September 2024)

TrelloClient

  • Added options on CustomFieldItemValue to get the raw Custom Field Values as String/DateTimeOffset?/Decimal?/Bool (so you do not need to parse them yourself)

1.10.9 (17th of September 2024)

TrelloClient

  • Added option to add/update Color on List (Only Paid Trello Plans support this feature)
  • Added overload of UpdateCard that is more simple and intuative to use (no need to know magic strings) (Issue #35)

1.10.8 (3rd of September 2024)

TrelloClient

  • Added LastLogin and LastActivity to Member object

1.10.7 (28th of August 2024)

Automation Engine


1.10.6 (30th of July 2024)

General

  • Added Sourcelink to Nuget Package (So you can debug source code directly)