Skip to content

Releases: imadreamerboy/markitdown-gui

v.1.1.2 fix UI scaling behaviour

25 Mar 10:52

Choose a tag to compare

v.1.1.1

09 Mar 14:54
7613416

Choose a tag to compare

What's Changed

  • Fix v1.1.0 charset_normalizer packaging regression by @mspinolaeie in #24

New Contributors

Full Changelog: v.1.1.0...v.1.1.1

v.1.1.0 - add OCR

08 Mar 18:15
cab4fd1

Choose a tag to compare

What's Changed

  • Bump the uv group across 1 directory with 2 updates by @dependabot[bot] in #16

  • feat(ocr): add OCR fallback for scanned PDFs and images by @imadreamerboy in #20

  • Bump markitdown to 0.1.5 by @imadreamerboy in #21

  • You can now use OCR either via local (tesseract) or via a cloud service (azure document intelligence). The azure service includes 500 free pages per month and is the recommended way for high quality extraction.

  • added a FAQ and other smaller misc quality of life changes.

Full Changelog: v.1.0.0...v.1.1.0

Fluent UI refactor

07 Feb 16:11
ce2412e

Choose a tag to compare

Highlights

This release ships the major Fluent UI refactor and a cleaner conversion-focused workflow.

Added

  • New QFluentWidgets app shell with dedicated Home, Settings, and Help pages.
  • Clear conversion flow states: queue -> converting -> results.
  • Fluent icon-based actions and updated documentation/screenshots.

Improved

  • Visual polish across the app:
    • Solarized-inspired light theme
    • Nord-inspired dark theme
    • Better contrast, spacing, typography, and section clarity
  • Light-mode navigation/sidebar theming is now consistent.
  • CI/release workflows updated for the current packaging pipeline.
  • Better packaged startup behavior with onedir distribution. (startup down to sub 1 sec)

Removed / Simplified

  • Removed autosave.
  • Removed Document Intelligence settings from the main UX.
  • Trimmed low-usage/legacy controls to keep the app focused.

Packaging (onedir)

Release artifacts are distributed as platform-specific .zip files containing a complete onedir app folder.

To run:

  1. Download the .zip for your OS.
  2. Unzip it.
  3. Open the extracted folder.
  4. Run the executable (MarkItDown.exe on Windows).

Keep the executable inside the extracted folder with its bundled files (do not move only the .exe).

UI/UX Enhancements

08 Aug 20:36
04f396a

Choose a tag to compare

I restructured the codebase to make it more modular and changed some UI/UX elements to be hopefully a bit better.

If you have feedback feel free to create an issue :)

What's Changed

Full Changelog: v.0.4.1...v.0.4.2

v.0.4.1

02 Jul 15:46

Choose a tag to compare

  • fixed release.yml to work with new installer workflow

Full Changelog: v.0.4.0...v.0.4.1

v.0.4.0

02 Jul 15:35

Choose a tag to compare

What's Changed

  • I updated the link text for the Chinese README in README.md to be in Chinese for better localization. by @imadreamerboy in #7
  • Bump requests from 2.32.3 to 2.32.4 in the pip group across 1 directory by @dependabot in #9
  • Add multiple ui/ux enhancements + pytests by @imadreamerboy in #11
  • Update to latest markitdown GUI including magika runtime by @imadreamerboy in #12
  • the new magika model includes a onxx runtime so the file size increases quite a lot, i hope that i will be able to change that soon (maybe microsoft will make it optional)

Full Changelog: v.0.3.0...v.0.4.0

v.0.3.0

19 May 17:54
3bebc48

Choose a tag to compare

What's Changed

  • Add UI components, keyboard shortcuts dialog, and theme management; i… by @imadreamerboy in #6

Full Changelog: v0.2.0...v.0.3.0

v0.2.0

22 Feb 17:40
a3c873e

Choose a tag to compare

Add UI components, keyboard shortcuts dialog, and theme management; i…

v0.1.0

20 Feb 20:55

Choose a tag to compare

v0.1.0 Pre-release
Pre-release
Merge branch 'master' of https://github.com/imadreamerboy/markitdown-gui