Skip to content

Releases: managedcode/markitdown

v10.0.0

12 Nov 13:41

Choose a tag to compare

Release 10.0.0

Released on 2025-11-12

📋 Changes since v0.0.7

✨ Features

🐛 Bug Fixes

📚 Documentation

🔧 Other Changes

📦 NuGet Packages


This release was automatically created by GitHub Actions

v0.0.7

27 Oct 11:19

Choose a tag to compare

Release 0.0.7

Released on 2025-10-27

📋 Changes since v0.0.6

✨ Features

🐛 Bug Fixes

  • fix for title extraction (8c27e8a)

📚 Documentation

🔧 Other Changes

📦 NuGet Packages


This release was automatically created by GitHub Actions

v0.0.6

26 Oct 18:59

Choose a tag to compare

Release 0.0.6

Released on 2025-10-26

📋 Changes since v0.0.5

✨ Features

🐛 Bug Fixes

📚 Documentation

🔧 Other Changes

📦 NuGet Packages


This release was automatically created by GitHub Actions

v0.0.5

17 Oct 10:00

Choose a tag to compare

Release 0.0.5

Released on 2025-10-26

📋 Changes since v0.0.4

✨ Features

🐛 Bug Fixes

  • fix build (9838d09)
  • Skip YouTube live test due to API rate limiting (92bfd8f)
  • fix review feedback (bf2c540)

📚 Documentation

  • Skip YouTube live test due to API rate limiting (92bfd8f)

🔧 Other Changes

  • build (d4d88e5)
  • cli: expose metadata summary (117be31)
  • readme (7beb8c0)
  • Merge remote-tracking branch 'origin/main' (07231a8)
  • Initial plan (2d08166)
  • packages (4bd64a7)
  • Merge pull request #25 from managedcode/copilot/fix-tests-dotnet-9 (02e9cb6)
  • Skip YouTube live test due to API rate limiting (7a137ba)
  • Initial plan (320736e)
  • tets (e9d3e8e)
  • a lot of files for tests (da4b276)
  • Merge remote-tracking branch 'origin/main' (7ae95e8)
  • tests and video indexer (f7e7f90)
  • Merge pull request #23 from managedcode/codex/add-support-for-missing-pandoc-formats (7ec5cf6)
  • Update src/MarkItDown/Converters/TextileConverter.cs (94126f8)
  • Update src/MarkItDown/Converters/RtfConverter.cs (01a9213)
  • tests: embed odt fixture (e797d21)
  • Merge pull request #21 from managedcode/codex/add-ichatclient-support-to-parsing-pipeline-3libiz (8ec74c2)
  • Merge pull request #22 from managedcode/codex/fix-all-comments (04aabb7)
  • Merge branch 'codex/add-ichatclient-support-to-parsing-pipeline-3libiz' into codex/fix-all-comments (50c1385)
  • Update src/MarkItDown/Converters/PdfConverter.cs (c8ad6d1)
  • pdf: tolerate missing renderer when using pdfpig (4b3d09c)
  • pdf: tolerate missing renderer when using pdfpig (f373de0)
  • pdf: guard snapshot rendering failures (9fcba23)
  • middleware: tighten image enrichment loops (edfd1cb)
  • cloud providers (427c332)
  • options and metadata (a305ecc)

📦 NuGet Packages


This release was automatically created by GitHub Actions

v0.0.4

28 Sep 15:58
e3dd6d6

Choose a tag to compare

Release 0.0.4

Released on 2025-10-12

📋 Changes since v0.0.3

✨ Features

🐛 Bug Fixes

📚 Documentation

🔧 Other Changes

  • Merge pull request #23 from managedcode/codex/add-support-for-missing-pandoc-formats (7ec5cf6)
  • Update src/MarkItDown/Converters/TextileConverter.cs (94126f8)
  • Update src/MarkItDown/Converters/RtfConverter.cs (01a9213)
  • tests: embed odt fixture (e797d21)
  • Merge pull request #21 from managedcode/codex/add-ichatclient-support-to-parsing-pipeline-3libiz (8ec74c2)
  • Merge pull request #22 from managedcode/codex/fix-all-comments (04aabb7)
  • Merge branch 'codex/add-ichatclient-support-to-parsing-pipeline-3libiz' into codex/fix-all-comments (50c1385)
  • Update src/MarkItDown/Converters/PdfConverter.cs (c8ad6d1)
  • pdf: tolerate missing renderer when using pdfpig (4b3d09c)
  • pdf: tolerate missing renderer when using pdfpig (f373de0)
  • pdf: guard snapshot rendering failures (9fcba23)
  • middleware: tighten image enrichment loops (edfd1cb)
  • cloud providers (427c332)
  • options and metadata (a305ecc)
  • v0.0.4 (e3dd6d6)
  • Merge pull request #19 from managedcode/copilot/fix-8e329c50-9b6d-4afc-86b0-2856cbe56b3f (281c879)
  • Remove untested performance benchmarks from README (bd86fa4)
  • Complete README overhaul with advanced examples and migration guide (111c7d8)
  • Major README improvements: better motivation, examples, and accuracy (232eef9)
  • Initial plan (0f46048)
  • Merge pull request #18 from managedcode/copilot/fix-8614e28b-7134-4ae8-bdc2-f34cfa6dbd93 (b81b190)
  • Fix priority comment clarity and extract FormatFileSize to FileUtilities to avoid code duplication (87cfbba)
  • Merge pull request #17 from managedcode/copilot/fix-a5739cef-4fa8-47cd-abad-93850f97a530 (97c842b)
  • Implement EML (email) converter with comprehensive support for headers, content, and attachments (c404a96)
  • Fix remaining converters: Remove unnecessary Task.Run from DocxConverter, XlsxConverter, and PptxConverter (563a2d6)
  • Fix PdfConverter.cs: Remove unnecessary Task.Run usage (6e0f290)
  • Initial plan (b55de43)
  • Initial plan (4892a7c)

📦 NuGet Packages


This release was automatically created by GitHub Actions

v0.0.3

24 Sep 18:08

Choose a tag to compare

Release 0.0.3

Released on 2025-09-28

📋 Changes since v0.0.2

✨ Features

🐛 Bug Fixes

📚 Documentation

🔧 Other Changes

  • Merge pull request #19 from managedcode/copilot/fix-8e329c50-9b6d-4afc-86b0-2856cbe56b3f (281c879)
  • Remove untested performance benchmarks from README (bd86fa4)
  • Complete README overhaul with advanced examples and migration guide (111c7d8)
  • Major README improvements: better motivation, examples, and accuracy (232eef9)
  • Initial plan (0f46048)
  • Merge pull request #18 from managedcode/copilot/fix-8614e28b-7134-4ae8-bdc2-f34cfa6dbd93 (b81b190)
  • Fix priority comment clarity and extract FormatFileSize to FileUtilities to avoid code duplication (87cfbba)
  • Merge pull request #17 from managedcode/copilot/fix-a5739cef-4fa8-47cd-abad-93850f97a530 (97c842b)
  • Implement EML (email) converter with comprehensive support for headers, content, and attachments (c404a96)
  • Fix remaining converters: Remove unnecessary Task.Run from DocxConverter, XlsxConverter, and PptxConverter (563a2d6)
  • Fix PdfConverter.cs: Remove unnecessary Task.Run usage (6e0f290)
  • Initial plan (b55de43)
  • Initial plan (4892a7c)
  • Merge remote-tracking branch 'origin/main' (27e1aa7)
  • Html convertor converts content inside style tag in header #11 (b234d6f)

📦 NuGet Packages


This release was automatically created by GitHub Actions

v0.0.2

24 Sep 15:34
f5f3aee

Choose a tag to compare

Release 0.0.2

Released on 2025-09-24

📋 Changes since v0.0.1

✨ Features

🐛 Bug Fixes

📚 Documentation

🔧 Other Changes

📦 NuGet Packages


This release was automatically created by GitHub Actions

v0.0.1

20 Sep 11:14

Choose a tag to compare

Release 0.0.1

Released on 2025-09-20

🎉 Initial Release

Recent Changes

  • removecli (bc4c0f2)
  • actions (6435dea)
  • refactring (b1c7532)
  • submodule (9d7907c)
  • slnx (cba1491)
  • Merge pull request #8 from managedcode/copilot/fix-5 (03acfa0)
  • Replace manual MIME type mapping with ManagedCode.MimeTypes package (777aadd)
  • Complete format support: Add Jupyter Notebooks, RSS/Atom feeds, YouTube URLs (372a6d9)
  • Implement comprehensive format support: CSV, JSON, XML, EPUB, ZIP converters (aac8558)
  • Initial plan (8db7306)
  • Merge pull request #6 from managedcode/copilot/fix-5 (2711e16)
  • Fix failing tests - blockquote conversion and binary content handling (47f02f3)
  • Fix .NET version compatibility - revert to .NET 8.0 for build environment compatibility (752e733)
  • Replace iText7 with PdfPig for MIT license compatibility and upgrade to .NET 9 (d8dc707)
  • Update README with new supported formats and documentation (08cee68)
  • Implement support for PDF, DOCX, XLSX, PPTX, and Image formats with OCR (ac94fe7)
  • Initial plan (33f8790)
  • Merge pull request #4 from managedcode/copilot/fix-3 (57005dc)
  • Rewrite README and clean up repository for .NET NuGet project (1aef5e0)
  • Initial plan (1bdfc76)

📦 NuGet Packages


This release was automatically created by GitHub Actions