The focus of this release has been to improve the core foundation and file format support, but I'm planning to expand with more features further down the road in order to improve the usefulness of MAZANOKE (while still keeping the UX simple). Feel free and share your feature requests here.
Since the last update, it's been incredible to see the growth of the user base, with over 54,000 docker pulls for the previous release alone. I'd like to thank everyone who helped spread the word, whether through starring, word of mouth, community engagement, blog posts, or by packaging it for things like Unraid and NixOS, and everything in between!
I also feel incredibly honored that MAZANOKE was recently featured on Tailscale, LINUX Unplugged (Ep. 615), and Self-Host Weekly (May 2), please check them out!
![]() | ![]() | ![]() |
Note
For docker deployments, after updating, you should see a notice with a "Refresh" button.
However, the "Refresh" button might not be reliable at the moment, you can instead use ctrl/cmd + shift + r
to clear old cache. If you're on mobile, you need to clear the cache from the browser settings.
I will look into a more reliable way for cache busting in a future release.
Highlights
- Support basic authentication for Docker setups, using environment variables
USERNAME
andPASSWORD
. #16 ec16428 TIFF
file format support.ICO
file format support.
Enhancements
- Allow the deletion of individual images opposed to just having "Delete all".
- Slight improved speed when optimizing
HEIC
images. 695f03e - Enhanced UI feedback in "Images" section.
- Updated the descriptions in "Convert to JPG/PNG/WebP/ICO" options, to provide basic insight on each image format's pros and cons.
- Optimize Dockerfile build process by @maxlerebourg in 293608f #24
- Refactored codebase of the image optimization flow, making it more straightforward to integrate new image formats.
Fixes
- "Download all images" would only download one of the images if they shared exact name and file extension. 4dca1f0
HEIC
images could not be resized to dimensions smaller than 50 pixels, a bug from v1.1.2. 2711bdb
Documentation
- Add instructions on how to setup basic authentication. (Configuration)
- Update project structure app flow information with the introduction of
postProcessImage()
. (Project Structure) - Details on how to update new dependencies
ico.js
,png2ico.js
,libheif
,utif.js
. (Updating Dependencies)png2ico.js
is packages as an ES module by default and needs to be adjusted to expose its function towindow
.