anthony and Claude Sonnet 5
ceddeddf3e
feat(archive): add rar extraction support
...
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com >
2026-08-01 12:55:10 +02:00
anthony and Claude Sonnet 5
a66143d312
feat(archive): add 7z and tar.7z converters
...
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com >
2026-08-01 12:53:36 +02:00
anthony and Claude Sonnet 5
a76b10a43f
feat(archive): add tar.bz2 converter via 7za
...
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com >
2026-08-01 12:52:29 +02:00
anthony and Claude Sonnet 5
c9251e66e2
feat(archive): add tar and tar.gz converters
...
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com >
2026-08-01 12:51:34 +02:00
anthony and Claude Sonnet 5
d68694ead8
feat(archive): add zip converter with compression level and zip-slip protection
...
archiver v8 (installed) uses a class-based API (`ZipArchive`) rather than
the factory-function API most examples online still describe — adjusted
createZip() to match after the first test run surfaced the mismatch.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com >
2026-08-01 12:49:46 +02:00