Skip to content

Releases: GSGBen/t2md

v4.1.1

25 Jun 11:20
b307f95
Compare
Choose a tag to compare

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

21 Mar 19:39
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v4.0.3

16 Oct 06:42
eeb492f
Compare
Choose a tag to compare

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

23 Sep 21:28
Compare
Choose a tag to compare

What's changed

  • Fix attachment table column name

v4.0.0

23 Sep 10:11
Compare
Choose a tag to compare

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

17 Sep 11:08
d93ac6f
Compare
Choose a tag to compare

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

09 Sep 07:31
Compare
Choose a tag to compare
  • --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

12 Dec 02:20
Compare
Choose a tag to compare

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

09 Dec 10:41
Compare
Choose a tag to compare

Fixed

  • support Trello's named "bottom" position

v1.0.1

08 Dec 07:22
Compare
Choose a tag to compare

Fixed

  • Fix boards and lists containing / or \ being written to paths
  • Fix card position numbers encoded as strings not being parsed