chore(deps): update cask sztheory/exifcleaner to v4 #39
No reviewers
Labels
No labels
bug
ci
dependencies
devops
docker
documentation
duplicate
enhancement
good first issue
helm
help wanted
invalid
question
terraform
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
isityael/tap!39
Loading…
Reference in a new issue
No description provided.
Delete branch "renovate/major-cask-updates"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
3.6.0→4.2.0Release Notes
szTheory/exifcleaner (szTheory/exifcleaner)
v4.2.0Compare Source
Added
Changed
NODE_OPTIONS, and Node CLI inspection while leaving cookie encryption disabledFixed
v4.1.0Compare Source
Added
Changed
vicode; locale resources are independently reviewableFixed
v4.0.1: ExifCleaner v4.0.1Compare Source
ExifCleaner 4.0.1
ExifCleaner 4.0.1 is a focused data-safety and release-reliability update.
Data safety
_cleanedpath and Reveal follows that returned path.Privacy
Release reliability
Known limitations in 4.0.1
Scope: MP4 files with QuickTime CreateDate, TrackCreateDate, or MediaCreateDate values processed through ExifCleaner 4.0.0 or 4.0.1
Workaround: For sensitive MP4s, run ExifTool manually with -CreateDate= -TrackCreateDate= -MediaCreateDate= after cleaning, then verify those tags are absent.
Target fix: 4.1.0.
Issue: #240
See the README's known limitations by format before relying on irreversible removal from PDF or MKV files.
Downloads
ExifCleaner.4.0.1.exeExifCleaner.Setup.4.0.1.exeExifCleaner-4.0.1-arm64.dmgExifCleaner-4.0.1.dmgExifCleaner-4.0.1.AppImageexifcleaner_4.0.1_amd64.debexifcleaner-4.0.1.x86_64.rpmVerify downloads against the release's
SHASUMS256.txtfile.Windows security checks
ExifCleaner.4.0.1.exe— SHA-2567375676a911fccefd4d2731621bf9d815932153750d7b900e6e8ecec48028f12; VirusTotal report; submitted to Microsoft for malware analysis on 2026-08-02.ExifCleaner.Setup.4.0.1.exe— SHA-256ad77fe49f2e58d6df153e1a841ad784e15cef2d6a7bc38b771b89fb0d0a7bac4; VirusTotal report; submitted to Microsoft for malware analysis on 2026-08-02.These unsigned artifacts may still trigger reputation-based warnings. The links above identify the exact release bytes; they are not a promise that every scanner reports zero detections.
Opening unsigned builds
ExifCleaner remains unsigned. Signing would require publishing the maintainer's verified legal identity; no signed build is being promised.
macOS
Windows
The portable build is the primary Windows download. If SmartScreen displays “Windows protected your PC,” choose More info → Run anyway after verifying the checksum.
Linux
Make the AppImage executable with
chmod +x ExifCleaner-4.0.1.AppImage. The.deband.rpmpackages install normally.Verification
SHASUMS256.txtidentifies the exact bytes published with this release.Only download ExifCleaner from the GitHub releases page.
Full changelog: https://github.com/szTheory/exifcleaner/compare/v4.0.0...v4.0.1
v4.0.0Compare Source
Complete modernization of ExifCleaner after a 5-year hiatus. Every layer of the application has been rebuilt — from Electron 11 to 35, vanilla DOM to React 19, loose scripts to DDD architecture, zero tests to 265 unit + 42 E2E tests.
Security
Added
_cleanedcopy instead of overwriting original (issues #218, #124)prefers-color-schemeChanged
"type": "module"throughout,verbatimModuleSyntaxenforcedRemoved
node-exiftoolnpm dependency (replaced by hand-rolled wrapper)source-map-support(Node 22 has built-in source maps)electron-webpackand webpack (replaced by electron-vite)Configuration
📅 Schedule: (in timezone Europe/Berlin)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate CLI.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit:
7fb865287fℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
@ -1,5 +1,5 @@cask "exifcleaner" doversion "3.6.0"version "4.2.0"sha256 "459b296b000a7cd614713772e9b4ecf1604d3bb10926ab2346e8ea88e44df323"Bumping
versionchanges the download URL toExifCleaner-4.2.0.dmg, but the cask still carries the prior 3.6.0 SHA-256 (459b296...). For every install or upgrade of this cask, Homebrew will fetch the 4.2.0 DMG and fail checksum verification before installing, so the update is unusable until thesha256is refreshed for the new artifact.Useful? React with 👍 / 👎.