t2md Changelog

What's new in t2md 4.1.1

Jun 25, 2023
  • What's Changed:
  • Update usage instructions to reflect current option name by @jgregordev in #49

New in t2md 4.1.0 (Mar 21, 2023)

  • Add an option to include boards by @kblooie in #46

New in t2md 4.0.3 (Oct 16, 2022)

  • Support links to cards on other boards by @GSGBen in #43
  • Support duplicate board names by @GSGBen in #44

New in t2md 4.0.1 (Sep 23, 2022)

  • What's changed:
  • Fix attachment table column name

New in t2md 4.0.0 (Sep 23, 2022)

  • Add an option to create one markdown file per card by @GSGBen in #30
  • When no-numbering is enabled, don't deduplicate between archived and non-archived items by @GSGBen in #31
  • Replace card urls in contents with relative links to files by @GSGBen in #34
  • Add an option to remove empty folders by @GSGBen in #35
  • Create image previews in the attachment section for image files by @GSGBen in #37
  • Ensure Obsidian link-updating-after-moving works with the current markdown link formats by @GSGBen in #38

New in t2md 1.6.0 (Sep 18, 2022)

  • Added an option to not number things (--no-numbering)
  • Added the URL of the card at the top to allow searching references
  • Added an option to remove emoji in titles and paths (--remove-emoji)

New in t2md 1.3.0 (Sep 9, 2022)

  • --always-use-forward-slashes: add an option to always use forward slashes to work better with Obsidian
  • Allow the attachment paths in cards to be updated if present
  • Upgrade to .NET core 6 and VS 2022
  • Format with csharpier

New in t2md 1.1.0 (Feb 8, 2022)

  • Added:
  • Ignore-failed-attachment-downloads: (Default: false) If specified, exceptions when downloading attachments will print a warning instead of stopping the program.
  • Fixed:
  • Handle Trello storing a description of "true" in json as the json true value
  • Remove extra newlines breaking attachment tables