v3.4.1
Release Highlights
🗜️ Fix: treat archives that fail to parse as regular files
@cinnamonmatexfce found a bug with Igir ignoring a file that had a zip file signature (PK\x03\x04
) but wasn't actually a zip file. These archive parsing failures were supposed to be handled gracefully, but a quirk with JavaScript prevented falling back to treating these files as regular files. This has been fixed—files that look like an archive but fail to parse as one will be treated as a regular file.
All changes
19 April 2025 - ede85ce
- v3.4.1 (#1549)
18 April 2025 - 4ac8349
- Refactor: log archive parsing failures (#1548)
18 April 2025 - d475fc1
- Chore: update ESLint (#1547)
18 April 2025 - 63c9c08
- Refactor: uninstall unnecessary types packages (#1546)
18 April 2025 - 6e09c31
- Chore: update ESLint (#1532)
18 April 2025 - fb0f9ad
- Fix: Revert "Chore: pin dependency python to 3.13.2" (#1503)
18 April 2025 - 40557dd
- CI: use @typescript-eslint/strict-type-checked plugin (#1545)