Skip to content

Releases: GSGBen/t2md

v4.2.0

Choose a tag to compare

@github-actions github-actions released this 19 Mar 07:41
19112b0

What's Changed

  • Implement rate limiting for HTTP requests to avoid hitting Trello limits by @jwarlander in #60

New Contributors

Full Changelog: v4.1.1...v4.2.0

v4.1.1

Choose a tag to compare

@github-actions github-actions released this 25 Jun 11:20
b307f95

What's Changed

  • Update usage instructions to reflect current option name by @jgregordev in #49

New Contributors

Full Changelog: v4.1.0...v4.1.1

v4.1.0

Choose a tag to compare

@github-actions github-actions released this 21 Mar 19:39

What's Changed

New Contributors

Full Changelog: v4.0.3...v4.1.0

v4.0.3

Choose a tag to compare

@github-actions github-actions released this 16 Oct 06:42
eeb492f

What's Changed

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

Full Changelog: v4.0.1...v4.0.3

v4.0.1

Choose a tag to compare

@github-actions github-actions released this 23 Sep 21:28

What's changed

  • Fix attachment table column name

v4.0.0

Choose a tag to compare

@github-actions github-actions released this 23 Sep 10:11

What's Changed

  • 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

Full Changelog: v.1.6.0...v4.0.0

v.1.6.0

Choose a tag to compare

@github-actions github-actions released this 17 Sep 11:08
d93ac6f

What's Changed

  • 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)

Full Changelog: v1.3.1...v.1.6.0

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 09 Sep 07:31
  • --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

v1.1.0

Choose a tag to compare

@GSGBen GSGBen released this 12 Dec 02:20

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

v1.0.2

Choose a tag to compare

@GSGBen GSGBen released this 09 Dec 10:41

Fixed

  • support Trello's named "bottom" position