Releases: GSGBen/t2md
Releases · GSGBen/t2md
v4.1.1
What's Changed
- Update usage instructions to reflect current option name by @jgregordev in #49
New Contributors
- @jgregordev made their first contribution in #49
Full Changelog: v4.1.0...v4.1.1
v4.1.0
v4.0.3
v4.0.1
What's changed
- Fix attachment table column name
v4.0.0
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
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
--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
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