Skip to content

Releases: rwjdk/TrelloDotNet

Version 1.11.7 (10th of January 2025)

10 Jan 07:23
Compare
Choose a tag to compare

TrelloClient

Version 1.11.4 - 1.11.6 (cumulative listing)

05 Jan 09:00
057f054
Compare
Choose a tag to compare

1.11.6 (5th of January 2025)

TrelloClient


1.11.5 (29th of November 2024)

TrelloClient


1.11.4 (25th of November 2024)

TrelloClient


Version 1.11.3 (3rd of November 2024)

02 Nov 23:48
Compare
Choose a tag to compare

Version 1.10.6 - 1.11.2 (cumulative listing)

09 Oct 07:34
Compare
Choose a tag to compare

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)

Version 1.10.5 (10th of July 2024)

10 Jul 05:53
3a5c8f5
Compare
Choose a tag to compare

General

Version 1.10.0 (30th of April 2024)

30 Apr 16:45
889667c
Compare
Choose a tag to compare

General

Version 1.9.9 (16th of February 2024)

16 Feb 09:59
Compare
Choose a tag to compare

General

Version 1.9.8 (21st of January 2024)

21 Jan 18:48
Compare
Choose a tag to compare

General

  • Added option to get Label Colors as Enum (LabelColor) Value and ColorInfo that explains the labels color in RBG and #Hex Value

Version 1.9.7 (23rd of December 2023)

23 Dec 15:15
Compare
Choose a tag to compare

TrelloClient

  • Added a set of handy Checklist Extensions on single and collection of checklists (GetNumberOfItems, GetNumberOfCompletedItems,GetNumberOfIncompleteItems, IsAllComplete,IsAnyIncomplete)
  • Added advanced version of MoveCardToListAsync that accept additional options for the move (Position and NamedPosition)
  • Added MoveCardToBoard
  • Added GetMemberOption overloads to the various member-get methods
  • Added Member Properties Email and MemberType
  • Added Properties on Member to the various Avatar URLs (30x30, 50x50, 170x170 pixels and the original image)

Version 1.9.5 (13th of November 2023)

22 Nov 13:49
Compare
Choose a tag to compare

TrelloClient

  • Added option to Add/Update with named positions (Top or Bottom) on Cards, Lists, Attachments, Checklists and Checklist Items
  • Added UpdateChecklistAsync