Releases: imadreamerboy/markitdown-gui
v.1.1.2 fix UI scaling behaviour
Full Changelog: v.1.1.1...v.1.1.2
v.1.1.1
What's Changed
- Fix v1.1.0 charset_normalizer packaging regression by @mspinolaeie in #24
New Contributors
- @mspinolaeie made their first contribution in #24
Full Changelog: v.1.1.0...v.1.1.1
v.1.1.0 - add OCR
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
Highlights
This release ships the major Fluent UI refactor and a cleaner conversion-focused workflow.
Added
- New
QFluentWidgetsapp shell with dedicatedHome,Settings, andHelppages. - 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
onedirdistribution. (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:
- Download the
.zipfor your OS. - Unzip it.
- Open the extracted folder.
- Run the executable (
MarkItDown.exeon Windows).
Keep the executable inside the extracted folder with its bundled files (do not move only the .exe).
UI/UX Enhancements
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
- Add new UI/UX enhancements and modularize codebase by @imadreamerboy in #13
Full Changelog: v.0.4.1...v.0.4.2
v.0.4.1
- fixed release.yml to work with new installer workflow
Full Changelog: v.0.4.0...v.0.4.1
v.0.4.0
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
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
Add UI components, keyboard shortcuts dialog, and theme management; i…
v0.1.0
Merge branch 'master' of https://github.com/imadreamerboy/markitdown-gui