v1.23.1
gildas-lormeau/SingleFilev1.23.1Aug 28, 2026by gildas-lormeau
AI Summary
This release focuses primarily on fixing issues related to self-extracting archives, specifically addressing blank pages on HTTP errors and improving PDF extraction compatibility.
Key Highlights
- Fixed blank pages when displaying self-extracting archives with HTTP errors.
- Improved extraction of pages in 'universal' self-extracting mode with embedded PDFs.
- Ensured data appended to self-extracting archives fits within ZIP reader search windows.
- Fixed archive entry ordering in self-extracting archives.
Full Release Notes
### Fixes - Fixed a blank page when displaying a self-extracting archive served with an HTTP error status. The page content is now extracted from the page text - Fixed extracting pages saved in "universal" self-extracting mode with an embedded PDF - The data appended after the ZIP data in self-extracting archives now always fits in the search window of ZIP readers - The entries of self-extracting archives are now stored in the order they were added (via zip.js 2.8.61)