Releases: rwjdk/TrelloDotNet
Releases · rwjdk/TrelloDotNet
Version 1.11.7 (10th of January 2025)
TrelloClient
- Fixed that GetCardsOnBoardFilteredAsync would not give Lists back on Archived Cards that were on a Archived List but instead return null - Issue #47)
Version 1.11.4 - 1.11.6 (cumulative listing)
1.11.6 (5th of January 2025)
TrelloClient
- Added DeleteListAsync (Thanks to cmoski for mentioning that this is even possible as I did not know that) - Issue #46)
1.11.5 (29th of November 2024)
TrelloClient
- Fix that AddChecklistItemAsync did not use the NamedPosition Property
1.11.4 (25th of November 2024)
TrelloClient
- Added AddChecklistItemAsync
Version 1.11.3 (3rd of November 2024)
TrelloClient
- Added GetAttachmentOnCardAsync
- Added DownloadAttachmentAsync [Via Ids or URL]
Version 1.10.6 - 1.11.2 (cumulative listing)
1.11.2 (9th of October 2024)
TrelloClient
GetBoardOptions
now have Filter options (All, Open, Closed or Starred boards)- Added GetTrelloPlanInformationForOrganization and GetTrelloPlanInformationForBoard to get information what features the Workspace/Board support
- Bumped System.Text.Json dependency to version 8.0.5 due to Security Vulnerability CVE-2024-43485 in previous version)
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 anAddtionalParameters
where you can inject additional QueryParameters should the out-of-the box framework not support it - Added
Limit
, andBefore
/Since
(paginating options) toGetCardOptions
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
onList
(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
andLastActivity
toMember
object
1.10.7 (28th of August 2024)
Automation Engine
- Added optional
SubType
to UpdateCardTrigger
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)
General
- Bumped System.Text.Json dependency to version 8.0.4 due to Security Vulnerability CVE-2024-30105 in previous version)
Version 1.10.0 (30th of April 2024)
General
- Fixed Issue #30 that if you provided a Cover to
AddCardAsync
it would not add the cover
Version 1.9.9 (16th of February 2024)
General
- Methods
GetCardsOnBoardAsync
,GetCardsOnBoardFilteredAsync
,GetCardsInListAsync
,GetCardsForMemberAsync
will now correctly include theList
a card is on if specified in theGetCardOptions
- Fixed that member type 'ghost' was not supported
Version 1.9.8 (21st of January 2024)
General
- Added option to get Label Colors as Enum (
LabelColor
) Value andColorInfo
that explains the labels color in RBG and #Hex Value
Version 1.9.7 (23rd of December 2023)
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
andMemberType
- 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)
TrelloClient
- Added option to Add/Update with named positions (Top or Bottom) on
Cards
,Lists
,Attachments
,Checklists
andChecklist Items
- Added
UpdateChecklistAsync