MarkForger

Changelog

What we shipped in each release, written for the people who use the converters. Newest first.

  1. v0.10.0Latest

    Download and convert more in one visit

    Save YouTube videos as MP3 or MP4, convert batches of files in one session, and follow every release from the new changelog.

    New

    • A dedicated YouTube downloader with MP3 and MP4 output and three free downloads per day.
    • Select or drag multiple supported files and convert them sequentially without rebuilding the batch after each download.
    • A bilingual changelog and header badge make new tools and fixes easier to discover.

    Improved

    • Eligible subscribed accounts can convert files without the daily conversion cap while media and transcription allowances remain separate.

    Fixed

    • YouTube downloads now include the runtime needed for current playback challenges and report server configuration failures more accurately.
    • Static-site previews remain free, while ZIP downloads now apply the same paid access rule as publishing.
  2. v0.9.0

    Accounts with password sign-in

    Signing in no longer depends on an external provider, and the home page now explains what MarkForger does before you upload anything.

    New

    • Create an account and sign in with an email and password, including password recovery by email.
    • An "About this software" panel on the home page that doubles as a live Markdown preview.

    Improved

    • PDF to HTML keeps the original page layout instead of wrapping the result in viewer controls.

    Fixed

    • Signing in now lands you on your dashboard, and the About panel stays usable on narrow screens.
  3. v0.8.6

    Readable HTML out of the box

    Markdown converted to HTML now ships with default styling, so the file looks finished the moment you open it.

    New

    • Default styling in Markdown to HTML output: typography, striped tables, dark code blocks, blockquotes, and task lists.

    Improved

    • Converted HTML renders correctly on phones instead of showing a shrunken desktop layout.

    Fixed

    • Wide tables scroll on their own instead of breaking the page, and never get wrapped twice.
  4. v0.8.5

    Markdown formatting survives the round trip

    Markdown to HTML now renders the same syntax that HTML to Markdown produces, so converting back and forth keeps your formatting.

    Fixed

    • Strikethrough, subscript, superscript, and highlighted text render instead of showing raw punctuation.
    • Task list items become real checkboxes instead of literal brackets.
    • A numbered list followed by a bulleted list stays as two lists instead of merging into one.
  5. v0.8.4

    PDF to Markdown reads pages in order

    Two-column documents keep their reading order, and repeated page furniture no longer pollutes the output.

    New

    • Links in the PDF are preserved, while unsafe link types are discarded.

    Improved

    • Clear two-column PDFs keep their reading order instead of interleaving both columns.
    • Repeated page headers and footers are removed from the converted Markdown.
  6. v0.8.3

    Cleaner Markdown from web pages

    HTML to Markdown handles real-world pages more faithfully and drops embeds that could carry unsafe links.

    Improved

    • Checkboxes and highlighted text keep their meaning, and embedded media becomes a link instead of disappearing.

    Fixed

    • Line wrapping in the source no longer leaks stray line breaks into the middle of sentences.
    • Embeds are only linked when they point to a regular web address; unsafe sources are dropped.
  7. v0.8.2

    Fidelity fixes for exported documents

    HTML exported from Word, Google Docs, and Notion converts without losing structure.

    Fixed

    • Page titles and head content no longer leak into the converted Markdown.
    • Tables without header cells, non-breaking spaces, and code block languages are handled correctly.
  8. v0.8.1

    Downloads keep the right file name

    Converted files download with the extension the converter actually produced.

    Fixed

    • Downloads no longer arrive with the wrong extension, such as .markdown instead of .md.
  9. v0.8.0

    Terms of Service and API status

    You can now check whether the conversion API is up before uploading, and read the terms in your language.

    New

    • A live status page that checks the conversion API without sending your files.
    • Terms of Service in English and Brazilian Portuguese.
  10. v0.7.0

    PDF to Markdown keeps document structure

    The converter analyses the page layout instead of dumping flat text, so headings, lists, and tables come out as real Markdown.

    New

    • Tables with visible borders are converted into Markdown tables in the right position on the page.

    Improved

    • Headings, bold, and italic text are detected from the PDF and preserved.
    • Bulleted and numbered lists become real Markdown lists, and wrapped paragraphs are rejoined.
  11. v0.6.0

    HTML to PDF rendered by a real browser

    HTML is laid out by a browser engine, so the PDF looks like the page does on screen.

    New

    • Print stylesheets and CSS page geometry are applied, and text stays selectable.

    Improved

    • Modern CSS — Grid, Flexbox, backgrounds, and responsive rules — is honored in the generated PDF.
    • Scripts in uploaded HTML never run during conversion.