gildas-lormeau / SingleFileZ

Web Extension to save a faithful copy of an entire web page in a self-extracting ZIP file
GNU Affero General Public License v3.0
1.82k stars 138 forks source link

Default file extension #138

Closed maliayas closed 2 years ago

maliayas commented 2 years ago

IMHO .zip.html would be a better default extension for SingleFilez as it signals the content of the file better.

gildas-lormeau commented 2 years ago

Thank you for the suggestion, I totally agree with you. I'm still wondering why I did not make this choice.

gildas-lormeau commented 2 years ago

It's fixed in the version 1.3.27 I just uploaded on the stores.

maliayas commented 2 years ago

Thanks very much. I noticed an edge case: If a file already exists with the same name, it enumerated like this: ..... (29.07.2022).zip(1).html instead of .......(29.07.2022) (1).zip.html.

gildas-lormeau commented 2 years ago

Thank you for the feedback. It looks like the edge case is a bug in the browser (or the OS maybe). I cannot fix it in the extension unfortunately.

maliayas commented 2 years ago

Oh, makes sense. Thanks anyway.

gildas-lormeau commented 2 years ago

I did a test in Firefox and Chrome and I get the same result. I suspect a bug in Windows in my case. It might be a feature as well.