Skip to content

Releases: passpier/Pourdown

Pourdown v0.6.10

Choose a tag to compare

@github-actions github-actions released this 31 Jul 05:47

What's Changed

PDF & Math Enhancements

  • OCR-Refined PDF Import: Added OCR-optimized PDF import supporting math-to-LaTeX conversion, structured tables/figures, and improved heading detection. (33186cb), (9dcadf6), (00fcb9c)
  • Math Detection & Rendering Fixes: Introduced automatic math detection and resolved KaTeX parse-error boxes on PDF-imported formulas. (1bb026b), (c6d2f7f)
  • Experimental Features & Docs: Disabled the experimental PDF-OCR toggle and removed related setup instructions from the README. (bd539b4)

UI & Multi-File Performance

  • Multi-File Navigation Fixes: Resolved blank screen issues when opening multiple files, tab-switch scroll resets, and mode-switching failures. (91685d9), (44ba137)
  • Interface & Theme Optimizations: Improved UI responsiveness during tab/mode switching and fixed unreadable Mermaid diagrams on dark themes. (8453cb5), (6aa085e)

Release & CI/CD Pipeline

  • Auto-Updater & Code Signing: Integrated Tauri auto-updater with macOS code signing. (11dac8c), (9a8bee0)

Full Changelog: v0.6.2...v0.6.10

Pourdown v0.6.2

Choose a tag to compare

@github-actions github-actions released this 16 Jul 10:28

What's Changed

PDF & PDFium Improvements

  • Fix Windows PDF Import: Resolved issues where PDF import would fail or show error messages on Windows. (a6f9e1e, 1ed9480)
  • Fix PDFium Integration: Fixed deploy failures, CI cargo test failures, and library loading issues caused by PDFium-fetch changes. (155eee0, 45201bf, 97f5689)
  • Fix Missing Images: Resolved an issue where images would disappear after saving an imported PDF document. (277ff68)

Platform & UI Fixes

  • Fix Version Discrepancies: Fixed an issue where the About panel displayed stale or different versions on macOS vs. Windows. (974acfc)
  • Fix Duplicate Navigation: Removed the duplicate navigation bar appearing on Windows. (0bde722)

Editor & Documentation Updates

  • Fix Markdown Links: Corrected the click action behavior for Markdown links inside the editor. (ebd4333)

Pourdown v0.6.0

Choose a tag to compare

@github-actions github-actions released this 13 Jul 13:43

First public beta.

Highlights

  • One-click import of Word (.docx), Excel (.xlsx/.xls/.ods), PDF, and PowerPoint (.pptx) into editable Markdown.
  • Keeps your images — embedded pictures are extracted and rendered inline, instead of being dropped.
  • WYSIWYG editing with a raw Source-mode toggle.
  • Export to HTML and PDF.
  • English and 繁體中文 interface.

Known limitations

  • Import is one-way (source → Markdown); no export back to Office formats.
  • PDF import handles text-based PDFs only — no scanned/OCR; complex multi-column layouts may reorder.
  • Spreadsheet import is capped at 500 rows/sheet; images can't be mapped to a specific cell.
  • Vector images (EMF/WMF) can't be displayed; pptx animations are dropped.