Skip to content

Releases: rwjdk/TrelloDotNet

1.6.7 (5th of July 2023)

16 Jul 13:26
Compare
Choose a tag to compare

General

  • Change the Project URL to point at the Wiki
  • A bit of restructuring of the ReadMe

1.6.6 (12th of June 2023)

16 Jul 13:26
Compare
Choose a tag to compare

General

  • Added Badges in ReadMe for eaiser discovery of additional resources.

1.6.4 (9th of June 2023)

16 Jul 13:25
Compare
Choose a tag to compare

Automation Engine

1.6.3 (7th of June 2023)

16 Jul 13:25
Compare
Choose a tag to compare

Genereal

  • Tweaked various documentation for spelling errors

TrelloClient

  • Added MoveCardToListAsync for greater discoverability how to do it (was already possible via UpdateCardAsync)

Automation Engine

1.6.2 (4th of June 2023)

16 Jul 13:24
Compare
Choose a tag to compare

General

  • Tweaked various documentation for spelling errors

Automation Engine

1.6.1 (31st of May 2023)

16 Jul 13:24
Compare
Choose a tag to compare

General

  • Tweaked various documentation for spelling errors
  • This changelog now links to the Wiki

Automation Engine

1.6.0 (12th of May 2023)

16 Jul 13:24
Compare
Choose a tag to compare

General

TrelloClient

Automation Engine

  • Added Automation Action AddCommentToCardAction
  • Added Automation Action StopProcessingFurtherAction that allow you to conditionally stop any further processing for the specific webhook call.
  • Updated Automation Action AddChecklistToCardAction to now have the option to add Items to existing Checklists with same name (Example two Definition of Done Automations for two different labels add their items to a single Checklist)

1.5.2 (30th of March 2023)

16 Jul 13:23
Compare
Choose a tag to compare

Automation Engine

1.5.1 (27th of March 2023)

16 Jul 13:23
0c0d58c
Compare
Choose a tag to compare

General

  • Fixed that strings were not properly URL encoded if they contained an '&'

1.5.0 (27th of March 2023)

16 Jul 13:22
a3f07f3
Compare
Choose a tag to compare

TrelloClient

Automation Engine

  • Added Automation Action RemoveLabelsFromCardAction
  • It is now legal to have a null as a Condition in Automation Engine (indicating there are no further conditions)
  • Fixed that 'Constraint' was spelled incorrectly (missing an 's') in 2 places (ListConditionConstraint and CardMovedToListTriggerConstraint) [COMPILE TIME BREAKING CHANGE] (sorry but better to change now than later ;-( )
  • Fixed that CardCoverCondition was not evaluated correctly in all scenarios
  • Fixed that SetFieldsOnCardAction did not update processing result (Executed and Skipped Actions counts)