Track the latest bug fixes, feature updates, and responses to user feedback
Feature added: Convert up to 50 files at once with intelligent queue management!
Key features:
Safety features:
How to use: Simply select or drag and drop multiple files - the interface automatically switches to batch mode!
Issue fixed: Removed deprecated meta tags and broken icon references causing console warnings.
Changes: Replaced apple-mobile-web-app-capable with mobile-web-app-capable and removed corrupted icon files.
What was added: New FAQ page with 20+ common questions organized by category.
Categories: Getting Started, Privacy & Security, File Formats, Technical Questions, Common Issues, Tips & Best Practices, Support.
User benefit: Quick answers to common questions without searching through documentation.
What was improved: Consistent navigation across all pages with proper links to Home, Guides, FAQs, Privacy, and Terms.
Changes: Fixed broken "Back to guides" links and standardized footer layout across all pages.
Issue fixed: White text on white backgrounds in dark mode on history pages.
What was done: Replaced hardcoded colors with CSS variables for proper theme adaptation.
Pages affected: Audio, Image, Document, and Data format history pages.
Issue fixed: Width, height, and percentage scaling options were not being applied to converted images.
What was done: Fixed parameter mapping between UI controls and conversion functions.
Result: Image scaling now works correctly for all resize options.
Issue fixed: Browser warning about tracking file edits when downloading converted files.
What was done: Disabled File System Access API in favor of traditional download methods.
Privacy benefit: No tracking warnings, more private file downloads.
Issue fixed: Clicking save would download the file three times.
What was done: Removed redundant click triggers in the download handler.
What was added: Support for ICO, TIFF, and AVIF image formats.
Issue fixed: "Unsupported target image format" errors for these formats.
User benefit: Convert to and from more image formats, including Windows ICO icons.
Issue fixed: "Cannot use import statement outside a module" errors on guide pages.
What was done: Removed unnecessary JavaScript files from static blog/guide pages.
Issue: .xlsx and .xls Excel files are not supported for conversion.
Status: Browser-based Excel conversion requires large libraries that would significantly impact page load times.
Workaround: Export Excel files to CSV or JSON format first, then use our converter for further transformations.
Issue: Very large files (close to 50MB) can take longer to process and may slow down or freeze your browser.
Status: This is a limitation of browser-based processing - all work happens in your browser's memory.
Current limits: Images/Audio: 50MB, Documents: 5MB, Data files: 10MB.
Recommendation: For best performance, keep files under 25MB when possible.
Issue: Some advanced formats (AVIF) may not work in older browsers or specific browser versions.
Status: Browser support varies by format due to different codec implementations.
Recommendation: For best results, use the latest version of Chrome, Edge, Firefox, or Safari.
Issue: When converting between document formats, complex formatting, styles, and embedded objects may not be perfectly preserved.
Status: Document conversion libraries have limited formatting support in browser environments.
Recommendation: Review converted documents and adjust formatting as needed.
Issue: Some audio conversions may result in quality loss or unexpected file sizes.
Status: Browser audio APIs have limitations compared to professional audio software.
Note: Converting from lossy to lossless formats (e.g., MP3 to WAV) doesn't improve audio quality - it only changes the container format.
Note for developers: Chrome DevTools may show "[Violation] Potential permissions policy violation: fullscreen is not allowed" when viewing PDFs.
Status: This is expected in frontend-only architecture. HTTP Permissions-Policy headers require server control, which we don't use.
Impact: NONE - These warnings only appear in DevTools and are invisible to end users. PDF functionality works perfectly.
Workaround: In DevTools, filter dropdown → uncheck "Violations". Or simply ignore them as they're informational only.
Features requested by users that are under consideration for future development.
Request: Support for Excel file conversions to and from other formats.
Status: Investigating lightweight Excel parsing libraries that won't significantly impact page load times.
Current alternative: CSV, JSON, and XML format support for spreadsheet data.
Request: Support for video file conversions (MP4, AVI, MOV, WebM, etc.).
Status: Video conversion in browsers is technically challenging due to codec requirements and file sizes.
Challenge: Would require WebAssembly-based video codecs (like FFmpeg), significantly increasing complexity.
Request: Built-in image editing tools like crop, rotate, filters, and adjustments before conversion.
Status: Considering integration with Canvas-based image manipulation libraries.
Current features: Image scaling by width, height, or percentage.
Request: Direct integration with Google Drive, Dropbox, and OneDrive for seamless file access and saving.
Status: Evaluating privacy implications while maintaining our "no upload" promise.
Challenge: Cloud integration could compromise our core privacy feature of local-only processing.
Request: Track recently used conversions and save favorite conversion settings.
Status: Would use browser localStorage to maintain privacy while providing convenience features.
Privacy note: All data would remain local in your browser, never uploaded to servers.