frogConvert

Changelog

Release history

Changelog

All notable changes to frogConvert. Loosely follows Keep a Changelog and Semantic Versioning.

[3.0.0] - 2026-08-29

Compression becomes a first-class feature. It was previously invisible - every conversion quietly applied a medium preset, and the only user-facing compression was a same-format easter egg in the Convert card. There is now a dedicated Compress mode, PDFs can actually be compressed, and the setting that was always being applied is now something you can see and change.

Adding a real PDF engine paid for two things beyond compression: PostScript, EPS and Illustrator conversion - formats the app had no support for at all, from the one engine that handles them properly - and the ability to shrink what the PDF Editor saves. The PDF Editor's long edits also became cancellable, closing the last place in the app where an operation could trap you on a spinner.

Added

Changed

Removed

Fixed

Known limits


[2.5.0] - 2026-07-15

Zip download names are now unique and content-descriptive. Repeated exports no longer overwrite the previous download or pick up browser (1)/(2) suffixes, and multi-file archives are named for the operation that produced them instead of borrowing one arbitrary source file's name.

Fixed

Changed


[2.4.0] - 2026-07-04

Hamburger/close icon rendering fix: the three menu bars no longer rasterize at different thicknesses on fractional display scaling, and the menu-open ✕ is larger and crosses exactly at its middle.

Fixed


[2.3.10] - 2026-05-20

Custom-cursor visibility fix for low-contrast displays.

Fixed


[2.3.9] - 2026-05-18

Spacing fix on top of v2.3.8: the gap above the action-footer divider was double-counted because flex containers don't collapse vertical margins, so <p>'s natural 1.5rem margin-bottom plus the footer's 1.5rem margin-top stacked to ~3rem.

Fixed


[2.3.8] - 2026-05-13

Two polish items on top of v2.3.7: error popups no longer blame the file by default, and every popup with an action footer keeps breathing room between the body and the divider line.

Fixed


[2.3.7] - 2026-05-13

Two small follow-ups on v2.3.6: the cold-start splash now fully owns the boot UI (the legacy thin loading bar at the top is gone), and the popup scroll architecture is simplified so the wrapper is structural-only and each popup that needs scrolling provides its own inner scroller.

Removed

Changed


[2.3.6] - 2026-05-13

Scrollbar-inside-the-card refactor across the three modal surfaces (Popup, FilesModal, PdfWorkspace mobile trays), a handful of UX defects that surfaced under v2.3.3's cold-start splash, and security/privacy hardening on the HAR handler, share-target SW, and CSP.

Fixed

Security

Internal

Docs


[2.3.5] - 2026-05-12

Restores the background-emoji unblur-on-cursor effect that's been gone since the a11y pass back in 781f9c9. Intended to land as part of v2.3.4 but branch protection blocks force-pushing the release commit, so it ships as a patch.

Fixed


[2.3.4] - 2026-05-12

Three UI alignment fixes after on-device review: the PDF editor's content arrival now mirrors the converter card's slide-up instead of popping in, the PWA "Reload now" pill no longer ships with the browser's default 3D button bevel, and the docs theme toggle uses an actual SVG icon instead of a Unicode glyph that sat off-center inside its button.

Fixed


[2.3.3] - 2026-05-12

Lighthouse audit cleanup plus a cold-start splash so the page no longer flashes blank while phase-2 handlers are still downloading. Source maps reach DevTools, agent-readable docs are honest, and the markdown URLs advertised to crawlers actually serve markdown.

Added

Fixed

Changed

Internal


[2.3.2] - 2026-05-09

Three quiet defects fixed: a missing icon on the Electron build, a manifest.webmanifest 404 firing on every dev / E2E / desktop session, and uncaught THREE.WebGLRenderer failures on hardware-acceleration-disabled environments.

Fixed

Privacy

Internal


[2.3.1] - 2026-05-09

Internal polish on top of v2.3.0: design tokens consolidated at :root, unified :focus-visible contract across every interactive surface, and a small Organize-view trim.

Changed

Internal


[2.3.0] - 2026-05-08

frogConvert is now an installable Progressive Web App with offline support and resumable sessions. Drop a file, close the tab, come back - your work is offered back to you. Share files into frogConvert from the OS share sheet or "Open with…" menu. Conversion handlers and assets cache as you use them so repeat conversions work offline.

Added

Changed

Fixed

Internal


[2.2.1] - 2026-05-07

Audit-driven patch release. Three Critical-class data-loss paths closed, mobile-first touch and a11y sweep across both routes, watermark preview rebuilt on a synchronous bitmap cache, and power-user keyboard productivity in the PDF Editor and Format modal.

Fixed

Added

Mobile

Accessibility

Performance

Internal


[2.2.0] - 2026-05-07

Watermark tab for the PDF editor, plus a sweep of accessibility fixes across the workspace.

Added

Changed

Fixed

Accessibility

Performance

[2.1.3] - 2026-05-04

Error-copy normalization, quality-resolution unification, and palette-PNG encoding.

Added

Changed

[2.1.2] - 2026-04-29

More PDF routes via LibreOffice.

Added

[2.1.1] - 2026-04-22

Audio-to-video uploadability and phase-aware progress UI.

Fixed

Changed

[2.1.0] - 2026-04-18

Adaptive compression and live conversion feedback.

Added

Changed

[2.0.0] - 2026-04-17

In-browser PDF Editor, 70+ formats, and security hardening.

Added

Stability

UX & Performance

[1.0.x and earlier]

Pre-changelog releases. Notable additions since forking from Convert to it!:

All documentation