Release Notes (v0.2.5)
This release includes:
@karimz1
- NEW FEATURE: #382 – Add container status & connectivity indicator UI
(Screenshots and detailed documentation are available in the linked issue.)
@dependabot Dependency Auto Updates (Security Patches)
What’s new
- New System & Connectivity Status view in the UI
- Accessible via Storage Management → System & Connectivity Status
- Shows whether the imgcompress container is healthy
- Shows whether outbound internet connectivity is available
- All image processing remains fully local. The connectivity check is a lightweight socket reachability probe to Cloudflare DNS that never sends your images or metadata anywhere. Security is the top priority: it’s simply a way to confirm whether the container has outbound network access, which is especially useful if you’ve intentionally cut network connectivity and want to double-check that it worked.
Docker image
Exact snapshot available via:
docker pull karimz1/imgcompress:0.2.5Start using:
docker run -d --name imgcompress -p 3001:5000 karimz1/imgcompress:0.2.5 webThen open: